From 032ddb30a8d9d884cc176a4a506580b4a1272586 Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期二, 26 十二月 2023 17:14:07 +0800 Subject: [PATCH] 模态框ui调整 --- src/views/plan/customerorder/schedule-table.vue | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/plan/customerorder/schedule-table.vue b/src/views/plan/customerorder/schedule-table.vue index 7cbc453..797dca8 100644 --- a/src/views/plan/customerorder/schedule-table.vue +++ b/src/views/plan/customerorder/schedule-table.vue @@ -67,7 +67,7 @@ <el-form-item>{{ scope.row.buyQtyDue }}</el-form-item> </template> </el-table-column> - <el-table-column + <!-- <el-table-column header-align="center" align="center" label="宸茶鍒掓暟閲�" @@ -76,7 +76,7 @@ <template slot-scope="scope"> <el-form-item>{{ scope.row.requireNumber }}</el-form-item> </template> - </el-table-column> + </el-table-column> --> <el-table-column prop="remainderRequired" header-align="center" @@ -85,14 +85,15 @@ width="170px" > <template scope="scope"> - <el-form-item + <el-form-item>{{ scope.row.qtyPlaned }}</el-form-item> + <!-- <el-form-item :prop="'customer.' + scope.$index" :rules="rules.qtyPlaned" > <el-input v-model="scope.row.qtyPlaned" placeholder="" - ></el-input> + ></el-input> --> </el-form-item> </template> </el-table-column> @@ -222,13 +223,12 @@ 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); }) }, dataFormSubmit() { -- Gitblit v1.9.3