ysy il y a 1 an
Parent
commit
31c6bac53c
2 fichiers modifiés avec 4 ajouts et 1 suppressions
  1. 2 0
      pages/pda/feeding/index/index.vue
  2. 2 1
      pages/pda/picking/index/index.vue

+ 2 - 0
pages/pda/feeding/index/index.vue

@@ -185,6 +185,8 @@
 					pageNum: this.page,
 					size: this.size,
 					feedStatus: this.feedStatus,
+					customerClient: 2,
+					workOrderType: 1,
 					produceRoutingId: this.formData.produceRoutingId
 
 				}

+ 2 - 1
pages/pda/picking/index/index.vue

@@ -189,7 +189,8 @@
 					pageNum: this.page,
 					size: this.size,
 					pickStatus: this.pickStatus,
-					
+					customerClient: 2,
+					workOrderType: 1,
 					produceRoutingId: this.formData.produceRoutingId
 
 				}