ysy 2 лет назад
Родитель
Сommit
c7a3b3640b
2 измененных файлов с 5 добавлено и 2 удалено
  1. 1 1
      pages/pda/feeding/components/paramBom.vue
  2. 4 1
      pages/pda/workOrder/extrusionMolding/index.vue

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

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

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

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