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_MoveStockBill_FastList.html |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git "a/WebTM/views/\344\273\223\345\255\230\347\256\241\347\220\206/\344\273\223\345\272\223\350\260\203\346\213\250/Kf_MoveStockBill_FastList.html" "b/WebTM/views/\344\273\223\345\255\230\347\256\241\347\220\206/\344\273\223\345\272\223\350\260\203\346\213\250/Kf_MoveStockBill_FastList.html"
index 99e5fe9..4392c60 100644
--- "a/WebTM/views/\344\273\223\345\255\230\347\256\241\347\220\206/\344\273\223\345\272\223\350\260\203\346\213\250/Kf_MoveStockBill_FastList.html"
+++ "b/WebTM/views/\344\273\223\345\255\230\347\256\241\347\220\206/\344\273\223\345\272\223\350\260\203\346\213\250/Kf_MoveStockBill_FastList.html"
@@ -159,7 +159,7 @@
             var sBillType = '1207'
             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: [[
@@ -207,7 +207,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: '1207', sWhere: '' }
@@ -245,7 +245,7 @@
         var sBillType = '1207'
                 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