From b6884f84305b487e1f80bd8052f5c7a947dc6a4a Mon Sep 17 00:00:00 2001 From: wujian <14790700720@163.com> Date: 星期四, 18 一月 2024 09:31:40 +0800 Subject: [PATCH] add 作业指导页面 --- jcdm-ui/src/views/main/om/productionOrde/index.vue | 19 ++++++++++++------- 1 files changed, 12 insertions(+), 7 deletions(-) diff --git a/jcdm-ui/src/views/main/om/productionOrde/index.vue b/jcdm-ui/src/views/main/om/productionOrde/index.vue index e9abfb2..4ea0f3e 100644 --- a/jcdm-ui/src/views/main/om/productionOrde/index.vue +++ b/jcdm-ui/src/views/main/om/productionOrde/index.vue @@ -122,13 +122,14 @@ icon="el-icon-download" size="mini" @click="getProductionNotice" + v-hasPermi="['om:productionOrde:receive']" >鎺ユ敹</el-button> </el-col> <el-col :span="1.5"> <el-button type="primary" plain - icon="el-icon-createUpdate" + icon="el-icon-edit" size="mini" :disabled="single" @click="CreatehandleUpdate" @@ -551,11 +552,8 @@ getProductionNotice(){ getProductionNotice(this.queryParams).then(response => { - console.log(response) - console.log(response.data) - console.log(response.data.msg) - this.$modal.msgSuccess(response.data.msg); + this.$modal.msgSuccess(response.msg); this.queryParams = {} this.getList(); }); @@ -735,6 +733,7 @@ this.materialQueryParams.materialCode = response.data.productCode; listMaterial(this.materialQueryParams).then(response => { this.markNo = response.rows[0].mark + this.form.typeL = response.rows[0].typeL; }); this.form = response.data; this.Createopen = true; @@ -782,14 +781,20 @@ model: this.form.typeZ, modelDate: this.form.dateTimeRule, } + if(startCode>999){ + this.$message.error('璧峰缂栧彿瓒呭嚭鏈�澶ц寖鍥达紝璇疯緭鍏�1-999鐨勬暟瀛楋紒'); + return; + }else if(startCode<1){ + this.$message.error('璧峰缂栧彿瓒呭嚭鏈�灏忚寖鍥达紝璇疯緭鍏�1-999鐨勬暟瀛楋紒'); + return; + } listModelNumber(queryParams).then(response => { if(response.rows.length === 0){ this.saveBoxCode() }else { let maxNumValue = response.rows[0].maxnumValue; if(startCode<maxNumValue){ - this.$message.error('鏂板缓鐨勪笉鑳芥瘮鏌ヨ鍑虹殑灏�'); - return; + this.$message.error('绠变綋鏉$爜閲嶅锛岃閲嶆柊杈撳叆璧峰缂栧彿锛�'); }else { this.saveBoxCode() } -- Gitblit v1.9.3