From 3a1e23d5e5945523b15fec6b7fad9d0d3ae231ee Mon Sep 17 00:00:00 2001
From: cdk <2441919651@qq.com>
Date: 星期三, 03 九月 2025 09:27:42 +0800
Subject: [PATCH] 生产补料增加筛选,库位查询增加组织

---
 Scripts/config.js |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/Scripts/config.js b/Scripts/config.js
index 97d05c2..9318408 100644
--- a/Scripts/config.js
+++ b/Scripts/config.js
@@ -1,7 +1,7 @@
 锘�/*var APIURL = "http://192.168.1.145:83/api/";*/
 var APIURL = "http://localhost:5204/api/";
 /*var APIURL_PC = "http://192.168.1.145:81/";*/
-var APIURL_PC = "http://192.168.1.145:8081/";//娴嬭瘯
+var APIURL_PC = "http://192.168.1.145:81/";//娴嬭瘯
 var APIURL_IMAGE = APIURL_PC+"upload/";
 var ISNEEDLOGIN = true;
 String.prototype.trim = function () {
@@ -82,6 +82,8 @@
         url = (APIURL_PC + url);
     }
     let headers = { 'Content-Type': 'application/json', }
+    var orgId = Cookies.get('orgId')
+    headers['OrgId'] = orgId;
     if (isToken) {
         var timestamp = (new Date()).getTime();
         var token = Cookies.get('loginGuid')

--
Gitblit v1.9.3