From 62d8d99e5053dd1623e00a5beb42c77bad24069d Mon Sep 17 00:00:00 2001
From: zgq <519541279@qq.com>
Date: 星期五, 18 六月 2021 16:06:18 +0800
Subject: [PATCH] 工序出站、进站、委外接收、委外发出。 增加附件列表功能
---
WebTM/views/领料发货/委外出库/Kf_EntrustOutBackBill_Fast.html | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git "a/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\345\247\224\345\244\226\345\207\272\345\272\223/Kf_EntrustOutBackBill_Fast.html" "b/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\345\247\224\345\244\226\345\207\272\345\272\223/Kf_EntrustOutBackBill_Fast.html"
index 934568a..0aaed01 100644
--- "a/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\345\247\224\345\244\226\345\207\272\345\272\223/Kf_EntrustOutBackBill_Fast.html"
+++ "b/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\345\247\224\345\244\226\345\207\272\345\272\223/Kf_EntrustOutBackBill_Fast.html"
@@ -341,7 +341,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: '1238', sWhere: '' }
, cols: [[{ type: 'radio' }
@@ -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: '1238', sWhere: '' }
, cols: [[
@@ -728,7 +728,7 @@
table.render({
elem: '#wl-table'
//, url: 'http://l192.168.16.145:8011//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: '1238', sWhere: '' }
, cols: [[
--
Gitblit v1.9.1