From 8fda2aa8704abad02a0f0ec0b0dce806a8ddc8ec Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期日, 07 四月 2024 17:12:56 +0800
Subject: [PATCH] 1.生产订单单据列表 增加 2个自定义过滤,一共3个自定义过滤框 2.计划平台 选择源单返回时,如果这个物料对应的工艺路线的工作中心 下属只有 一个生产资源,则 默认带出这个 生产资源,并带入小时产能等信息; 3.选择生产资源列时,按F7出来全部生产资源,F8则出来这个物料工艺路线的工作中心下属的全部生产资源;(选择框可以另外单独做 一个)

---
 WebTM/layuiadmin/Scripts/webConfig.js |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/WebTM/layuiadmin/Scripts/webConfig.js b/WebTM/layuiadmin/Scripts/webConfig.js
index 1a6bad9..fd98315 100644
--- a/WebTM/layuiadmin/Scripts/webConfig.js
+++ b/WebTM/layuiadmin/Scripts/webConfig.js
@@ -3,14 +3,15 @@
     //var WEBURL = "http://192.168.16.80:8011/";          //鍔炲叕瀹ゆ湇鍔″櫒
     //var WEBURL = "http://localhost:8081/SWEAPI/";       //ch鏈湴*/
     //var WEBURL = "http://61.164.86.218:8099/ABAPI/";
-/*    var WEBURL = "http://localhost/API/";             //棰滄檽鍐涙湰鍦伴厤缃�*/
+    //var WEBURL = "http://localhost/API/";             //棰滄檽鍐涙湰鍦伴厤缃�
     //var WEBURL = "http://localhost:8082/LuBaoAPI/";    //鏉ㄤ箰鏈湴閰嶇疆
     //var WEBURL = "http://localhost:8082/API/";    //鏉滆春鏈湴閰嶇疆
-   /* var WEBURL = "http://localhost:81/API/";  //闄堥洴闈欐湰鍦伴厤缃�*/
+    //var WEBURL = "http://localhost:8083/API/";  //闄堥洴闈欐湰鍦伴厤缃�
+    var WEBURL = "http://localhost:8082/API/";    //寮犵憺骞挎湰鍦伴厤缃�
     //var WEBURL = "http://localhost:8082/LuBaoAPI/";    //浣欐�濇澃鏈湴閰嶇疆
     //var WEBURL = "http://localhost:8088/ARAPI/";    //浣欐�濇澃鏈湴閰嶇疆(瀹夌憺)
     //var WEBURL = "http://10.1.4.155/API/";   //姹熶赴瀹㈡埛NEW
-    var WEBURL = "http://47.96.97.237/API/";   //鏅轰簯鏈嶅姟鍣�
+   /* var WEBURL = "http://47.96.97.237/API/";   //鏅轰簯鏈嶅姟鍣�*/
     //var WEBURL = "http://183.129.128.86:9090/API/";   //鍑礉濂堢壒瀹㈡埛鏈嶅姟鍣ㄥ缃�
     //var WEBURL = "http://192.168.1.253:8080/API/";   //鍑礉濂堢壒瀹㈡埛鏈嶅姟鍣ㄥ唴缃�
     //var WEBURL = "http://220.189.218.154:8092/API/";   //涓镐簳鍥涚淮灏旀湇鍔″櫒
@@ -23,6 +24,7 @@
     //var WEBURL = "http://192.168.0.244:8082/API/";    //甯呭▉鍐呯綉
     //var WEBURL = "http://192.168.1.237:9003/API";     //澶忓疂鍐呯綉
     //var WEBURL = "http://60.190.4.42:9003/API";       //澶忓疂澶栫綉
+    //var WEBURL = "http://192.168.60.12/API";       //涓帶
     return WEBURL
 }
 

--
Gitblit v1.9.1