From 2c1e381456e6d88f6dc18be5a742231d631fba24 Mon Sep 17 00:00:00 2001
From: yxj <1qaz@123>
Date: 星期三, 31 八月 2022 08:51:40 +0800
Subject: [PATCH] 其他出库缓存列表数据显示错误修复

---
 WebTM/views/领料发货/其他出库/Kf_OtherOutBill_FastList.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git "a/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\345\205\266\344\273\226\345\207\272\345\272\223/Kf_OtherOutBill_FastList.html" "b/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\345\205\266\344\273\226\345\207\272\345\272\223/Kf_OtherOutBill_FastList.html"
index 6ed576c..3ac2a2f 100644
--- "a/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\345\205\266\344\273\226\345\207\272\345\272\223/Kf_OtherOutBill_FastList.html"
+++ "b/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\345\205\266\344\273\226\345\207\272\345\272\223/Kf_OtherOutBill_FastList.html"
@@ -333,7 +333,7 @@
             elem: '#dj-table'
             , url: GetWEBURL() + '/Web/chanpinruk'
             , toolbar: '#toolbarDemo'
-            , where: { HBillType: sBillType, sWhere: '' }
+            , where: { HBillType: sBillType, sHMaker: sessionStorage["HUserName"], HOrgID: sessionStorage["OrganizationID"] }
             , cols: [[
                 { type: 'radio' }
                 , { field: 'HInterID', title: '鍗曟嵁鍐呯爜', width: 120 }

--
Gitblit v1.9.1