材料出库单加研究项目
This commit is contained in:
@@ -97,5 +97,11 @@ public partial class WmsRawmatOutstockH : BaseEntity<string>
|
|||||||
/// erp成本域
|
/// erp成本域
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string? erp_org_costregion { get; set; } = "1001A1100000001MNB3H";
|
public string? erp_org_costregion { get; set; } = "1001A1100000001MNB3H";
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// erp研发项目id
|
||||||
|
/// </summary>
|
||||||
|
public string? erp_project_id { get; set; }
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -157,6 +157,7 @@ namespace Tnb.WarehouseMgr
|
|||||||
erpRequestData.Add("vbillcode", wmsRawmatOutstockH.bill_code);
|
erpRequestData.Add("vbillcode", wmsRawmatOutstockH.bill_code);
|
||||||
erpRequestData.Add("vtrantypecode", wmsRawmatOutstockH.outstock_type);
|
erpRequestData.Add("vtrantypecode", wmsRawmatOutstockH.outstock_type);
|
||||||
erpRequestData.Add("vdef20", true);
|
erpRequestData.Add("vdef20", true);
|
||||||
|
erpRequestData.Add("vdef4", wmsRawmatOutstockH.erp_project_id);
|
||||||
|
|
||||||
List<Dictionary<string, object>> erpRequestDataDetails = new List<Dictionary<string, object>>();
|
List<Dictionary<string, object>> erpRequestDataDetails = new List<Dictionary<string, object>>();
|
||||||
foreach(var item in wmsCarryCodes)
|
foreach(var item in wmsCarryCodes)
|
||||||
|
|||||||
Reference in New Issue
Block a user