diff --git a/src/views/Inventory/OfflinePartOut/index.vue b/src/views/Inventory/OfflinePartOut/index.vue
index 6339ee2d..b367fb36 100644
--- a/src/views/Inventory/OfflinePartOut/index.vue
+++ b/src/views/Inventory/OfflinePartOut/index.vue
@@ -13,17 +13,17 @@
-
+
{{ scope.row.物料名称 }}
-
+
{{ scope.row.物料型号 }}
-
+
{{ scope.row.物料规格 }}
@@ -43,8 +43,9 @@
{{ scope.row.货位存量 }}
-
+
+ 查看领用情况
出库
@@ -63,7 +64,7 @@
-
+
@@ -85,6 +86,16 @@
{{ scope.row.物料名称 }}
+
+
+ {{ scope.row.物料规格 }}
+
+
+
+
+ {{ scope.row.物料型号 }}
+
+
{{ scope.row.出库数量 }}
@@ -273,6 +284,15 @@ export default {
this.pageCurrent1 = val
this.searchTable1()
},
+ // 离线记录查询
+ searchoutRecord(row) {
+ this.contractNumber = row.离线合同明细流水号
+ this.listLoading1 = true
+ outRecord(this.contractNumber).then(response => {
+ this.tableDataOut = response.data
+ this.listLoading1 = false
+ })
+ },
// 打开表单
parOut(row) {
this.form = {}