From 1f4c79169a0d3ef46f2430b61d4999e1be6261b3 Mon Sep 17 00:00:00 2001
From: Crunchy <3114200645@qq.com>
Date: 星期一, 06 五月 2024 14:59:01 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 src/views/plan/customerorder/schedule-table.vue |   10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/src/views/plan/customerorder/schedule-table.vue b/src/views/plan/customerorder/schedule-table.vue
index e5f306f..797dca8 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,17 +223,13 @@
         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
-        })
     },
     dataFormSubmit() {
       this.isSubmit = true

--
Gitblit v1.9.3