|
|
|
@ -247,6 +247,8 @@ namespace Myshipping.Application
|
|
|
|
|
x.OPID,
|
|
|
|
|
x.DOC,
|
|
|
|
|
x.DOCID,
|
|
|
|
|
x.BUSINESSID,
|
|
|
|
|
x.BUSINESS,
|
|
|
|
|
x.SHIPPER,
|
|
|
|
|
x.SALE_TIME,
|
|
|
|
|
x.GOODSNAME,
|
|
|
|
@ -271,6 +273,8 @@ namespace Myshipping.Application
|
|
|
|
|
bookingOrder.OPID = allocation.OPID;
|
|
|
|
|
bookingOrder.DOC = allocation.DOC;
|
|
|
|
|
bookingOrder.DOCID = allocation.DOCID;
|
|
|
|
|
bookingOrder.BUSINESS = allocation.BUSINESS;
|
|
|
|
|
bookingOrder.BUSINESSID = allocation.BUSINESSID;
|
|
|
|
|
|
|
|
|
|
await _repBookingOrder.AsUpdateable(bookingOrder).UpdateColumns(x => new
|
|
|
|
|
{
|
|
|
|
@ -533,6 +537,8 @@ namespace Myshipping.Application
|
|
|
|
|
OP = x.OP,
|
|
|
|
|
DOCID = x.DOCID,
|
|
|
|
|
DOC = x.DOC,
|
|
|
|
|
BUSINESS = x.BUSINESS,
|
|
|
|
|
BUSINESSID = x.BUSINESSID,
|
|
|
|
|
SALE = x.SALE,
|
|
|
|
|
SALE_TIME = x.SALE_TIME,
|
|
|
|
|
SHIPPER = x.SHIPPER,
|
|
|
|
@ -1714,6 +1720,8 @@ namespace Myshipping.Application
|
|
|
|
|
newSlotAllocation.DOC = generateModel.DocName;
|
|
|
|
|
newSlotAllocation.OPID = generateModel.OpId?.ToString();
|
|
|
|
|
newSlotAllocation.OP = generateModel.OpName;
|
|
|
|
|
newSlotAllocation.BUSINESS = generateModel.BUSINESS;
|
|
|
|
|
newSlotAllocation.BUSINESSID = generateModel.BUSINESSID;
|
|
|
|
|
newSlotAllocation.SALE_TIME = generateModel.SALE_TIME;
|
|
|
|
|
newSlotAllocation.SHIPPER = generateModel.SHIPPER;
|
|
|
|
|
newSlotAllocation.GOODSNAME = generateModel.GOODSNAME;
|
|
|
|
@ -1926,6 +1934,8 @@ namespace Myshipping.Application
|
|
|
|
|
OP = x.OP,
|
|
|
|
|
DOCID = x.DOCID,
|
|
|
|
|
DOC = x.DOC,
|
|
|
|
|
BUSINESS = x.BUSINESS,
|
|
|
|
|
BUSINESSID = x.BUSINESSID,
|
|
|
|
|
SALE_TIME = x.SALE_TIME,
|
|
|
|
|
SHIPPER = x.SHIPPER,
|
|
|
|
|
GOODSNAME = x.GOODSNAME,
|
|
|
|
@ -2673,6 +2683,8 @@ namespace Myshipping.Application
|
|
|
|
|
OP = x.OP,
|
|
|
|
|
DOCID = x.DOCID,
|
|
|
|
|
DOC = x.DOC,
|
|
|
|
|
BUSINESS = x.BUSINESS,
|
|
|
|
|
BUSINESSID = x.BUSINESSID,
|
|
|
|
|
SALE_TIME = x.SALE_TIME,
|
|
|
|
|
SHIPPER = x.SHIPPER,
|
|
|
|
|
GOODSNAME = x.GOODSNAME,
|
|
|
|
|