From 4e82ecbe27527e65b70b55841b87f0e7f1a0f953 Mon Sep 17 00:00:00 2001
From: ch <37327@LLOOCCY>
Date: 星期五, 16 四月 2021 10:32:03 +0800
Subject: [PATCH] 新增了LAYUI出入库单据、调拨单、条码档案列表
---
WebTM/views/验收入库/委外入库/Kf_EntrustInBackBill.html | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git "a/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\247\224\345\244\226\345\205\245\345\272\223/Kf_EntrustInBackBill.html" "b/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\247\224\345\244\226\345\205\245\345\272\223/Kf_EntrustInBackBill.html"
index 1aa9dd7..d6afb5a 100644
--- "a/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\247\224\345\244\226\345\205\245\345\272\223/Kf_EntrustInBackBill.html"
+++ "b/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\247\224\345\244\226\345\205\245\345\272\223/Kf_EntrustInBackBill.html"
@@ -333,7 +333,7 @@
{
table.render({
elem: '#wl-table'
- , url: GetWEBURL1() + '/Kf_EntrustInBill/DisBillEntryList_Webs_Json'
+ , url: GetWEBURL() + '/Kf_EntrustInBill/DisBillEntryList_Webs_Json'
, toolbar: '#toolbarDemo'
, where: { HBillID: linterid, HBillType: '1246', sWhere: '' }
, cols: [[
@@ -674,7 +674,7 @@
layer.load(3)
table.render({
elem: '#wl-table'
- , url: GetWEBURL1() + '/Kf_EntrustInBill/DisBillEntryList_Webs_Json'
+ , url: GetWEBURL() + '/Kf_EntrustInBill/DisBillEntryList_Webs_Json'
, toolbar: '#toolbarDemo'
, where: { HBillID: sInterID, HBillType: '1246', sWhere: '' }
, cols: [[
@@ -732,7 +732,7 @@
table.render({
elem: '#wl-table'
// , url: 'http://61.130.49.162:9090/WMSAPI///Kf_EntrustInBill/DisBillEntryList_Webs_Json'
- , url: GetWEBURL1() + '/Kf_EntrustInBill/DisBillEntryList_Webs_Json'
+ , url: GetWEBURL() + '/Kf_EntrustInBill/DisBillEntryList_Webs_Json'
, toolbar: '#toolbarDemo'
, where: { HBillID: sInterID, HBillType: '1246', sWhere: '' }
, cols: [[
--
Gitblit v1.9.1