From 2edb37abd1e6f18289d846d23e3c18bd66a2539b Mon Sep 17 00:00:00 2001
From: ch <37327@LLOOCCY>
Date: 星期四, 08 四月 2021 09:14:16 +0800
Subject: [PATCH] 新增模具基础资料、检具基础资料
---
WebTM/views/领料发货/其他出库/Kf_OtherOutBill_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/\345\205\266\344\273\226\345\207\272\345\272\223/Kf_OtherOutBill_Fast.html" "b/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\345\205\266\344\273\226\345\207\272\345\272\223/Kf_OtherOutBill_Fast.html"
index 3861072..32ff51a 100644
--- "a/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\345\205\266\344\273\226\345\207\272\345\272\223/Kf_OtherOutBill_Fast.html"
+++ "b/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\345\205\266\344\273\226\345\207\272\345\272\223/Kf_OtherOutBill_Fast.html"
@@ -303,7 +303,7 @@
{
table.render({
elem: '#wl-table'
- , url: GetWEBURL1() + '/OtherOutBill/DisBillEntryList_Webs_Json'
+ , url: GetWEBURL() + '/OtherOutBill/DisBillEntryList_Webs_Json'
, toolbar: '#toolbarDemo'
, where: { HBillID: linterid, HBillType: '1206', sWhere: '' }
, cols: [[
@@ -497,7 +497,7 @@
//layer.msg(data.Message, { icon: 1 });
table.render({
elem: '#wl-table'
- , url: GetWEBURL1() + '/OtherOutBill/DisBillEntryList_Webs_Json'
+ , url: GetWEBURL() + '/OtherOutBill/DisBillEntryList_Webs_Json'
, cellMinWidth: 80
, toolbar: '#toolbarDemo'
, where: { HBillID: sInterID, HBillType: '1206', sWhere: '' }
@@ -701,7 +701,7 @@
layer.load(3)
table.render({
elem: '#wl-table'
- , url: GetWEBURL1() + '/OtherOutBill/DisBillEntryList_Webs_Json'
+ , url: GetWEBURL() + '/OtherOutBill/DisBillEntryList_Webs_Json'
, toolbar: '#toolbarDemo'
, where: { HBillID: sInterID, HBillType: '1206', sWhere: '' }
, cellMinWidth: 90
@@ -757,7 +757,7 @@
table.render({
elem: '#wl-table'
// , url: 'http://61.130.49.162:9090/WMSAPI///OtherOutBill/DisBillEntryList_Webs_Json'
- , url: GetWEBURL1() + '/OtherOutBill/DisBillEntryList_Webs_Json'
+ , url: GetWEBURL() + '/OtherOutBill/DisBillEntryList_Webs_Json'
, toolbar: '#toolbarDemo'
, where: { HBillID: sInterID, HBillType: '1206', sWhere: '' }
, cols: [[
--
Gitblit v1.9.1