From a873f8930760c63fa56d29e7eedc3b0d50e87be3 Mon Sep 17 00:00:00 2001
From: hdy <1105738590@qq.com>
Date: 星期六, 20 一月 2024 13:35:32 +0800
Subject: [PATCH] 发动机数据检查页面跟新

---
 jcdm-ui/src/views/main/kb/engineCheck/index.vue |  139 ++++++++++++++++++++++++++++++++++++----------
 1 files changed, 108 insertions(+), 31 deletions(-)

diff --git a/jcdm-ui/src/views/main/kb/engineCheck/index.vue b/jcdm-ui/src/views/main/kb/engineCheck/index.vue
index 67deef1..65d5a51 100644
--- a/jcdm-ui/src/views/main/kb/engineCheck/index.vue
+++ b/jcdm-ui/src/views/main/kb/engineCheck/index.vue
@@ -5,22 +5,22 @@
         <div class="container">
           <el-row type="flex" justify="center"  style="text-align: center" >
             <el-col :span="12">
-              <span style="fontSize:30px;color:black">--------------------鍙戝姩鏈烘暟鎹鏌�--------------------</span>
+              <span style="fontSize:35px;color:black"><strong>鍙戝姩鏈烘暟鎹鏌�</strong></span>
             </el-col>
           </el-row>
         </div>
       </template>
     </el-card>
    <el-row :gutter="5"  style="margin-top: 10px">
-     <el-col :span="10" >
+     <el-col :span="10" style=" height:600px;width:800px"  >
        <el-card class="bottom-card">
          <el-descriptions :column="1" >
            <el-descriptions-item>
              <el-form ref="form" :model="form"  label-width="200px" style="height: 60px;margin-top: 20px" >
                <el-form-item prop="engineNo" >
       	     <span slot="label" style="font-size:45px;color:black"><strong>鍙戝姩鏈哄彿</strong></span>
-                 <el-input style="font-size:30px" v-model="form.engineNo" placeholder="璇疯緭鍏ュ彂鍔ㄦ満鍙�" >
-                   <el-button slot="append" @click="EngineNohandleChange" icon="el-icon-search"></el-button>
+                 <el-input style="font-size:30px" v-model="form.engineNo" placeholder="璇疯緭鍏ュ彂鍔ㄦ満鍙�" clearable  @keyup.enter.native="EngineNohandleChange" >
+                   <el-button slot="append" plain type="info" @click="EngineNohandleChange(form.engineNo)" icon="el-icon-search"></el-button>
                  </el-input>
                </el-form-item>
              </el-form>
@@ -28,8 +28,8 @@
            <el-descriptions-item>
              <el-form ref="form" :model="form"  label-width="200px" style="height: 60px;margin-top: 20px" >
                <el-form-item   prop="productType" >
-      	     <span slot="label" style="font-size:45px;color:black"><strong>鏈哄瀷</strong></span>
-                 <el-input disabled style="font-size:30px" value="form.productType" v-model="form.productType" placeholder="" />
+      	        <span slot="label" style="font-size:45px;color:black"><strong>鏈哄瀷</strong></span>
+                 <el-input disabled style="font-size:30px"  value="form.productType" v-model="form.productType" placeholder="" />
                </el-form-item>
              </el-form>
            </el-descriptions-item>
@@ -43,9 +43,9 @@
            </el-descriptions-item>
            <el-descriptions-item>
              <el-form ref="form" :model="form"  label-width="200px" style="height: 60px;margin-top: 20px" >
-               <el-form-item   prop="qualityStatus" >
+               <el-form-item   prop="currentWorkstation" >
       	     <span slot="label" style="font-size:45px;color:black"><strong>璐ㄩ噺鐘舵��</strong></span>
-                 <el-input disabled style="font-size:30px" v-model="form.qualityStatus" placeholder="" />
+                 <el-input disabled style="font-size:30px" v-model:value="form.add" placeholder="" />
                </el-form-item>
              </el-form>
            </el-descriptions-item>
@@ -53,25 +53,22 @@
          <el-divider></el-divider>
          <el-row :gutter="10" class="mb8" type="flex" justify="center"  style="text-align: center">
            <el-col :span="1.5">
-             <el-button plain  style="width:400px;height:160px" v-hasPermi="['bs:formula:add']">
+             <el-button plain  :disabled="buttondisabled" type="primary" style="width:400px;height:160px" v-hasPermi="['bs:formula:add']" @click="forceOnline">
                <span   class="el-icon-thumb"   style="font-size:45px;color:black"></span>
                <span style="font-size:45px;color:black"><strong>寮哄埗涓婄嚎</strong></span>
              </el-button>
-             <el-button @click="scanCompleted" style="float: right" type="primary">鎵爜瀹屾垚</el-button>
-
            </el-col>
          </el-row>
        </el-card>
      </el-col>
 
-
-     <el-col :span="14"  inline style="height:600px;width:850px  ">
+     <el-col :span="14"  inline style="height:600px;width:600px  ">
        <el-tabs type="border-card"  >
          <el-card>
          <el-col :span="14"style="height: 270px;width:800px  ">
            <span style="font-size:25px"><strong>璐ㄩ噺鐘舵��</strong></span>
            <el-divider></el-divider>
-           {{queryParams.productType}}
+           {{this.form.engineCheckList}}
          </el-col>
          </el-card>
          <el-card style="margin-top: 10px" >
