bug
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user