From 68ef2632aa52dca92a81250a8d95790d63441303 Mon Sep 17 00:00:00 2001
From: zgq <519541279@qq.com>
Date: 星期五, 26 二月 2021 14:45:52 +0800
Subject: [PATCH] 解决销售出库新增问题

---
 WebTM/views/仓存管理/仓库调拨/Cc_LookingForReturnBill.html |   19 ++++++++++---------
 1 files changed, 10 insertions(+), 9 deletions(-)

diff --git "a/WebTM/views/\344\273\223\345\255\230\347\256\241\347\220\206/\344\273\223\345\272\223\350\260\203\346\213\250/Cc_LookingForReturnBill.html" "b/WebTM/views/\344\273\223\345\255\230\347\256\241\347\220\206/\344\273\223\345\272\223\350\260\203\346\213\250/Cc_LookingForReturnBill.html"
index 2d41dcf..7e19277 100644
--- "a/WebTM/views/\344\273\223\345\255\230\347\256\241\347\220\206/\344\273\223\345\272\223\350\260\203\346\213\250/Cc_LookingForReturnBill.html"
+++ "b/WebTM/views/\344\273\223\345\255\230\347\256\241\347\220\206/\344\273\223\345\272\223\350\260\203\346\213\250/Cc_LookingForReturnBill.html"
@@ -237,10 +237,10 @@
                 , cols: [[
                     { type: 'numbers', title: '搴忓彿' }
                     , { field: 'HIsStatus', title: '鏄惁鎵爜', hide: true }
-                    , { field: 'HMTONo', title: '鎵瑰彿', width: 180 }
+                    , { field: 'HMTONo', title: '鎵瑰彿' }
                     , { field: 'HSPID', title: '浠撲綅ID', hide: true }
                     , { field: 'HSPName', title: '浠撲綅' }
-                    , { field: 'HStatus', title: '鍦ㄥ簱鐘舵��', width: 165 }
+                    , { field: 'HStatus', title: '鍦ㄥ簱鐘舵��' }
                     , { field: 'HWhID', title: '浠撳簱ID', hide: true }
                     , { field: 'HWhName', title: '浠撳簱', width: 130 }
                     , { field: 'HSourceInterID', title: '婧愬崟ID', hide: true }
@@ -276,15 +276,15 @@
                 , cellMinWidth: 90
                 , cols: [[
                     { type: 'numbers', title: '搴忓彿' }
-                    //, { field: 'HIsStatus', title: '鏄惁鎵爜' }
-                    , { field: 'HSourceInterID', title: '婧愬崟ID', hide: true }
-                    , { field: 'HSourceBillNo', title: '婧愬崟鍙�', hide: true }
-                    , { field: 'HMTONo', title: '鎵瑰彿', width: 180 }
-                    , { field: 'HStatus', title: '鍦ㄥ簱鐘舵��', width: 165 }
-                    , { field: 'HWhID', title: '浠撳簱ID', hide: true }
-                    , { field: 'HWhName', title: '浠撳簱', width: 130 }
+                    //, { field: 'HIsStatus', title: '鏄惁鎵爜', hide: true }
+                    , { field: 'HMTONo', title: '鎵瑰彿' }
                     , { field: 'HSPID', title: '浠撲綅ID', hide: true }
                     , { field: 'HSPName', title: '浠撲綅' }
+                    , { field: 'HStatus', title: '鍦ㄥ簱鐘舵��' }
+                    , { field: 'HWhID', title: '浠撳簱ID', hide: true }
+                    , { field: 'HWhName', title: '浠撳簱', width: 130 }
+                    , { field: 'HSourceInterID', title: '婧愬崟ID', hide: true }
+                    , { field: 'HSourceBillNo', title: '婧愬崟鍙�', width: 110 }
                     , { field: 'HGroupID', title: '鐝粍ID', hide: true }
                     , { field: 'HGroup', title: '鐝粍' }
                     , { field: 'HSourceID', title: '鐢熶骇璧勬簮ID', hide: true }
@@ -374,6 +374,7 @@
                                 $("#HSourceBillNo").attr("readonly", "readonly");//婧愬崟鍙峰彧璇�
                                 $("#HSourceBillNo").css("background-color", "#efefef4d");
                                 element.tabChange('tab-LookingForBill', '2');  //璺宠浆椤电
+                                $("#HSPName").focus();
                             }
                             else {
                                 layer.close(index);

--
Gitblit v1.9.1