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/基础资料/工资基础资料/Gy_Group.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git "a/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\267\245\350\265\204\345\237\272\347\241\200\350\265\204\346\226\231/Gy_Group.html" "b/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\267\245\350\265\204\345\237\272\347\241\200\350\265\204\346\226\231/Gy_Group.html"
index cfccbd7..5ed3a41 100644
--- "a/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\267\245\350\265\204\345\237\272\347\241\200\350\265\204\346\226\231/Gy_Group.html"
+++ "b/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\267\245\350\265\204\345\237\272\347\241\200\350\265\204\346\226\231/Gy_Group.html"
@@ -143,7 +143,7 @@
                 }
                 $.ajax({
                     //url: "http://61.130.49.162:9090/WMSAPI///Web/GetMAXNum",
-                    url: GetWEBURL1() + '/Gy_Group/list',
+                    url: GetWEBURL() + '/Gy_Group/list',
                     type: "GET",
                     data: { "sWhere": sWhere },
                     success: function (data1) {

--
Gitblit v1.9.1