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_SellOutBackBill_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\224\200\345\224\256\345\207\272\345\272\223/Kf_SellOutBackBill_Fast.html" "b/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\351\224\200\345\224\256\345\207\272\345\272\223/Kf_SellOutBackBill_Fast.html"
index 600054e..6471690 100644
--- "a/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\351\224\200\345\224\256\345\207\272\345\272\223/Kf_SellOutBackBill_Fast.html"
+++ "b/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\351\224\200\345\224\256\345\207\272\345\272\223/Kf_SellOutBackBill_Fast.html"
@@ -353,7 +353,7 @@
{
table.render({
elem: '#wl-table'
- , url: GetWEBURL1() + '/SellOutBack/DisBillEntryList_Webs_Json'
+ , url: GetWEBURL() + '/SellOutBack/DisBillEntryList_Webs_Json'
, toolbar: '#toolbarDemo'
, where: { HBillID: linterid, HBillType: '1247', sWhere: '' }
, cols: [[
@@ -548,7 +548,7 @@
//layer.msg(data.Message, { icon: 1 });
table.render({
elem: '#wl-table'
- , url: GetWEBURL1() + '/SellOutBack/DisBillEntryList_Webs_Json'
+ , url: GetWEBURL() + '/SellOutBack/DisBillEntryList_Webs_Json'
, toolbar: '#toolbarDemo'
, where: { HBillID: sInterID, HBillType: '1247', sWhere: '' }
, cols: [[
@@ -682,7 +682,7 @@
layer.load(3);
table.render({
elem: '#wl-table'
- , url: GetWEBURL1() + '/SellOutBack/DisBillEntryList_Webs_Json'
+ , url: GetWEBURL() + '/SellOutBack/DisBillEntryList_Webs_Json'
, toolbar: '#toolbarDemo'
, where: { HBillID: sInterID, HBillType: '1247', sWhere: '' }
, cols: [[
@@ -760,7 +760,7 @@
table.render({
elem: '#wl-table'
- , url: GetWEBURL1() + '/SellOutBack/DisBillEntryList_Webs_Json'
+ , url: GetWEBURL() + '/SellOutBack/DisBillEntryList_Webs_Json'
, toolbar: '#toolbarDemo'
, where: { HBillID: sInterID, HBillType: '1247', sWhere: '' }
, cols: [[
--
Gitblit v1.9.1