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