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_POStockInBackBillList.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/\345\244\226\350\264\255\345\205\245\345\272\223/Kf_POStockInBackBillList.html" "b/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\244\226\350\264\255\345\205\245\345\272\223/Kf_POStockInBackBillList.html"
index ee70878..dac11d5 100644
--- "a/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\244\226\350\264\255\345\205\245\345\272\223/Kf_POStockInBackBillList.html"
+++ "b/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\244\226\350\264\255\345\205\245\345\272\223/Kf_POStockInBackBillList.html"
@@ -133,7 +133,7 @@
var sBillType = '1239'
table.render({
elem: '#dj-table'
- ,url: GetWEBURL1() + '/Web/DisBillEntryList_Mate_Webs_Json'
+ ,url: GetWEBURL() + '/Web/DisBillEntryList_Mate_Webs_Json'
,toolbar: '#toolbarDemo'
, where: { HBillType: sBillType,sWhere:''}
, cols: [[
@@ -182,8 +182,8 @@
table.render({
elem: '#dj-table'
//, url: 'http://61.130.49.162:9090/WMSAPI///POStockInBill/DisBillEntryList_Mate_Webs_Json'
- //, url: GetWEBURL1() + '/POStockInBill/DisBillEntryList_Mate_Webs_Json'
- , url: GetWEBURL1() + '/POStockInBillList/DisBillEntryList_Mate_Webs_Json'
+ //, url: GetWEBURL() + '/POStockInBill/DisBillEntryList_Mate_Webs_Json'
+ , url: GetWEBURL() + '/POStockInBillList/DisBillEntryList_Mate_Webs_Json'
, cellMinWidth: 80
, toolbar: '#toolbarDemo'
, where: { HBillType: '1239', sWhere: '' }
@@ -221,7 +221,7 @@
var sBillType = '1239'
table.render({
elem: '#dj-table'
- ,url: GetWEBURL1() + '/Web/DisBillEntryList_Mate_Webs_Json'
+ ,url: GetWEBURL() + '/Web/DisBillEntryList_Mate_Webs_Json'
,toolbar: '#toolbarDemo'
, where: { HBillType: sBillType,sWhere:''}
, cols: [[
--
Gitblit v1.9.1