From c52465ae99f341ccb5139a95cf24d647672765d7 Mon Sep 17 00:00:00 2001 From: 王震 <10952869+daywangzhen@user.noreply.gitee.com> Date: 星期三, 22 十一月 2023 13:26:30 +0800 Subject: [PATCH] modified: src/views/quality/finishedProductInspection/finishedProducter-print.vue modified: src/views/quality/finishedProductInspection/index.vue modified: src/views/quality/teststandard/index.vue --- src/views/plan/customerorder/customerorder-form.vue | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/src/views/plan/customerorder/customerorder-form.vue b/src/views/plan/customerorder/customerorder-form.vue index 9012cb1..ec8dfc5 100644 --- a/src/views/plan/customerorder/customerorder-form.vue +++ b/src/views/plan/customerorder/customerorder-form.vue @@ -215,7 +215,7 @@ slot="append" icon="el-icon-search" @click="openSalesPartDialog()" - v-show="dataForm.id" + v-show="dataForm.id==null" ></el-button> </el-input> </el-form-item> @@ -1299,9 +1299,6 @@ this.getConfigFiles() }, delProcessConfigFile(row) { - if (row.lineNumber !== this.dataForm.otcLineNo) { - this.$message.error('涓婁紶鏂囦欢琛屽彿涓庡綋鍓嶉攢鍞鍗曡鍙蜂笉涓�鑷达紝涓嶅厑璁稿垹闄�') - } else { this.$confirm('鏄惁鍒犻櫎宸ヨ壓閰嶇疆鏂囦欢', '鎻愮ず', { confirmButtonText: '纭畾', cancelButtonText: '鍙栨秷', @@ -1314,7 +1311,6 @@ .then((data) => { this.getConfigFiles() }) - } }, downloadProcessConfigFile(row) { downloadProcessConfigFile( -- Gitblit v1.9.3