From 7ffc133ec00a1e460a03d33085943f7d2ac4a29e Mon Sep 17 00:00:00 2001
From: WYB <908761037@qq.com>
Date: 星期二, 06 四月 2021 17:33:27 +0800
Subject: [PATCH] 工序下推页面优化处理

---
 WebTM/views/模治具管理/模治具管理/Sc_CheckToolsRepairWorkBillList.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git "a/WebTM/views/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/Sc_CheckToolsRepairWorkBillList.html" "b/WebTM/views/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/Sc_CheckToolsRepairWorkBillList.html"
index 9714b16..45e7958 100644
--- "a/WebTM/views/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/Sc_CheckToolsRepairWorkBillList.html"
+++ "b/WebTM/views/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/Sc_CheckToolsRepairWorkBillList.html"
@@ -235,7 +235,7 @@
                 var index = layer.load(0);
                 $.ajax({
                     //url: "http://61.130.49.162:9090/WMSAPI///Web/GetMAXNum",
-                    url: GetWEBURL1() + '/Sc_CheckToolsRepair/GetCheckToolsRepairWorkBillList',
+                    url: GetWEBURL() + '/Sc_CheckToolsRepair/GetCheckToolsRepairWorkBillList',
                     type: "GET",
                     data: {},
                     success: function (data1) {

--
Gitblit v1.9.1