|
|
|
@ -163,7 +163,8 @@ namespace Myshipping.Application
|
|
|
|
|
RollingTouchDoubleRollRemark = rollModel.ROLL_DOUBLE_REMARK,
|
|
|
|
|
LoadDetailList = new List<TaskRollingNominationShipDetailShowDto>(),
|
|
|
|
|
RollingPlanList = rollingPlanList,
|
|
|
|
|
PreBillList = new List<TaskRollingNominationShipPreBillShowDto>()
|
|
|
|
|
PreBillList = new List<TaskRollingNominationShipPreBillShowDto>(),
|
|
|
|
|
NominationId = rollModel.PK_ID
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
var shipList = _taskRollingNominationShipInfoRepository.AsQueryable()
|
|
|
|
|