From a12bbfebc54bc2fc52bde5bd33a83e60dc09a079 Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期三, 01 六月 2022 08:47:08 +0800
Subject: [PATCH] 生产计划平台 维护
---
WebTM/views/组装单/Sc_AssemblyBill_Fast.html | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git "a/WebTM/views/\347\273\204\350\243\205\345\215\225/Sc_AssemblyBill_Fast.html" "b/WebTM/views/\347\273\204\350\243\205\345\215\225/Sc_AssemblyBill_Fast.html"
index 435f295..72243cc 100644
--- "a/WebTM/views/\347\273\204\350\243\205\345\215\225/Sc_AssemblyBill_Fast.html"
+++ "b/WebTM/views/\347\273\204\350\243\205\345\215\225/Sc_AssemblyBill_Fast.html"
@@ -257,7 +257,7 @@
//layer.msg(data.Message, { icon: 1 });
table.render({
elem: '#mx-table-xx'
- , url: GetWEBURL1() + '/Assembly/DisBillEntryList_Mate_Webs_Json'
+ , url: GetWEBURL() + '/Assembly/DisBillEntryList_Mate_Webs_Json'
, cellMinWidth: 80
, toolbar: '#toolbarDemo'
, where: { HInterID: sInterID, sBillType: '3727', sWhere: '' }
@@ -320,7 +320,6 @@
layer.closeAll("loading");
},
error: function (err) {
-
layer.msg('閿欒' + err, {
icon: 5,
time: 20000
@@ -368,7 +367,7 @@
layer.load(3)
table.render({
elem: '#mx-table-xx'
- , url: GetWEBURL1() + '/Assembly/DisBillEntryList_Mate_Webs_Json'
+ , url: GetWEBURL() + '/Assembly/DisBillEntryList_Mate_Webs_Json'
, cellMinWidth :80
, toolbar: '#toolbarDemo'
, where: { HInterID: HInterID, sBillType: '3727', sWhere: '' }
@@ -423,7 +422,7 @@
layer.load(3)
table.render({
elem: '#mx-table-xx'
- , url: GetWEBURL1() + '/Assembly/DisBillEntryList_Mate_Webs_Json'
+ , url: GetWEBURL() + '/Assembly/DisBillEntryList_Mate_Webs_Json'
//, cellMinWidth: 80
, toolbar: '#toolbarDemo'
, where: { HInterID: sInterID, sBillType: '3727', sWhere: '' }
--
Gitblit v1.9.1