|
|
@@ -456,6 +456,7 @@ export default {
|
|
|
},
|
|
|
|
|
|
async save(type) {
|
|
|
+ console.log('11111',this.List)
|
|
|
this.loading = this.$loading({
|
|
|
lock: true,
|
|
|
text: '加载中',
|
|
|
@@ -468,9 +469,9 @@ export default {
|
|
|
return this.$message.warning('请选择执行时间');
|
|
|
}
|
|
|
|
|
|
- if(this.List[0].semiProductList.length==0){
|
|
|
+ if(this.List[0].semiProductList.length==0 && this.List[0].pickOutInList.length==0){
|
|
|
this.loading.close();
|
|
|
- return this.$message.warning('请先投料在报工');
|
|
|
+ return this.$message.warning('请先投料再报工');
|
|
|
}
|
|
|
|
|
|
let bol2;
|