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_Source.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/\347\224\237\344\272\247\345\237\272\347\241\200\350\265\204\346\226\231/Gy_Source.html" "b/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\347\224\237\344\272\247\345\237\272\347\241\200\350\265\204\346\226\231/Gy_Source.html" index e118a10..1fea3f2 100644 --- "a/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\347\224\237\344\272\247\345\237\272\347\241\200\350\265\204\346\226\231/Gy_Source.html" +++ "b/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\347\224\237\344\272\247\345\237\272\347\241\200\350\265\204\346\226\231/Gy_Source.html" @@ -141,7 +141,7 @@ } $.ajax({ //url: "http://61.130.49.162:9090/WMSAPI///Web/GetMAXNum", - url: GetWEBURL1() + '/Gy_Source/list', + url: GetWEBURL() + '/Gy_Source/list', type: "GET", data: { "sWhere": sWhere }, success: function (data1) { -- Gitblit v1.9.1