From b395c6c17048f4862dd07e54fdb2122905402794 Mon Sep 17 00:00:00 2001 From: wujian <14790700720@163.com> Date: 星期四, 18 一月 2024 14:00:56 +0800 Subject: [PATCH] Merge branch 'master' of ssh://192.168.0.189:29418/Jcdm041-Mes --- jcdm-ui/src/views/main/om/productionOrde/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jcdm-ui/src/views/main/om/productionOrde/index.vue b/jcdm-ui/src/views/main/om/productionOrde/index.vue index 4ea0f3e..18ea227 100644 --- a/jcdm-ui/src/views/main/om/productionOrde/index.vue +++ b/jcdm-ui/src/views/main/om/productionOrde/index.vue @@ -117,9 +117,9 @@ <!-- </el-col>--> <el-col :span="1.5"> <el-button - type="warning" + type="success" plain - icon="el-icon-download" + icon="el-icon-wind-power" size="mini" @click="getProductionNotice" v-hasPermi="['om:productionOrde:receive']" @@ -793,7 +793,7 @@ this.saveBoxCode() }else { let maxNumValue = response.rows[0].maxnumValue; - if(startCode<maxNumValue){ + if(startCode<=maxNumValue){ this.$message.error('绠变綋鏉$爜閲嶅锛岃閲嶆柊杈撳叆璧峰缂栧彿锛�'); }else { this.saveBoxCode() -- Gitblit v1.9.3