From 2edb37abd1e6f18289d846d23e3c18bd66a2539b Mon Sep 17 00:00:00 2001
From: ch <37327@LLOOCCY>
Date: 星期四, 08 四月 2021 09:14:16 +0800
Subject: [PATCH] 新增模具基础资料、检具基础资料

---
 WebTM/views/车间管理/工序流转/MES_StationInBill.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git "a/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\267\245\345\272\217\346\265\201\350\275\254/MES_StationInBill.html" "b/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\267\245\345\272\217\346\265\201\350\275\254/MES_StationInBill.html"
index abe81bf..d524ef8 100644
--- "a/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\267\245\345\272\217\346\265\201\350\275\254/MES_StationInBill.html"
+++ "b/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\267\245\345\272\217\346\265\201\350\275\254/MES_StationInBill.html"
@@ -615,7 +615,7 @@
             //寰呮帴鏀跺伐鍗曢〉绛�
             table.render({
                 elem: '#djs-table'
-                , url: GetWEBURL1() + '/Web/DisBillEntryList_Mate_Webs_Json'
+                , url: GetWEBURL() + '/Web/DisBillEntryList_Mate_Webs_Json'
                 , cols: [[
                     { field: 'HInterID', title: '搴忓彿' }
                     , { field: 'HBillNo', title: '鐘舵��', sort: true }
@@ -636,7 +636,7 @@
             //浠婃棩杩涚珯椤电
             table.render({
                 elem: '#jr-table'
-                , url: GetWEBURL1() + '/Web/DisBillEntryList_Mate_Webs_Json'
+                , url: GetWEBURL() + '/Web/DisBillEntryList_Mate_Webs_Json'
                 , cellMinWidth: 100
                 , cols: [[
                     { field: 'HInterID', title: '搴忓彿',width:80 }

--
Gitblit v1.9.1