From d271f2493796a557eac67b95b310df776abaf48b Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期一, 06 五月 2024 16:15:24 +0800
Subject: [PATCH] 修改产品检,不合格处理等页面

---
 src/api/quality/unqualifiedprocess.js                                |   10 ++++
 src/views/quality/processconfiguration/index.vue                     |   60 ++++++++++++++++++++++++++---
 src/views/quality/finishedProductInspection/finishedProduct-form.vue |   44 +++++++++++++--------
 3 files changed, 89 insertions(+), 25 deletions(-)

diff --git a/src/api/quality/unqualifiedprocess.js b/src/api/quality/unqualifiedprocess.js
index e3702a0..4c8cb64 100644
--- a/src/api/quality/unqualifiedprocess.js
+++ b/src/api/quality/unqualifiedprocess.js
@@ -216,4 +216,12 @@
     responseType : 'blob',
     params: query
   })
-}
\ No newline at end of file
+}
+
+export function chooseMoRoutingOperation(query) {
+    return request({
+      url: '/mes/qualityInspectUnaccepted/chooseMoRoutingOperation',
+      method: 'get',
+      params: query
+    })
+  }
diff --git a/src/views/quality/finishedProductInspection/finishedProduct-form.vue b/src/views/quality/finishedProductInspection/finishedProduct-form.vue
index c504af6..f427a02 100644
--- a/src/views/quality/finishedProductInspection/finishedProduct-form.vue
+++ b/src/views/quality/finishedProductInspection/finishedProduct-form.vue
@@ -620,22 +620,31 @@
                 result: this.inspectionResultForm[0].result
             }
             if (pro > 0) {
-                this.$prompt('璇疯緭鍏ヤ笉鍚堟牸鏁伴噺', '涓嶅悎鏍兼暟閲�', {
-                    confirmButtonText: '纭畾',
-                    cancelButtonText: '鍙栨秷',
-                    inputPattern: /^\d+$/,
-                    inputErrorMessage: '璇疯緭鍏ユ纭暟瀛楁牸寮�'
-                }).then(({ value }) => {
-                    obj.number = value
-                    updateFinishedInspectById(obj).then(res => {
-                        if(res.data.data.indexOf("鎴愬姛") > 0){
-                            this.$message.success("涓婃姤鎴愬姛");
-                            this.checkTestState()
-                        }else{
-                            this.$message.warning(res.data.data)
-                        }
-                    });
-                }).catch(() => {});
+                obj.number = 1;
+                updateFinishedInspectById(obj).then(res => {
+                    if(res.data.data.indexOf("鎴愬姛") > 0){
+                        this.$message.success("涓婃姤鎴愬姛");
+                        this.checkTestState()
+                    }else{
+                        this.$message.warning(res.data.data)
+                    }
+                });
+                // this.$prompt('璇疯緭鍏ヤ笉鍚堟牸鏁伴噺', '涓嶅悎鏍兼暟閲�', {
+                //     confirmButtonText: '纭畾',
+                //     cancelButtonText: '鍙栨秷',
+                //     inputPattern: /^\d+$/,
+                //     inputErrorMessage: '璇疯緭鍏ユ纭暟瀛楁牸寮�'
+                // }).then(({ value }) => {
+                //     obj.number = value
+                //     updateFinishedInspectById(obj).then(res => {
+                //         if(res.data.data.indexOf("鎴愬姛") > 0){
+                //             this.$message.success("涓婃姤鎴愬姛");
+                //             this.checkTestState()
+                //         }else{
+                //             this.$message.warning(res.data.data)
+                //         }
+                //     });
+                // }).catch(() => {});
             }else{
                 updateFinishedInspectById(obj).then(res => {
                     if(res.data.data.indexOf("鎴愬姛") > 0){
@@ -696,7 +705,8 @@
                                 if(obj.inspectionValue){
                                     arr = obj.inspectionValue.split(",")
                                 }
-                                obj.empiricalValueAddss = arr
+                                this.$set(obj,'empiricalValueAddss',arr)
+                                // obj.empiricalValueAddss = arr
                                 if(obj.note){
                                         snote=obj.inote
                                     }
diff --git a/src/views/quality/processconfiguration/index.vue b/src/views/quality/processconfiguration/index.vue
index 11b510d..6d53f3e 100644
--- a/src/views/quality/processconfiguration/index.vue
+++ b/src/views/quality/processconfiguration/index.vue
@@ -39,12 +39,29 @@
                 </div>
                 <div v-if="type === '浜у搧妫�楠�' ">
                     <el-radio-group v-model="checkList">
-                      <el-radio label="杩斾慨">杩斾慨</el-radio>
-                      <el-radio label="鎺ユ敹">鎺ユ敹</el-radio>
-                      <el-radio label="闄嶇骇浣跨敤">闄嶇骇浣跨敤</el-radio>
-                      <el-radio label="鎶ュ簾">鎶ュ簾</el-radio>
-                      <el-radio label="闄嶄负浠栫敤">闄嶄负浠栫敤</el-radio>
+                        <el-row>
+                          <div style="padding: 20px;">
+                            <el-radio label="杩斾慨">杩斾慨</el-radio>
+                            <el-radio label="鎺ユ敹">鎺ユ敹</el-radio>
+                            <el-radio label="闄嶇骇浣跨敤">闄嶇骇浣跨敤</el-radio>
+                            <el-radio label="鎶ュ簾">鎶ュ簾</el-radio>
+                        </div>
+                          <div style="padding: 20px;">
+                            <el-radio label="闄嶄负浠栫敤">闄嶄负浠栫敤</el-radio>
+                        </div>
+                        </el-row>
                     </el-radio-group>
+                    <div class="search" style="margin-left: 20px;" v-if="checkList=='杩斾慨'">
+                        <label style="margin-right: 10px;">宸ュ簭</label>
+                        <el-select v-model="moRoutingOperationId" placeholder="璇烽�夋嫨">
+                            <el-option
+                            v-for="item in listOptions"
+                            :key="item.id"
+                            :label="item.name"
+                            :value="item.id">
+                            </el-option>
+                        </el-select>
+                    </div>
                 </div>
                 <div v-if="type ===  '杩囩▼妫�楠�'">
                     <el-radio-group v-model="checkList">
@@ -61,6 +78,17 @@
                           </div>
                     </el-row>
                     </el-radio-group>
+                    <div class="search" style="margin-left: 20px;" v-if="checkList=='杩斾慨'">
+                        <label style="margin-right: 10px;">宸ュ簭</label>
+                        <el-select v-model="moRoutingOperationId" placeholder="璇烽�夋嫨">
+                            <el-option
+                            v-for="item in listOptions"
+                            :key="item.id"
+                            :label="item.name"
+                            :value="item.id">
+                            </el-option>
+                        </el-select>
+                    </div>
                 </div>
             </el-form>
             <span slot="footer" >
@@ -77,7 +105,8 @@
   UnqualifiedList,
   pullInsUnapi,
   AuditSuggestion,
-  exportData
+  exportData,
+  chooseMoRoutingOperation,
 } from '@/api/quality/unqualifiedprocess'
 import TableForm from './table-form'
 import { mapGetters } from 'vuex'
@@ -89,6 +118,7 @@
     return {
       queryParam: {},
       checkList: "",
+      moRoutingOperationId:"",
       // WayIdea:'',
       UserId:{},
       type:'',
@@ -289,6 +319,7 @@
           minWidth: 100
         }
       },
+      listOptions:[],
       materialType: [{label:'鍘熸潗鏂欐楠�',value:'鍘熸潗鏂欐楠�'},{label:'杩囩▼妫�楠�',value:'杩囩▼妫�楠�'},{label:'浜у搧妫�楠�',value:'浜у搧妫�楠�'},{label:'鍖呰妫�楠�',value:'鍖呰妫�楠�'}],
       StateList: [{label:'鍏ㄩ儴',value:''},{label:'宸叉彁浜ゅ鏍�',value:'1'},{label:'寰呭鐞�',value:'0'},{label:'宸插畬鎴�',value:'2'}],
       insStateList: [{label:'鍏朵粬',value:''},{label:'鐟曠柕',value:'1'}],
@@ -301,6 +332,13 @@
   computed: {
     ...mapGetters(['permissions'])
 
+  },
+  watch: {
+    checkList(val){
+        if(val!='杩斾慨'){
+            this.moRoutingOperationId = null
+        }
+    }
   },
   created() {
     // this.getType()
@@ -329,6 +367,11 @@
     this.table.operator = arr.length>0 ? arr : null
   },
   methods: {
+    chooseMoRoutingOperation(id){
+        chooseMoRoutingOperation({id}).then(res =>{
+            this.listOptions = res.data.data
+        })
+    },
     getQueryParam(data){
       this.queryParam = data
     },
@@ -361,17 +404,20 @@
       this.UserId = row.id
       this.type = row.type
       this.dialogVisible = true;
+      this.chooseMoRoutingOperation(row.id)
 
     },
     WayCancel(){
       this.dialogVisible = false
       this.checkList = null
+      this.moRoutingOperationId = null
       this.WayIdea = null
     },
     WaySure(){
-      AuditSuggestion({id:this.UserId,way:this.checkList}).then(
+      AuditSuggestion({id:this.UserId,way:this.checkList,moRoutingOperationId:Number(this.moRoutingOperationId)*1}).then(
         res =>{
           this.checkList = null
+          this.moRoutingOperationId = null
           this.WayIdea = null
           this.$refs.processconfiguration.refreshData()
           ;})

--
Gitblit v1.9.3