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_SellOutBill_Fast.html | 10 +++++-----
1 files changed, 5 insertions(+), 5 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_SellOutBill_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_SellOutBill_Fast.html"
index fae1203..c7e994f 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_SellOutBill_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_SellOutBill_Fast.html"
@@ -390,7 +390,7 @@
{
table.render({
elem: '#wl-table'
- , url: GetWEBURL1() + '/SellOut/DisBillEntryList_Webs_Json'
+ , url: GetWEBURL() + '/SellOut/DisBillEntryList_Webs_Json'
, cellMinWidth: 80
, toolbar: '#toolbarDemo'
, where: { HBillID: linterid, HBillType: '1205', sWhere: '' }
@@ -588,7 +588,7 @@
if (data.count == 1) { // 璇存槑楠岃瘉鎴愬姛浜�
table.render({
elem: '#wl-table'
- , url: GetWEBURL1() + '/SellOut/DisBillEntryList_Webs_Json'
+ , url: GetWEBURL() + '/SellOut/DisBillEntryList_Webs_Json'
, cellMinWidth: 80
, toolbar: '#toolbarDemo'
, where: { HBillID: sInterID, HBillType: '1205', sWhere: '' }
@@ -801,7 +801,7 @@
table.render({
elem: '#wl-table'
// , url: 'http://61.130.49.162:9090/WMSAPI///OtherInStockBill/DisBillEntryList_Webs_Json'
- , url: GetWEBURL1() + '/SellOut/DisBillEntryList_Webs_Json'
+ , url: GetWEBURL() + '/SellOut/DisBillEntryList_Webs_Json'
, toolbar: '#toolbarDemo'
, where: { HBillID: sInterID, HBillType: '1205', sWhere: '' }
, cols: [[
@@ -905,7 +905,7 @@
// table.render({
// elem: '#wl-table'
// //, url: 'http://61.130.49.162:9090/WMSAPI///SellOut/DisBillEntryList_Webs_Json'
- // , url: GetWEBURL1() + '/SellOut/DisBillEntryList_Webs_Json'
+ // , url: GetWEBURL() + '/SellOut/DisBillEntryList_Webs_Json'
// , toolbar: '#toolbarDemo'
// , where: { HBillID: sInterID, HBillType: '1205', sWhere: '' }
// , cellMinWidth: 90
@@ -966,7 +966,7 @@
element.tabChange('tab-SellOutBill', '3');
table.render({
elem: '#wl-table'
- , url: GetWEBURL1() + '/SellOut/DisBillEntryList_Webs_Json'
+ , url: GetWEBURL() + '/SellOut/DisBillEntryList_Webs_Json'
, toolbar: '#toolbarDemo'
, where: { HBillID: sInterID, HBillType: '1205', sWhere: '' }
, cols: [[
--
Gitblit v1.9.1