@@ -88,7 +85,9 @@
 </template>
 <script>
 
-import {listOrderScheduling} from "@/api/main/bs/orderScheduling/orderScheduling";
+import { listOrderScheduling, getOrderScheduling, delOrderScheduling, addOrderScheduling, updateOrderScheduling } from "@/api/main/bs/orderScheduling/orderScheduling";
+import { listPassingStationCollection, getPassingStationCollection, delPassingStationCollection, addPassingStationCollection, updatePassingStationCollection } from "@/api/main/da/passingStationCollection/passingStationCollection";
+import {listLineInfo} from "@/api/main/bs/lineInfo/lineInfo";
 
 export default {
   components: { },
@@ -96,45 +95,123 @@
   props: [],
   data() {
     return {
+      options: [],
+      total: 0,
+      engineCheckList:[],
       showFlag:false,
+      buttondisabled:true,
       // 鏌ヨ鍙傛暟
       queryParams: {
         pageNum: 1,
         pageSize: 10,
         engineNo: null,
+        productType:null,
+        orderNo:null,
+        qualityStatus:null,
+        currentWorkstation: null,
+        add: null,
+        engineCheckList:'鏆傛棤鏁版嵁',
       },
-
       // 琛ㄥ崟鍙傛暟
-      form: {},
+      form: {
+        engineNo: null,
+        productType:null,
+        orderNo:null,
+        qualityStatus:null,
+        currentWorkstation: null,
+        add: null,
+        engineCheckList:'鏆傛棤鏁版嵁',
+      },
+      add: null,
     };
   },
-
   computed: {},
   watch: {},
-  created() {
-  },
+  created() {},
   mounted() {},
   methods: {
-    scanCompleted(){
-
+    reset() {
+      this.form = {
+        engineNo:null,
+        productType:null,
+        orderNo:null,
+        qualityStatus:null,
+        currentWorkstation: null,
+        add: null,
+        engineCheckList:'鏆傛棤鏁版嵁',
+      };
+      this.resetForm("form");
     },
     EngineNohandleChange(){
       if(this.form.engineNo !== null && this.form.engineNo !== undefined){
-        this.queryParams.engineNo = this.form.engineNo;
-        listOrderScheduling(this.queryParams).then(response => {
-          this.$message('鎵爜瀹屾垚'+response.rows[0].model);
-          console.log("--------------------"+response.rows[0])
-          this.form.productType = response.rows[0].model
-          this.form.orderNo = response.rows[0].orderNo
-          this.form.qualityStatus = response.rows[0].qualityStatus
+        let OrderSchedulingParam = {engineNo: null}
+        OrderSchedulingParam.engineNo = this.form.engineNo;
+        listOrderScheduling(OrderSchedulingParam).then(response => {
+          if(response.total === 1 ){
+            this.form.productType = response.rows[0].model
+            this.form.orderNo = response.rows[0].orderNo
+            this.form.qualityStatus = response.rows[0].qualityStatus
+            this.form.currentWorkstation = response.rows[0].currentWorkstation
+            this.form.add= response.rows[0].currentWorkstation+ response.rows[0].qualityStatus
+            if(this.form.qualityStatus ==='涓嶅悎鏍�'){
+              this.buttondisabled = false;
+            }
+            else{
+              this.buttondisabled = true;
+            }
+          }
+          else{
+            this.reset();
+            this.buttondisabled = true
+            // this.$modal.msgError('杈撳叆鐨勫彂鍔ㄦ満鍙锋湁璇�');
+            const h = this.$createElement;
+            this.$message({
+              message: h('p',null, [
+                       h('span', null, '璀﹀憡 '),
+                       h('i', { style: 'color: black' }, '杈撳叆鐨勫彂鍔ㄦ満鍙锋湁璇�'),
+                       h()]),
+              type: 'error',
+              center: true,
+              offset:300
+            });
+          }
+        });
+        let PassingStationCollectionParam = {sfcCode: null}
+        PassingStationCollectionParam.sfcCode = this.form.engineNo;
+        listPassingStationCollection(PassingStationCollectionParam).then(ponse =>{
+          this.engineCheckList = ponse.rows.locationCode ;
+          if(ponse.rows.length >= 1 && this.form.engineNo !== undefined){
+            this.form.engineCheckList = ''
+            for (let i = 0; i < ponse.rows.length; i++) {
+              this.form.engineCheckList += '   宸ヤ綅:'+ ponse.rows[i].locationCode+'['+ponse.rows[i].outRsSign+']'
+            }
+          }
+          else{
+            this.form.engineCheckList = '鏆傛棤鏁版嵁'
+          }
         });
       }
     },
+
+
   },
-
-
   }
 
 
 </script>
+<style scoped>
+::v-deep .el-input__inner{
+  height: 50px;
+  width: 450px;
+}
+::v-deep .el-form-item__label {
+  line-height: 50px;
+}
 
+/*.my-custom-modal .el-dialog__wrapper {*/
+/*  width: 400px; !* 璁剧疆瀹藉害 *!*/
+/*  height: 200px; !* 璁剧疆楂樺害 *!*/
+/*  top: 50px; !* 璁剧疆璺濈椤甸潰椤堕儴鐨勪綅缃� *!*/
+/*  left: 50px; !* 璁剧疆璺濈椤甸潰宸︿晶鐨勪綅缃� *!*/
+/*}*/
+</style>

--
Gitblit v1.9.3