修改引入舱位

usertest
jianghaiqing 2 months ago
parent 1d1fe337af
commit af42341d5b

@ -2693,6 +2693,10 @@ namespace DS.WMS.Core.Op.Method
newSlotAllocation.BookingId = model.bookingOrderId;
newSlotAllocation.AlloBillNo = latestSlot.SlotBookingNo;
newSlotAllocation.FinalBillNo = latestSlot.SlotBookingNo;
newSlotAllocation.PlaceReceiptId = latestSlot.PlaceReceiptCode;
newSlotAllocation.PlaceDeliveryId = latestSlot.PlaceDeliveryCode;
newSlotAllocation.PortLoadId = latestSlot.PortLoadCode;
newSlotAllocation.PortDischargeId = latestSlot.PortDischargeCode;
if (model.generateModel != null)
{

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<NameOfLastUsedPublishProfile>D:\Source\Repos\DS8\ds-wms-service\DS.WMS.OpApi\Properties\PublishProfiles\FolderProfile.pubxml</NameOfLastUsedPublishProfile>
<NameOfLastUsedPublishProfile>E:\MyCode\Dongsheng8\ds-wms-service\DS.WMS.OpApi\Properties\PublishProfiles\FolderProfile.pubxml</NameOfLastUsedPublishProfile>
<Controller_SelectedScaffolderID>MvcControllerEmptyScaffolder</Controller_SelectedScaffolderID>
<Controller_SelectedScaffolderCategoryPath>root/Common/MVC/Controller</Controller_SelectedScaffolderCategoryPath>
</PropertyGroup>

Loading…
Cancel
Save