-
-
- 查询
+ 领料单编号:
+
+ 查询
- 领料确认
+ 领料确认
@@ -274,8 +264,6 @@ export default {
pickingListNumber: '',
pickingListNumberShow: '',
pickListTable1: [],
- startTime: '',
- pickingListPeople: '', // 制单人
pageCurrent3: 1,
pageSize3: 10000,
total3: 0,
@@ -544,10 +532,9 @@ export default {
},
// 查询领料单列表
searchList() {
- let check, check1
- this.pickingListPeople ? check = 1 : check = 0
- this.startTime ? check1 = 1 : (check1 = 0, this.startTime = '')
- searchList(this.pageCurrent3, this.pageSize3, check, this.pickingListPeople, check1, this.startTime[0], this.startTime[1]).then(response => {
+ let check
+ this.pickingListNumber ? check = 1 : check = 0
+ searchList(this.pageCurrent3, this.pageSize3, check, this.pickingListNumber).then(response => {
this.pickListTable1 = response.data.rows
this.total3 = response.data.total
})
@@ -582,7 +569,7 @@ export default {
})
},
tableRowClassName({ row }) {
- if (parseInt(row.是否审批) === 1) {
+ if (parseInt(row.是否审批) === 0) {
return 'shenpi-row'
} else {
return ''
@@ -693,3 +680,20 @@ export default {
background: #E9F0F9 !important;
}
+
diff --git a/src/views/Inventory/OfflinePartOut/index.vue b/src/views/Inventory/OfflinePartOut/index.vue
index e9a2284f..9fc75916 100644
--- a/src/views/Inventory/OfflinePartOut/index.vue
+++ b/src/views/Inventory/OfflinePartOut/index.vue
@@ -8,7 +8,7 @@
- 查询
+ 查询
diff --git a/src/views/Inventory/OfflinePartsStorage/index.vue b/src/views/Inventory/OfflinePartsStorage/index.vue
index b6818390..58873d1c 100644
--- a/src/views/Inventory/OfflinePartsStorage/index.vue
+++ b/src/views/Inventory/OfflinePartsStorage/index.vue
@@ -17,7 +17,7 @@
:label="item.label"
:value="item.value"/>
- 查询明细
+ 查询明细
@@ -68,7 +68,7 @@
:label="item.label"
:value="item.value"/>
- 确认入库
+ 确认入库
@@ -351,3 +351,20 @@ export default {
+
diff --git a/src/views/Inventory/PurchaseInRecord/index.vue b/src/views/Inventory/PurchaseInRecord/index.vue
index fb22417f..3a28894d 100644
--- a/src/views/Inventory/PurchaseInRecord/index.vue
+++ b/src/views/Inventory/PurchaseInRecord/index.vue
@@ -22,7 +22,7 @@
-
查询
+
查询
- 查询
+ 查询
- 查询明细
+ 查询明细
@@ -72,7 +72,7 @@
:label="item.label"
:value="item.value"/>
- 确认入库
+ 确认入库
@@ -475,3 +475,20 @@ export default {
margin-bottom: 5px;
}
+
diff --git a/src/views/Inventory/SelfMadePartsWarehouseOut/index.vue b/src/views/Inventory/SelfMadePartsWarehouseOut/index.vue
index 809cac35..2ffe89b8 100644
--- a/src/views/Inventory/SelfMadePartsWarehouseOut/index.vue
+++ b/src/views/Inventory/SelfMadePartsWarehouseOut/index.vue
@@ -24,8 +24,8 @@