ysy 2 gadi atpakaļ
vecāks
revīzija
8add3f6e40

+ 5 - 5
pages/pda/components/bottomOperate.vue

@@ -265,10 +265,10 @@
 						id: 2,
 						name: '直接发货委外'
 					},
-					{
-						id: 3,
-						name: '无采购委外'
-					},
+					// {
+					// 	id: 3,
+					// 	name: '无采购委外'
+					// },
 
 				]
 
@@ -329,7 +329,7 @@
 
 					this.outsourceForm = {
 						...res,
-						// requireDeliveryTime: '2024-05-30'
+						requireDeliveryTime: '2024-06-30'
 					}
 					this.outsourceForm.name = this.taskObj.currentTaskName + '委外'
 

+ 3 - 0
pages/pda/feeding/details.vue

@@ -231,6 +231,8 @@
 								if (o.rootCategoryLevelId == 1 && o.isConsumable == 0) {
 									o['deviceName'] = e.equipmentList[0].name
 									o['deviceId'] = e.equipmentList[0].id
+									o['workstationName'] = e.equipmentList[0].workstationName
+									
 								}
 							})
 						}
@@ -240,6 +242,7 @@
 								if (o.rootCategoryLevelId == 23 && o.isConsumable == 0) {
 									o['deviceName'] = e.equipmentList[0].name
 									o['deviceId'] = e.equipmentList[0].id
+									o['workstationName'] = e.equipmentList[0].workstationName
 								}
 							})
 						}