From c2164a1cc7ebdd7086733ae92bb9ecf67d782e8c Mon Sep 17 00:00:00 2001
From: WYB <908761037@qq.com>
Date: 星期一, 29 三月 2021 20:18:56 +0800
Subject: [PATCH] 列表展示
---
WebTM/views/领料发货/领料出库/Kf_MateOutBill_Fast.html | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git "a/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\351\242\206\346\226\231\345\207\272\345\272\223/Kf_MateOutBill_Fast.html" "b/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\351\242\206\346\226\231\345\207\272\345\272\223/Kf_MateOutBill_Fast.html"
index 5f91e0b..08cc359 100644
--- "a/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\351\242\206\346\226\231\345\207\272\345\272\223/Kf_MateOutBill_Fast.html"
+++ "b/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\351\242\206\346\226\231\345\207\272\345\272\223/Kf_MateOutBill_Fast.html"
@@ -295,7 +295,7 @@
{
table.render({
elem: '#wl-table'
- , url: GetWEBURL1() + '/MateOutBill/DisBillEntryList_Webs_New_Json'
+ , url: GetWEBURL() + '/MateOutBill/DisBillEntryList_Webs_New_Json'
//, cellMinWidth: 80
, toolbar: '#toolbarDemo'
, where: { HBillID: linterid, HBillType: '1204', sWhere: '' }
@@ -519,7 +519,7 @@
if (data.count == 1) { // 璇存槑楠岃瘉鎴愬姛浜�
table.render({
elem: '#wl-table'
- , url: GetWEBURL1() + '/MateOutBill/DisBillEntryList_Webs_New_Json'
+ , url: GetWEBURL() + '/MateOutBill/DisBillEntryList_Webs_New_Json'
//, cellMinWidth: 80
, toolbar: '#toolbarDemo'
, where: { HBillID: sInterID, HBillType: '1204', sWhere: '' }
@@ -712,7 +712,7 @@
layer.load(3)
table.render({
elem: '#wl-table'
- , url: GetWEBURL1() + '/MateOutBill/DisBillEntryList_Webs_New_Json'
+ , url: GetWEBURL() + '/MateOutBill/DisBillEntryList_Webs_New_Json'
, toolbar: '#toolbarDemo'
, where: { HBillID: sInterID, HBillType: '1204', sWhere: '' }
, cellMinWidth: 90
@@ -764,7 +764,7 @@
layer.load(3)
table.render({
elem: '#wl-table'
- , url: GetWEBURL1() + '/MateOutBill/DisBillEntryList_Webs_New_Json'
+ , url: GetWEBURL() + '/MateOutBill/DisBillEntryList_Webs_New_Json'
, toolbar: '#toolbarDemo'
, where: { HBillID: sInterID, HBillType: '1204', sWhere: '' }
, cols: [[
--
Gitblit v1.9.1