控制台打印优化

master
wws 1 year ago
parent 03bca4a89c
commit d2eefd0123

@ -1129,6 +1129,7 @@ export default {
return
}
this.$modal.msgSuccess('提交成功')
this.getList()
})
let id = this.productData[0].id
@ -1146,7 +1147,7 @@ export default {
batchQuantity: ''
}]
this.getList()
// this.getList()
this.splitOpen = false
},
// --

@ -720,7 +720,7 @@ export default {
}
}
// TODO
//
if (this.checkUpdate) {
for (let i = 0; i < this.wetMaterialPlanList.length; i++){
this.wetMaterialPlanList[i].materialName = null;
@ -745,7 +745,7 @@ export default {
}
}
// TODO --
// --
for (let i = 0; i < this.selectList.length; i++) {
for (let j = 0; j < this.wetMaterialPlanList.length; j++) {
if (this.selectList[i].workorderCode == this.wetMaterialPlanList[j].workorderCode) {
@ -783,7 +783,7 @@ export default {
this.bmsList.push(bms)
// TODO newList
// newList
for (let i = 0; i < this.selectList.length; i++) {
//
@ -828,7 +828,7 @@ export default {
this.newWorkOrderList.push(workOrder)
}
// // TODO
// //
for (let i = 0; i < this.selectList.length; i++) {
for (let j = 0; j < this.wetMaterialPlanList.length; j++) {
if (this.selectList[i].workorderCode == this.wetMaterialPlanList[j].workorderCode) {
@ -1248,7 +1248,7 @@ export default {
},
/** 修改-提交按钮 */
updateForm() {
// TODO
//
for (let i = 0; i < this.wetMaterialPlanList.length; i++) {
if (this.wetMaterialPlanList[i].bucketName == null) {
this.$message({

Loading…
Cancel
Save