From 9516754b628c8a7a0f91a105347d0881420ef0f2 Mon Sep 17 00:00:00 2001
From: zzr99 <1940172413@qq.com>
Date: 星期二, 09 八月 2022 20:41:08 +0800
Subject: [PATCH] PDA所有页面加上选择仓位带出仓库

---
 WebTM/views/验收入库/其他入库/Kf_OtherInBill_FastList.html |   28 +---------------------------
 1 files changed, 1 insertions(+), 27 deletions(-)

diff --git "a/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\205\266\344\273\226\345\205\245\345\272\223/Kf_OtherInBill_FastList.html" "b/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\205\266\344\273\226\345\205\245\345\272\223/Kf_OtherInBill_FastList.html"
index 59b067c..d8cc399 100644
--- "a/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\205\266\344\273\226\345\205\245\345\272\223/Kf_OtherInBill_FastList.html"
+++ "b/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\205\266\344\273\226\345\205\245\345\272\223/Kf_OtherInBill_FastList.html"
@@ -231,33 +231,7 @@
 
         //鍒锋柊
         form.on('submit(cmdRefresh)', function () {
-            get_Display();
-            table.render({
-                    elem: '#yd-table'
-                    , url: GetWEBURL() + '/Web/DisBillUpdateLoad_Json'
-                    , toolbar: '#toolbarDemo'
-                    , where: { HBillType: sBillType, HMaker: sessionStorage["HUserName"], HOrgID: sessionStorage["OrganizationID"] }
-                    , page: true  // 寮�鍚垎椤�
-                    , limits: [20, 40, 80, 100]
-                    , limit: 20
-                    , cols: [[
-                        { type: 'radio' }
-                        , { field: 'HInterID', title: '鍗曟嵁鍐呯爜', width: 120 }
-                        , { field: 'HBillNo', title: '鍗曟嵁鍙�', width: 150 }
-                        , { field: 'HMaker', title: '鍒跺崟浜�', width: 120 }
-                        , { field: 'HMakeDate', title: '鍒跺崟鏃ユ湡', width: 150 }
-                        , { field: 'HMaterNumber', title: '鐗╂枡浠g爜', width: 150 }
-                        , { field: 'HMaterName', title: '鐗╂枡鍚嶇О', width: 150 }
-                        , { field: 'HMaterModel', title: '瑙勬牸鍨嬪彿', width: 150 }
-                        , { field: 'HQty', title: '鏁伴噺', width: 100 }
-                        , { field: 'HSourceBillNo', title: '婧愬崟鍗曞彿', width: 150 }
-                        , { field: 'HOrgID', title: '缁勭粐', width: 120 }
-                    ]]
-                    , height: 500
-                    , done: function () {
-                        layer.closeAll("loading");
-                    }
-                })
+            location.reload();
         });
         
         //鎾ら攢鍔熻兘

--
Gitblit v1.9.1