调拨出库单同步调整
This commit is contained in:
@@ -849,13 +849,15 @@ namespace Tnb.WarehouseMgr
|
||||
Code = await _billRuleService.GetBillNumber("WmsRawMatTransferInstock");
|
||||
|
||||
wmsRawmatTransferinstockH.bill_code = Code;
|
||||
wmsRawmatTransferinstockH.erp_bill_code = input.outsource_order;
|
||||
wmsRawmatTransferinstockH.erp_bill_code = input.transfer_order;
|
||||
wmsRawmatTransferinstockH.contact_person = input.contact_person;
|
||||
wmsRawmatTransferinstockH.tel = input.tel;
|
||||
wmsRawmatTransferinstockH.outstockorg_code = input.outstockorg_code;
|
||||
wmsRawmatTransferinstockH.erp_pk = input.erp_pk;
|
||||
wmsRawmatTransferinstockH.create_id = WmsWareHouseConst.ErpUserId;
|
||||
wmsRawmatTransferinstockH.create_time = DateTime.Now;
|
||||
wmsRawmatTransferinstockH.dept_code = input.dept_code;
|
||||
wmsRawmatTransferinstockH.biller = input.biller;
|
||||
|
||||
await db.Insertable(wmsRawmatTransferinstockH).ExecuteCommandAsync();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user