From ac2f359d397c0ec5eb87c9cbc415584d1d88439f Mon Sep 17 00:00:00 2001 From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU> Date: 星期二, 16 九月 2025 08:56:53 +0800 Subject: [PATCH] 采购退料:列表选择、列表明细更改为存储过程,添加组织隔离,添加库位列表,添加隐藏完结单号功能 --- Config/appsettings.json | 22 +++++++++++++++------- 1 files changed, 15 insertions(+), 7 deletions(-) diff --git a/Config/appsettings.json b/Config/appsettings.json index 0a74805..b921a8d 100644 --- a/Config/appsettings.json +++ b/Config/appsettings.json @@ -8,15 +8,23 @@ "AllowedHosts": "*", "AppSettings": { "TestErpUrl": "http://192.168.1.149:8066/WebService1.asmx/MesToErpinfoTest", - "ProductionErpUrl": "http://192.168.1.149:8066/WebService1.asmx/MesToErpinfoTest", + "ProductionErpUrl": "http://192.168.1.149:8066/WebService1.asmx/MesToErpinfoTest" //"DataBaseConn": "Data Source=192.168.1.146;Initial Catalog=TEST_MES;User ID=sa;Password =qixi123;Encrypt=True;TrustServerCertificate=True;" - "DataBaseConn": "Data Source=192.168.1.146;Initial Catalog=GS_MES;User ID=mesUser;Password =qixi1qaz@WSXmes;Encrypt=True;TrustServerCertificate=True;" + //"DataBaseConn": "Data Source=192.168.1.146;Initial Catalog=GS_MES;User ID=mesUser;Password =qixi1qaz@WSXmes;Encrypt=True;TrustServerCertificate=True;" }, + //"Version": "1.0.0", + //"X-KDApi-AcctID": "683e92c7f92688", + //"X-KDApi-UserName": "MES", + //"X-KDApi-AppID": "315464_W58Nw/DtRIpUxewFR6WpRZzN5qT62BPK", + //"X-KDApi-AppSec": "f853011716de43589aade7b9dbbbe9e6", + //"X-KDApi-LCID": "2052", + //"X-KDApi-ServerUrl": "http://192.168.1.141/k3cloud/", + "Version": "1.0.0", - "X-KDApi-AcctID": "683e92c7f92688", - "X-KDApi-UserName": "MES", - "X-KDApi-AppID": "315464_W58Nw/DtRIpUxewFR6WpRZzN5qT62BPK", - "X-KDApi-AppSec": "f853011716de43589aade7b9dbbbe9e6", + "X-KDApi-AcctID": "6704a3360dafca", + "X-KDApi-UserName": "GS_MES", + "X-KDApi-AppID": "322643_SYeD28kvynn+4V9tX4XKSb1HRM66QpnI", + "X-KDApi-AppSec": "aac3bd55e1f542bd85ca69c7419d9d8f", "X-KDApi-LCID": "2052", - "X-KDApi-ServerUrl": "http://192.168.1.141/k3cloud/" + "X-KDApi-ServerUrl": "http://192.168.1.141/K3Cloud/" } -- Gitblit v1.9.3