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/车间管理/工序流转/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