Jelajahi Sumber

工艺参数

ysy 2 tahun lalu
induk
melakukan
c7a3b3640b

+ 1 - 1
pages/pda/feeding/components/paramBom.vue

@@ -26,7 +26,7 @@
 						</view>
 
 						<view class="item ww40" v-if='it.textType == 3'>
-							{{ it.minValue}} - {{item.maxValue}}
+							{{ it.minValue}} - {{it.maxValue}}
 						</view>
 						<view class="item ww20 ">
 							{{ it.unitName }}

+ 4 - 1
pages/pda/workOrder/extrusionMolding/index.vue

@@ -210,7 +210,7 @@
 			this.getSteps()
 			this.getInfo()
 
-			this.produce()
+			this.produce() // 生产明细
 		},
 
 		methods: {
@@ -243,7 +243,10 @@
 			},
 
 			getInfo() {
+				console.log(111)
+				
 				workorderInfo(this.id).then(res => {
+					console.log(res)
 					this.info = res
 					this.taskId = res.taskId
 					this.setTypeFn()