This commit is contained in:
2024-09-11 17:46:33 +08:00
parent a7831e1f79
commit 25636c4b75
4 changed files with 17 additions and 8 deletions

View File

@@ -86,7 +86,7 @@ namespace Tnb.WarehouseMgr
inDeptid = WmsWareHouseConst.sichangqucangku_id;
inDeptvid = WmsWareHouseConst.sichangqucangku_vid;
tranTypeid = "1001A110000000077KMR";
tranTypecode = "4K-Cxx-06";
tranTypecode = "4K-Cxx-17";
}
// 生产入库(成品) 仓库传 1001A1100000001MA8ME
else if (endLocation.wh_id == WmsWareHouseConst.WAREHOUSE_CP_ID)
@@ -98,7 +98,7 @@ namespace Tnb.WarehouseMgr
inDeptid = WmsWareHouseConst.sichangqucangku_id;
inDeptvid = WmsWareHouseConst.sichangqucangku_vid;
tranTypeid = "1001A11000000006YKHG";
tranTypecode = "4K-Cxx-01";
tranTypecode = "4K-Cxx-18";
bool isOk = await _db.Updateable<WmsSterilizationInstockH>().SetColumns(it => new WmsSterilizationInstockH { status = WmsWareHouseConst.BILLSTATUS_COMPLETE_ID })
.Where(it => it.id == input.requireId).ExecuteCommandHasChangeAsync();