From 7eeeadfd5a4c13923db680b99a4a23339a214da4 Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期四, 07 十二月 2023 17:28:52 +0800 Subject: [PATCH] modified: src/page/index/logo.vue modified: src/views/equipment/equipment/index.vue modified: src/views/plan/customerorder/sample-customerorder-form.vue modified: src/views/plan/manufacturingorder/index.vue modified: src/views/quality/Packaging_ledger/index.vue --- src/views/plan/customerorder/schedule-table.vue | 18 +++++++++++------- 1 files changed, 11 insertions(+), 7 deletions(-) diff --git a/src/views/plan/customerorder/schedule-table.vue b/src/views/plan/customerorder/schedule-table.vue index e5f306f..ac0ed90 100644 --- a/src/views/plan/customerorder/schedule-table.vue +++ b/src/views/plan/customerorder/schedule-table.vue @@ -93,8 +93,8 @@ <el-input v-model="scope.row.qtyPlaned" placeholder="" - ></el-input> - </el-form-item> --> + ></el-input> --> + </el-form-item> </template> </el-table-column> <el-table-column @@ -223,22 +223,26 @@ this.dataForm.customer = [] const _that = this customer.forEach((item) => { - console.log(item); + item.qtyPlaned=item.buyQtyDue const outPutBatchList = [] _that.$set(item, 'outPutBatchList', outPutBatchList) customerList.push(item) }) this.dataForm.customer = JSON.parse(JSON.stringify(customerList)) - console.log(this.dataForm.customer); }) - this.dataForm.customer.forEach(item=>{ - item.qtyPlaned=item.buyQtyDue - }) + // this.dataForm.forEach(item=>{ + // console.log(1111); + // console.log("寰幆",item); + // item.qtyPlaned=item.buyQtyDue + // }) + console.log("data",this.dataForm); }, dataFormSubmit() { this.isSubmit = true this.$refs.dataForm.validate((valid) => { if (valid) { + // console.log(this.dataForm); + // return checkSchedule(this.dataForm.customer) .then((res) => { if (res.data.data.success) { -- Gitblit v1.9.3