|
@@ -180,7 +180,26 @@
|
|
|
v-if="
|
|
v-if="
|
|
|
item.semiProductList &&
|
|
item.semiProductList &&
|
|
|
item.semiProductList.length != 0 &&
|
|
item.semiProductList.length != 0 &&
|
|
|
- item.singleReport == 1
|
|
|
|
|
|
|
+ item.singleReport == 1 &&
|
|
|
|
|
+ clientEnvironmentId != 3
|
|
|
|
|
+ "
|
|
|
|
|
+ :item="item"
|
|
|
|
|
+ :list="item.semiProductList"
|
|
|
|
|
+ :equipmentList="item.equipmentList"
|
|
|
|
|
+ :isChoose="isChoose"
|
|
|
|
|
+ @chooseData="chooseData"
|
|
|
|
|
+ :isEngrave="isEngrave"
|
|
|
|
|
+ :isDisposal="isDisposal"
|
|
|
|
|
+ ></semiProductJobBom>
|
|
|
|
|
+
|
|
|
|
|
+ <semiProductJobBom
|
|
|
|
|
+ :singleReport="item.singleReport"
|
|
|
|
|
+ v-if="
|
|
|
|
|
+ item.semiProductList &&
|
|
|
|
|
+ item.semiProductList.length != 0 &&
|
|
|
|
|
+ item.singleReport == 1 &&
|
|
|
|
|
+ clientEnvironmentId == 3 &&
|
|
|
|
|
+ taskObj.type != 4
|
|
|
"
|
|
"
|
|
|
:item="item"
|
|
:item="item"
|
|
|
:list="item.semiProductList"
|
|
:list="item.semiProductList"
|
|
@@ -1236,7 +1255,15 @@
|
|
|
|
|
|
|
|
console.log(this.item, '9999999999');
|
|
console.log(this.item, '9999999999');
|
|
|
if (this.taskObj.type == 4) {
|
|
if (this.taskObj.type == 4) {
|
|
|
- this.checkPack();
|
|
|
|
|
|
|
+ if (this.clientEnvironmentId == 3) {
|
|
|
|
|
+ this.List.forEach((it) => {
|
|
|
|
|
+ if (it.singleReport == 0) {
|
|
|
|
|
+ this.checkPack();
|
|
|
|
|
+ }
|
|
|
|
|
+ });
|
|
|
|
|
+ } else {
|
|
|
|
|
+ this.checkPack();
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
// if (!isPack) {
|
|
// if (!isPack) {
|
|
|
// return false
|
|
// return false
|