From 6caecd26f75979777956dc96e14d6f3b39ce6688 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期五, 15 七月 2022 17:23:42 +0800
Subject: [PATCH] 1.修改bug

---
 src/views/scgl/sckbg.vue |  131 +++++++++++++++++++++++++++++++++++++------
 1 files changed, 113 insertions(+), 18 deletions(-)

diff --git a/src/views/scgl/sckbg.vue b/src/views/scgl/sckbg.vue
index 77bc27d..252e3c9 100644
--- a/src/views/scgl/sckbg.vue
+++ b/src/views/scgl/sckbg.vue
@@ -2,11 +2,11 @@
   <div>
     <div class="body" style="padding: 0;height: 100%" :style="{height:mainHeight+'px'}">
 
-      <el-tabs ref="elTabs" type="border-card" @tab-click="tabClick">
+      <el-tabs ref="elTabs" v-model="activeName" type="border-card" @tab-click="tabClick">
         <el-tab-pane label="鐢熶骇鍒楄〃">
           <div style="margin-left: 10px;margin-top:10px;display: flex;justify-content: space-between">
             <div style="display: flex;align-items: center">
-              <div style="width: 70px">鎵爜锛�</div>
+              <div style="width: 90px">鎵弿鏉$爜锛�</div>
               <el-input
                 v-model="form.orderstepqrcode"
                 oninput="value=value.replace(/[^0-9a-zA-Z;_]/g,'')"
@@ -163,7 +163,7 @@
                   :value="item.code"
                 />
               </el-select>
-              <div style="width: 70px;margin-left: 20px">鎵爜锛�</div>
+              <div style="width: 90px;margin-left: 20px">鎵弿鏉$爜锛�</div>
               <el-input
                 v-model="WXform.orderstepqrcode"
                 oninput="value=value.replace(/[^0-9a-zA-Z;_]/g,'')"
@@ -303,7 +303,88 @@
             @pagination="getMesOrderStepSearch"
           />
         </el-tab-pane>
+        <el-tab-pane v-if="false" label="宸ュ簭妫�楠�">
+          <div style="margin-left: 10px;margin-top:10px;display: flex;flex-direction: column">
+            <div style="margin-bottom: 10px;font-size: 14px">
+              <i class="el-icon-s-operation" style="color:#42b983; margin-right: 5px" />鎵爜淇℃伅
+            </div>
+            <div style="display: flex;align-items: center">
+              <div style="width: 90px">鎵弿鏉$爜锛�</div>
+              <el-input
+                v-model="GXform.orderstepqrcode"
+                oninput="value=value.replace(/[^0-9a-zA-Z;_]/g,'')"
+                name="GXproduceCode"
+                style="width: 300px"
+                @keyup.enter.native="val=>enterNative(val,'GXproduceCode')"
+              />
+            </div>
+            <div style="line-height: 40px; display: flex;margin-top: 20px">
+              <div style="display: flex;margin-right: 50px">
+                <div style="width: 90px">宸ュ崟缂栫爜锛�</div>
+                <div>PX00120012312</div>
+              </div>
+              <div style="display: flex;">
+                <div style="width: 90px">浜у搧缂栫爜锛�</div>
+                <div>123-446-789</div>
+              </div>
+            </div>
+            <div style="line-height: 40px; display: flex;">
+              <div style="display: flex;margin-right: 50px">
+                <div style="width: 90px">浜у搧鍚嶇О锛�</div>
+                <div>PX00120012312</div>
+              </div>
+              <div style="display: flex;">
+                <div style="width: 90px">浜у搧瑙勬牸锛�</div>
+                <div>123-446-789</div>
+              </div>
+            </div>
+            <div style="line-height: 40px; display: flex;">
+              <div style="display: flex;margin-right: 50px">
+                <div style="width: 90px">宸ュ簭缂栫爜锛�</div>
+                <div>PX00120012312</div>
+              </div>
+              <div style="display: flex;">
+                <div style="width: 90px">宸ュ簭鍚嶇О锛�</div>
+                <div>123-446-789</div>
+              </div>
+            </div>
 
