From c88bb176fabeb8e7a6f89ba3662cda1e4fd2dc9d Mon Sep 17 00:00:00 2001
From: 仲国强 <519541279@qq.com>
Date: 星期六, 18 九月 2021 16:36:45 +0800
Subject: [PATCH] 优化流转卡维护页面
---
WebTM/views/验收入库/委外入库/Kf_EntrustInBill_FastList.html | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git "a/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\247\224\345\244\226\345\205\245\345\272\223/Kf_EntrustInBill_FastList.html" "b/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\247\224\345\244\226\345\205\245\345\272\223/Kf_EntrustInBill_FastList.html"
index 9b2f92f..0540836 100644
--- "a/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\247\224\345\244\226\345\205\245\345\272\223/Kf_EntrustInBill_FastList.html"
+++ "b/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\247\224\345\244\226\345\205\245\345\272\223/Kf_EntrustInBill_FastList.html"
@@ -133,7 +133,7 @@
var sBillType = '1210'
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: [[
@@ -181,7 +181,7 @@
//layer.msg(data.Message, { icon: 1 });
table.render({
elem: '#dj-table'
- , url: GetWEBURL1() + '/Web/DisBillEntryList_Mate_Webs_Json'
+ , url: GetWEBURL() + '/Web/DisBillEntryList_Mate_Webs_Json'
, cellMinWidth: 80
, toolbar: '#toolbarDemo'
, where: { HBillType: '1210', sWhere: '' }
@@ -219,7 +219,7 @@
var sBillType = '1210'
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