From ffbcb7980d8d196c6df1146a7018351c8096e971 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期三, 13 十二月 2023 16:08:11 +0800
Subject: [PATCH] 	modified:   src/views/basic/company/index.vue 	modified:   src/views/basic/crew/crew-form.vue 	modified:   src/views/basic/division/index.vue 	modified:   src/views/basic/factory/index.vue 	modified:   src/views/basic/location/index.vue 	modified:   src/views/basic/param/index.vue 	modified:   src/views/basic/part/index.vue 	modified:   src/views/basic/template/index.vue 	modified:   src/views/basic/warehouse/index.vue 	modified:   src/views/basic/workstation/workstation-form.vue 	modified:   src/views/plan/manufacturingorder/customerorder.vue 	modified:   src/views/technology/document/teststandard.vue

---
 src/views/plan/manufacturingorder/customerorder.vue |   13 ++-----------
 1 files changed, 2 insertions(+), 11 deletions(-)

diff --git a/src/views/plan/manufacturingorder/customerorder.vue b/src/views/plan/manufacturingorder/customerorder.vue
index 18f47fd..cafc820 100644
--- a/src/views/plan/manufacturingorder/customerorder.vue
+++ b/src/views/plan/manufacturingorder/customerorder.vue
@@ -321,16 +321,6 @@
           </el-tab-pane>
         </el-tabs>
       </el-form>
-      <span slot="footer" class="dialog-footer">
-      <el-button @click="visible = false">鍙栨秷</el-button>
-      <el-button
-        type="primary"
-        :disabled="buttonDisable"
-        v-thinclick="`dataFormSubmit`"
-        v-if="editable"
-        >纭畾</el-button
-      >
-    </span>
     </el-tab-pane>
   </el-tabs>
 </template>
@@ -369,6 +359,8 @@
       fileList: [],
       title: '',
       orderParamList: [],
+      progrecessFileLoading: false,
+      editable: true,
       isFullScreen: false,
       visible: false,
       buttonDisable: false,
@@ -572,7 +564,6 @@
     //闄勪欢鐨勬煡璇�
     downs(label, e){
       if(this.activeFileName=='闄勪欢'){
-        console.log('1');
         getProcessConfigFile({
           orderNumber: this.dataForm.contractNo,
           lineNumber: this.dataForm.customerNo

--
Gitblit v1.9.3