erp材料出库单同步接口,材料出库与抽检业务编写,采购收货收货质检逻辑、采购订单同步接口完善、erp成品调拨入库同步

This commit is contained in:
2024-08-20 14:51:36 +08:00
parent 29fd420bb2
commit 6bac8c73b7
19 changed files with 1201 additions and 230 deletions

View File

@@ -11,6 +11,10 @@
/// </summary>
public const string WAREHOUSE_YCL_ID = "1";
/// <summary>
/// 原材料仓编码
/// </summary>
public const string WAREHOUSE_YCL_CODE = "001";
/// <summary>
/// 中储仓ID
/// </summary>
public const string WAREHOUSE_ZC_ID = "2";
@@ -322,6 +326,10 @@
/// </summary>
public const string BIZTYPE_WmsRawmatTransferoutstock_ID = "36318854044437";
/// <summary>
/// 预任务生成业务类型-原材料仓材料出库单
/// </summary>
public const string BIZTYPE_WmsRawmatOutstock_ID = "36340105558037";
/// <summary>
/// 预任务生成业务类型-生产退料单
/// </summary>
public const string BIZTYPE_PRDRETURN_ID = "36318858573333";