From a4bce725e22e5c521ad229f70678f7248e2c8b98 Mon Sep 17 00:00:00 2001
From: WYB <908761037@qq.com>
Date: 星期三, 31 三月 2021 17:47:49 +0800
Subject: [PATCH] 计划单下推页面绑定完成
---
WebTM/views/验收入库/产品入库/Kf_ProductInBackBill.html | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git "a/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\344\272\247\345\223\201\345\205\245\345\272\223/Kf_ProductInBackBill.html" "b/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\344\272\247\345\223\201\345\205\245\345\272\223/Kf_ProductInBackBill.html"
index f0a2726..3b1cdb4 100644
--- "a/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\344\272\247\345\223\201\345\205\245\345\272\223/Kf_ProductInBackBill.html"
+++ "b/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\344\272\247\345\223\201\345\205\245\345\272\223/Kf_ProductInBackBill.html"
@@ -297,7 +297,7 @@
{
table.render({
elem: '#wl-table'
- , url: GetWEBURL1() + '/ProductIn/DisBillEntryList_Webs_Json'
+ , url: GetWEBURL() + '/ProductIn/DisBillEntryList_Webs_Json'
, toolbar: '#toolbarDemo'
, where: { HBillID: linterid, HBillType: '1245', sWhere: '' }
, cols: [[
@@ -468,7 +468,7 @@
//layer.msg(data.Message, { icon: 1 });
table.render({
elem: '#wl-table'
- , url: GetWEBURL1() + '/ProductIn/DisBillEntryList_Webs_Json'
+ , url: GetWEBURL() + '/ProductIn/DisBillEntryList_Webs_Json'
, toolbar: '#toolbarDemo'
, where: { HBillID: sInterID, HBillType: '1245', sWhere: '' }
, cols: [[
@@ -678,7 +678,7 @@
layer.load(3)
table.render({
elem: '#wl-table'
- , url: GetWEBURL1() + '/ProductIn/DisBillEntryList_Webs_Json'
+ , url: GetWEBURL() + '/ProductIn/DisBillEntryList_Webs_Json'
, toolbar: '#toolbarDemo'
, where: { HBillID: sInterID, HBillType: '1245', sWhere: '' }
, cols: [[
@@ -733,7 +733,7 @@
table.render({
elem: '#wl-table'
//, url: 'http://61.130.49.162:9090/WMSAPI///ProductIn/DisBillEntryList_Webs_Json'
- , url: GetWEBURL1() + '/ProductInBackBill/DisBillEntryList_Webs_Json'
+ , url: GetWEBURL() + '/ProductInBackBill/DisBillEntryList_Webs_Json'
, toolbar: '#toolbarDemo'
, where: { HBillID: sInterID, HBillType: '1245', sWhere: '' }
, cols: [[
--
Gitblit v1.9.1