From 67f45ee57613d79a2568ecc2d17959e14e24e49b Mon Sep 17 00:00:00 2001
From: wyb <1qaz@123>
Date: 星期五, 21 五月 2021 16:07:27 +0800
Subject: [PATCH] 1. LAYUI版:增加 电脑端 巡检记录单 单据编辑(新增修改删除功能)。 2.LAYUI版:增加 电脑端 首件检验单 单据编辑(新增修改删除功能)。

---
 WebTM/views/组装单/Sc_AssemblyBill_Fast.html |    6 +++---
 1 files changed, 3 insertions(+), 3 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..4d5f5b6 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: '' }
@@ -368,7 +368,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 +423,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