|
@@ -114,7 +114,7 @@
|
|
|
></semiProductJobBomPL>
|
|
></semiProductJobBomPL>
|
|
|
|
|
|
|
|
<oneJobQualityBom
|
|
<oneJobQualityBom
|
|
|
- :singleReport="item.singleReport"
|
|
|
|
|
|
|
+
|
|
|
v-if="
|
|
v-if="
|
|
|
item.semiProductList &&
|
|
item.semiProductList &&
|
|
|
item.semiProductList.length != 0 &&
|
|
item.semiProductList.length != 0 &&
|
|
@@ -126,12 +126,11 @@
|
|
|
|
|
|
|
|
>
|
|
>
|
|
|
</oneJobQualityBom>
|
|
</oneJobQualityBom>
|
|
|
- {{ item.singleReport}}
|
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<oneJobQualityBomPL
|
|
<oneJobQualityBomPL
|
|
|
- :singleReport="item.singleReport"
|
|
|
|
|
v-if="
|
|
v-if="
|
|
|
item.semiProductList &&
|
|
item.semiProductList &&
|
|
|
item.semiProductList.length != 0 &&
|
|
item.semiProductList.length != 0 &&
|
|
@@ -538,7 +537,7 @@
|
|
|
})
|
|
})
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- return false
|
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
jobSave(this.List)
|
|
jobSave(this.List)
|
|
|
.then((res) => {
|
|
.then((res) => {
|