+            <div style="margin: 20px 0;font-size: 14px">
+              <i class="el-icon-s-operation" style="color:#42b983; margin-right: 5px" />妫�楠屾爣鍑嗕俊鎭�
+            </div>
+            <div style="display: flex;align-items: center">
+              <div style="width: 90px">妫�楠屾爣鍑嗭細</div>
+              <el-select
+                v-model="dialogForm.aaa"
+                style="width: 200px;"
+                placeholder="璇烽�夋嫨"
+              >
+                <el-option
+                  v-for="item in ARR"
+                  :key="item.code"
+                  :label="item.name"
+                  :value="item.code"
+                />
+              </el-select>
+              <div style="width: 90px;margin-left: 50px;">妫�楠屾爣鍑嗭細</div>
+              <el-select
+                v-model="dialogForm.aaa"
+                style="width: 200px;"
+                placeholder="璇烽�夋嫨"
+              >
+                <el-option
+                  v-for="item in ARR"
+                  :key="item.code"
+                  :label="item.name"
+                  :value="item.code"
+                />
+              </el-select>
+            </div>
+            <div style="margin: 20px 0;font-size: 14px">
+              <i class="el-icon-s-operation" style="color:#42b983; margin-right: 5px" />妫�楠岄」淇℃伅
+            </div>
+          </div>
+        </el-tab-pane>
       </el-tabs>
 
     </div>
@@ -649,8 +730,6 @@
 
 <script>
 import Pagination from '@/components/Pagination'
-import { AddUpdateOrganization, DeleteOrganization, OrganizationSearch, PrentOrganization } from '@/api/jcsz'
-import { getCookie } from '@/utils/auth'
 import $ from 'jquery'
 import {
   MesOrderGroupSelectUser,
@@ -667,8 +746,7 @@
   SavaMesOrderStepStart,
   SavaMesOrderStepReport
 } from '@/api/scgl'
-import { urlAddRandomNo, webapp_ws_ajax_run } from '@/utils/grwebapp'
-import { MesOrderPrintSearch1 } from '@/api/utils'
+import { urlAddRandomNo, webapp_urlprotocol_startup, webapp_ws_ajax_run, webapp_ws_autoupdate } from '@/utils/grwebapp'
 
 const SER_HZ = /^[\u4e00-\u9fa5]+$/
 export default {
@@ -712,9 +790,8 @@
       total: 10,
       tableData: [],
       WXform: { // 澶栧崗琛ㄥ崟
-        // PO202206280001_4;Step01
         orderstepqrcode: '', // 鎵弿鐨勪簩缁寸爜淇℃伅
-        prop: 'wo_code', // 鎺掑簭瀛楁
+        prop: 'wo_code', // 鎺掑簭瀛楁z
         order: 'asc', // 鎺掑簭瀛楁
         page: 1, // 绗嚑椤�
         rows: 20 // 姣忛〉澶氬皯鏉�
@@ -774,7 +851,6 @@
       UserTotal: 0,
       Userform: {},
       userIsSave: false, // 姝や汉鍛樻槸鍚﹀彲淇濇寔
-      // operation: '',
       dialogFormRules: {
         outuser: [
           { required: true, message: '璇烽�夋嫨鍙戞枡浜哄憳', trigger: ['blur', 'change'] }
@@ -806,6 +882,14 @@
         startqty: [
           { required: true, message: '璇疯緭鍏ユ姤宸ユ暟閲�', trigger: ['blur', 'change'] }
         ]
+      },
+      activeName: '',
+      GXform: { // 宸ュ簭
+        orderstepqrcode: '' // 鎵弿鐨勪簩缁寸爜淇℃伅
+        // prop: 'wo_code', // 鎺掑簭瀛楁z
+        // order: 'asc', // 鎺掑簭瀛楁
+        // page: 1, // 绗嚑椤�
+        // rows: 20 // 姣忛〉澶氬皯鏉�
       }
 
     }
@@ -821,6 +905,8 @@
     this.$nextTick(() => {
       $("input[name='produceCode']")[0].focus()
     })
+    // webapp_urlprotocol_startup()
+    webapp_ws_autoupdate(true)
   },
   methods: {
     async getMesOrderStepSearch() {
@@ -887,6 +973,11 @@
           // this.form.orderstepqrcode = ''
         })
       }
