From 9451b3f86064ca3c94e1eca0c7e2b4cdba648842 Mon Sep 17 00:00:00 2001
From: zgq <519541279@qq.com>
Date: 星期一, 29 三月 2021 16:48:45 +0800
Subject: [PATCH] 新增生产汇报单列表、生产用料清单列表、统一GetWEBURL方法

---
 WebTM/views/验收入库/其他入库/Kf_OtherInBill_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\205\266\344\273\226\345\205\245\345\272\223/Kf_OtherInBill_FastList.html" "b/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\205\266\344\273\226\345\205\245\345\272\223/Kf_OtherInBill_FastList.html"
index 90eac86..a0a5b70 100644
--- "a/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\205\266\344\273\226\345\205\245\345\272\223/Kf_OtherInBill_FastList.html"
+++ "b/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\205\266\344\273\226\345\205\245\345\272\223/Kf_OtherInBill_FastList.html"
@@ -133,7 +133,7 @@
             var sBillType = '1203'
             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: '1203', sWhere: '' }
@@ -220,7 +220,7 @@
         var sBillType = '1203'
                 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