|
|
@@ -16,7 +16,7 @@
|
|
|
</view>
|
|
|
</view> -->
|
|
|
|
|
|
- <view class="item rx-sc">
|
|
|
+ <!-- <view class="item rx-sc">
|
|
|
<view class="rx ww55">
|
|
|
<view class="lable lable150 rx-cc">要求生产数量</view>
|
|
|
<view class="content rx-sc">
|
|
|
@@ -32,7 +32,7 @@
|
|
|
<view class="unit">{{ item.weightUnit }}</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
|
|
|
<view class="item rx-sc">
|
|
|
<view class="rx ww55">
|
|
|
@@ -198,15 +198,14 @@
|
|
|
:item="item"
|
|
|
:list="item.semiProductList"
|
|
|
:equipmentList="item.equipmentList"
|
|
|
- v-if="clientEnvironmentId != 3"
|
|
|
></singleProductJobBom>
|
|
|
|
|
|
- <singleProductJobBom
|
|
|
+ <!-- <singleProductJobBom
|
|
|
:item="item"
|
|
|
:list="item.semiProductList"
|
|
|
:equipmentList="item.equipmentList"
|
|
|
v-if="clientEnvironmentId == 3 && item.currentTaskDiagram.type != 6"
|
|
|
- ></singleProductJobBom>
|
|
|
+ ></singleProductJobBom> -->
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -336,6 +335,8 @@ export default {
|
|
|
console.log(adultCount, noAdultCount);
|
|
|
this.$set(this.item.workReportInfo, "formedNum", adultCount);
|
|
|
this.$set(this.item.workReportInfo, "notFormedNum", noAdultCount);
|
|
|
+
|
|
|
+ this.$forceUpdate();
|
|
|
},
|
|
|
|
|
|
getByCode() {
|