修复bug

This commit is contained in:
18942506660
2024-11-01 11:46:00 +08:00
parent a2fa293414
commit 9f62fad756
5 changed files with 7 additions and 6 deletions

View File

@@ -123,9 +123,9 @@ namespace WMS.Web.Api.Controllers
//var b = b33.Data.Where(w => w.Id == 10923342).FirstOrDefault();
//await _juShuiTanService.GetTest();
//string codes = "AD";
//var b = await _erpInventoryService.GetInventory(codes);
int count = 10 / 5;
var bcd=await _productInventoryService.LingXing();
//var b = await _erpInventoryService.GetInventory(new List<string>() { "111"});
//int count = 10 / 5;
//var bcd=await _productInventoryService.LingXing();
//LingXingResponse<LingXingStockResponse> r = new LingXingResponse<LingXingStockResponse>();

View File

@@ -37,10 +37,10 @@
},
"ErpOptions": {
"EndpointAddress": "http://erp.orico.com.cn/k3cloud/ERPGW.asmx", //原:119.23.206.129
"UserName": "mes", //测试账号密码 mes/A1B2C3Dh/ce20210909/666a6c4a522823 正式账号密码 orico/A123321./Orico/663a26829afbdd
"UserName": "mes", //测试账号密码 mes/A1B2C3Dh/ce20210909/6723b1acf19987 正式账号密码 orico/A123321./Orico/663a26829afbdd
"Password": "A1B2C3Dh.",
"ErpId": "ce20210909",
"ZhangTaoId": "666a6c4a522823"
"ZhangTaoId": "6723b1acf19987"
},
"OpsOptions": {
"Url": "https://api.opsscm.test.f2b211.com/", //https://api.opsscm.test.f2b211.com/

View File

@@ -4132,7 +4132,7 @@
</member>
<member name="P:WMS.Web.Core.Dto.LingXing.LingXingRequest.offset">
<summary>
页码
不是页码 是从第几条数据开始 如果是第二页的话 就是1*800
</summary>
</member>
<member name="P:WMS.Web.Core.Dto.LingXing.LingXingRequest.length">

View File

@@ -93,6 +93,7 @@ namespace WMS.Web.Domain.Services
OrgCode = item.OrgCode,
StockCode = item.StockCode,
Qty = item.Qty,
Batch=item.Batch,
BeforeQty = item.BeforeQty
};
inventoryList.Add(entity);