From f5af64aebfcf92d86da144315b0bb4e2a4dca98f Mon Sep 17 00:00:00 2001
From: 懒羊羊 <15939171744@163.com>
Date: 星期四, 18 一月 2024 13:25:30 +0800
Subject: [PATCH] 作业指导工位配置

---
 jcdm-ui/src/views/main/om/productionOrde/index.vue |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/jcdm-ui/src/views/main/om/productionOrde/index.vue b/jcdm-ui/src/views/main/om/productionOrde/index.vue
index dcc19bf..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']"
@@ -552,7 +552,8 @@
 
     getProductionNotice(){
       getProductionNotice(this.queryParams).then(response => {
-        this.$modal.msgSuccess(response.data.msg);
+
+        this.$modal.msgSuccess(response.msg);
         this.queryParams = {}
         this.getList();
       });
@@ -792,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