|
|
|
@ -19,6 +19,7 @@ using com.sun.tools.apt.util;
|
|
|
|
|
using DSWeb.Areas.CommMng.Models;
|
|
|
|
|
using DSWeb.Areas.Import.DAL.ReceiptDoc;
|
|
|
|
|
using DSWeb.Areas.MvcShipping.Helper;
|
|
|
|
|
using DSWeb.Areas.MvcShipping.Models.Message.VGM;
|
|
|
|
|
using DSWeb.Common.DB;
|
|
|
|
|
using DSWeb.EntityDA;
|
|
|
|
|
using DSWeb.MvcShipping.DAL.MsChFeeDAL;
|
|
|
|
@ -1015,8 +1016,9 @@ namespace DSWeb.Areas.CommMng.DAL
|
|
|
|
|
result.ContainerMd = DECL_CONTA.CUS_CONTA_TYPE;// ---"CUS_CONTA_TYPE": "集装箱规格",目前未处理 不做处理 改为记入【集装箱规格】
|
|
|
|
|
result.ContainerMd_Text= GetTextByCode(emlistQuery, "集装箱规格", result.ContainerMd);
|
|
|
|
|
result.ContainerWt = BasicDataRefDAL.String2Decimal(DECL_CONTA.CONTA_GROSS_WEIGHT);//---"CONTA_GROSS_WEIGHT": "集装箱自重", 目前未处理 改为写入 单一窗口编辑页-集装箱明细:自重(KG)
|
|
|
|
|
result.LclFlag = "";
|
|
|
|
|
result.LclFlag = DECL_CONTA.LCL_FLAG;//拼箱标识
|
|
|
|
|
|
|
|
|
|
result.GoodsNo = DECL_CONTA.GOODS_NO;//关联商品项号
|
|
|
|
|
return result;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|