From 9e45c01fbbac94d40e96e7125a876c6d33a1db51 Mon Sep 17 00:00:00 2001
From: zgq <519541279@qq.com>
Date: 星期四, 04 二月 2021 21:11:23 +0800
Subject: [PATCH] pda销售出库齐货提醒,实际扫描卷数小于找货单数量 ,做是否继续提醒。
---
WebTM/layuiadmin/Scripts/webConfig.js | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/WebTM/layuiadmin/Scripts/webConfig.js b/WebTM/layuiadmin/Scripts/webConfig.js
index 4b657c8..5793ca3 100644
--- a/WebTM/layuiadmin/Scripts/webConfig.js
+++ b/WebTM/layuiadmin/Scripts/webConfig.js
@@ -1,6 +1,7 @@
锘縡unction GetWEBURL() {
//var WEBURL = "http://192.168.16.80:8011/"; //鍔炲叕瀹ゆ湇鍔″櫒
- var WEBURL = "http://124.70.129.242/WebAPI/"; //闆呯惇璇�
+ //var WEBURL = "http://124.70.129.242/WebAPI/"; //闆呯惇璇�
+ var WEBURL = "http://124.70.129.242:9090/WebAPI/"; //闆呯惇璇烘祴璇�
//var WEBURL = "http://localhost:8084/WebAPI/";
//61.130.49.162:9090
//WEBURL = "";
@@ -9,7 +10,8 @@
function GetWEBURL1() {
//var WEBURL = 'http://192.168.16.80:8011/'; //鍔炲叕瀹ゆ湇鍔″櫒
- var WEBURL = 'http://124.70.129.242/WebAPI/'; //闆呯惇璇�
+ //var WEBURL = 'http://124.70.129.242/WebAPI/'; //闆呯惇璇�
+ var WEBURL = 'http://124.70.129.242:9090/WebAPI/'; //闆呯惇璇烘祴璇�
//var WEBURL = 'http://localhost:8084/WebAPI/';
//61.130.49.162:9090
//WEBURL = "";
--
Gitblit v1.9.1