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 |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/lib/base_js/js/app.js b/lib/base_js/js/app.js
index 40f6ebf..87e14cc 100644
--- a/lib/base_js/js/app.js
+++ b/lib/base_js/js/app.js
@@ -50,6 +50,12 @@
 	// app.API_URL_HEADER = "http://localhost:27611/api";
 	// app.API_URL_HEADER_BACK = "http://localhost: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";
@@ -60,10 +66,10 @@
 	// 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";

--
Gitblit v1.9.3