+      if (this.$refs.elTabs.currentName === '2') {
+        this.$nextTick(() => {
+          $("input[name='GXproduceCode']")[0].focus()
+        })
+      }
     },
     // 鎵爜閿洏鍥炶溅浜嬩欢
     async enterNative(val, belong) {
@@ -897,12 +988,12 @@
       // 鏀舵枡锛歝ode="200"  count=3
       // 璧板垪琛ㄥ舰寮� code="200"  count=4
       if (belong === 'produceCode') {
+        const orderstepqrcode = this.form.orderstepqrcode
         const data = {
           OperType: 'ZZ',
-          orderstepqrcode: this.form.orderstepqrcode,
+          orderstepqrcode: orderstepqrcode,
           SelectType: ''
         }
-        console.log(this.form.orderstepqrcode, 21)
         const res = await MesOrderStepStart(data)
         if (res.code === '200' && res.count === 0) {
           await this.ZZstart(res.data)
@@ -912,9 +1003,10 @@
         }
       }
       if (belong === 'WXproduceCode') {
+        const orderstepqrcode = this.WXform.orderstepqrcode
         const data = {
           OperType: 'WX',
-          orderstepqrcode: this.WXform.orderstepqrcode,
+          orderstepqrcode: orderstepqrcode,
           SelectType: this.WXSelected// OUT銆両N
         }
         const res = await MesOrderStepStart(data)
@@ -924,6 +1016,10 @@
         if (res.code === '200' && res.count === 3) {
           await this.WXback(res.data)
         }
+      }
+
+      if (belong === 'GXproduceCode') {
+        console.log('GXproduceCode')
       }
     },
     // 鏌ヨ
@@ -1245,12 +1341,12 @@
               inuser: this.dialogForm.inuser, // 鍙戞枡浜哄憳
               taskqty: this.dialogForm.planqty, // 浠诲姟鏁伴噺
               sqty: this.dialogForm.sqty, // 鏀舵枡鏁伴噺
-              ngqty: this.dialogForm.noputqty, // 涓嶈壇鏁伴噺
+              ngqty: this.dialogForm.noputqty === '' ? 0 : this.dialogForm.noputqty, // 涓嶈壇鏁伴噺
               badcode: this.dialogForm.badcode.length < 1 ? '' : this.dialogForm.badcode.join(';')// 涓嶈壇鍘熷洜
             }
             SavaMesOrderStepIn(data).then(res => {
               if (res.code === '200') {
-                // this.WXprint()
+                this.WXprint()
                 this.$message.success('鏀舵枡鎴愬姛锛�')
                 this.dialogVisible = false
                 this.tabClick()
@@ -1272,7 +1368,6 @@
             }
             SavaMesOrderStepStart(data).then(res => {
               if (res.code === '200') {
-                // this.WXprint()
                 this.$message.success('寮�宸ユ垚鍔燂紒')
                 this.dialogVisible = false
                 this.tabClick()
@@ -1310,12 +1405,12 @@
               startqty: this.dialogForm.reportqty, // 寮�宸ユ暟閲�
               // reportqty: this.dialogForm.reportqty, // 鎶ュ伐鏁伴噺
               reportqty: this.dialogForm.startqty, // 鎶ュ伐鏁伴噺
-              ngqty: this.dialogForm.noputqty, // 涓嶈壇鏁伴噺
+              ngqty: this.dialogForm.noputqty === '' ? 0 : this.dialogForm.noputqty, // 涓嶈壇鏁伴噺
               badcode: this.dialogForm.badcode.length < 1 ? '' : this.dialogForm.badcode.join(';')// 涓嶈壇鍘熷洜
             }
             SavaMesOrderStepReport(data).then(res => {
               if (res.code === '200') {
-                // this.ZZprint()
+                this.ZZprint()
                 this.$message.success('鎶ュ伐鎴愬姛锛�')
                 this.dialogVisible = false
                 this.tabClick()

--
Gitblit v1.9.3