|
@@ -1760,6 +1760,8 @@ export default {
|
|
this.basicForm.updateBy = "";
|
|
this.basicForm.updateBy = "";
|
|
this.basicForm.updateByName = "";
|
|
this.basicForm.updateByName = "";
|
|
this.basicForm.updateTime = "";
|
|
this.basicForm.updateTime = "";
|
|
|
|
+ this.isDRCk = false
|
|
|
|
+ this.isDCCk = false
|
|
},
|
|
},
|
|
handleData() {
|
|
handleData() {
|
|
console.log("222");
|
|
console.log("222");
|
|
@@ -2017,6 +2019,7 @@ export default {
|
|
classify: null,
|
|
classify: null,
|
|
customerLogistic: null,
|
|
customerLogistic: null,
|
|
customerLogisticName: null,
|
|
customerLogisticName: null,
|
|
|
|
+ delFlag: 0
|
|
};
|
|
};
|
|
this.materialInfo.push(newLine);
|
|
this.materialInfo.push(newLine);
|
|
},
|
|
},
|
|
@@ -2026,6 +2029,7 @@ export default {
|
|
...item,
|
|
...item,
|
|
delFlag: index === $index ? "2" : item.delFlag,
|
|
delFlag: index === $index ? "2" : item.delFlag,
|
|
}));
|
|
}));
|
|
|
|
+ console.log('看看列表',this.materialInfo)
|
|
},
|
|
},
|
|
//
|
|
//
|
|
rowClassName(prop) {
|
|
rowClassName(prop) {
|