From 5ad02cdbb8b596683c45751f78aa82d015a85143 Mon Sep 17 00:00:00 2001 From: cdk <2441919651@qq.com> Date: 星期二, 07 一月 2025 09:27:10 +0800 Subject: [PATCH] 1.其它出库增加发料数量字段,修改扫条码的逻辑 2.销售出库待发区增加库位 --- lib/base_js/js/app.js | 27 ++++++++++++++++++--------- 1 files changed, 18 insertions(+), 9 deletions(-) diff --git a/lib/base_js/js/app.js b/lib/base_js/js/app.js index 75b5152..87e14cc 100644 --- a/lib/base_js/js/app.js +++ b/lib/base_js/js/app.js @@ -46,24 +46,30 @@ // app.API_URL_HEADER_BACK = "http://mes.nb-biyi.com:5637/api"; // app.API_URL = "http://localhost:27611/"; - // app.API_URL_BACK = "http://localhost:27611/"; + // app.API_URL_BACK = "http://localhost:27611/"; // app.API_URL_HEADER = "http://localhost:27611/api"; // app.API_URL_HEADER_BACK = "http://localhost:27611/api"; - // app.API_URL = "http://192.168.4.105:27611"; - // app.API_URL_BACK = "http://192.168.4.105:27611"; - // app.API_URL_HEADER = "http://192.168.4.105:27611/api"; - // app.API_URL_HEADER_BACK = "http://192.168.4.105:27611/api"; + //姝e紡鐜 + app.API_URL = "http://192.168.1.198:8081/MESAPP"; + app.API_URL_BACK = "http://211.140.38.18:8081/MESAPP"; + app.API_URL_HEADER = "http://192.168.1.198:8081/MESAPP/api"; + app.API_URL_HEADER_BACK = "http://211.140.38.18:8081/MESAPP/api"; + + // app.API_URL = "http://192.168.0.103:27611"; + // app.API_URL_BACK = "http://192.168.0.103:27611"; + // app.API_URL_HEADER = "http://192.168.0.103:27611/api"; + // app.API_URL_HEADER_BACK = "http://192.168.0.103:27611/api"; // app.API_URL = "http://192.168.1.198:8081/MESAPP"; // app.API_URL_BACK = "http://192.168.1.198:8081/MESAPP"; // app.API_URL_HEADER = "http://192.168.1.198:8081/MESAPP/api"; // app.API_URL_HEADER_BACK = "http://192.168.1.198:8081/MESAPP/api"; - app.API_URL = "http://192.168.1.198:8081/MESAPP"; - app.API_URL_BACK = "http://211.140.38.18:8081/MESAPP"; - app.API_URL_HEADER = "http://192.168.1.198:8081/MESAPP/api"; - app.API_URL_HEADER_BACK = "http://211.140.38.18:8081/MESAPP/api"; + // app.API_URL = "http://192.168.1.198:8081/MESAPP"; + // app.API_URL_BACK = "http://211.140.38.18:8081/MESAPP"; + // app.API_URL_HEADER = "http://192.168.1.198:8081/MESAPP/api"; + // app.API_URL_HEADER_BACK = "http://211.140.38.18:8081/MESAPP/api"; // app.API_URL = "http://211.140.38.18:8081/MESAPP"; // app.API_URL_BACK = "http://211.140.38.18:8081/MESAPP"; @@ -71,11 +77,14 @@ // app.API_URL_HEADER_BACK = "http://211.140.38.18:8081/MESAPP/api"; + // app.API_URL = "http://192.168.1.250:8089/MESAPP/"; // app.API_URL_BACK = "http://192.168.1.250:8089/MESAPP/"; // app.API_URL_HEADER = "http://192.168.1.250:8089/MESAPP/api"; // app.API_URL_HEADER_BACK = "http://192.168.1.250:8089/MESAPP/api"; + + // app.API_URL = "http://182.105.131.80:8089/MESAPP/"; // app.API_URL_BACK = "http://182.105.131.80:8089/MESAPP/"; // app.API_URL_HEADER = "http://182.105.131.80:8089/MESAPP/api"; -- Gitblit v1.9.3