From c552dfd69248938b68e349a047a599063402044c Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期三, 15 十一月 2023 19:06:06 +0800
Subject: [PATCH] 	modified:   src/views/plan/customerorder/customerorder-form.vue 	modified:   src/views/plan/customerorder/index.vue 	modified:   src/views/plan/masterproductionschedule/auto-manufacturingorder.vue

---
 src/views/plan/customerorder/index.vue                              |    4 ++--
 src/views/plan/masterproductionschedule/auto-manufacturingorder.vue |    2 +-
 src/views/plan/customerorder/customerorder-form.vue                 |    4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/views/plan/customerorder/customerorder-form.vue b/src/views/plan/customerorder/customerorder-form.vue
index c36e379..3002f0a 100644
--- a/src/views/plan/customerorder/customerorder-form.vue
+++ b/src/views/plan/customerorder/customerorder-form.vue
@@ -156,12 +156,12 @@
                   placeholder=""
                   disabled
                 >
-                  <el-button
+                  <!-- <el-button
                     slot="append"
                     icon="el-icon-search"
                     @click="openSalesPartDialog()"
                     v-show="dataForm.id"
-                  ></el-button>
+                  ></el-button> -->
                 </el-input>
               </el-form-item>
             </el-col>
diff --git a/src/views/plan/customerorder/index.vue b/src/views/plan/customerorder/index.vue
index 19666d1..15515eb 100644
--- a/src/views/plan/customerorder/index.vue
+++ b/src/views/plan/customerorder/index.vue
@@ -445,7 +445,7 @@
           {
             minWidth: '100',
             width: '100px',
-            prop: 'customerOrderNo',
+            prop: 'contractNo',
             label: '鍚堝悓缂栧彿',
             sort: true,
             isTrue: true,
@@ -1119,7 +1119,7 @@
         closeOnClickModal: false,
         type: 'warning'
       }).then(() => {
-        dropByContractNo({contractNo:row.contractNo}).then((res) => {
+        dropByContractNo({id:row.id}).then((res) => {
           if (res.data.code === 0) {
             this.$message.success('浣滃簾鎴愬姛')
             this.getData()
diff --git a/src/views/plan/masterproductionschedule/auto-manufacturingorder.vue b/src/views/plan/masterproductionschedule/auto-manufacturingorder.vue
index fab06e0..d99014c 100644
--- a/src/views/plan/masterproductionschedule/auto-manufacturingorder.vue
+++ b/src/views/plan/masterproductionschedule/auto-manufacturingorder.vue
@@ -251,7 +251,7 @@
                     unit: item.unit,
                     workShop: null,
                     workshopTypeCode: 'M',
-                    requiredDate: null,
+                    requiredDate: this.masterProduction.requiredDate,
                     id: item.id,
                     manufactureAttr: this.masterProduction.manufactureAttr,
                     isReportOperation: this.isReportOperation

--
Gitblit v1.9.3