控制台打印优化

master
wws 1 year ago
parent 03bca4a89c
commit d2eefd0123

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

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

Loading…
Cancel
Save