箱管 调整

szh-new
张同海 3 months ago
parent 88bc8c13fe
commit 450a361418

@ -581,6 +581,7 @@
})
process(dict)
},
readOnly: true,
},
{
title: '是否上线',
@ -663,6 +664,7 @@
})
process(dict)
},
readOnly: true,
},
{
title: '箱生产日期',
@ -670,6 +672,7 @@
data: 'productionDate',
type: 'date',
dateFormat: 'YYYY-MM-DD',
readOnly: true,
},
{
title: '箱皮重',
@ -677,6 +680,7 @@
data: 'ctnWeight',
type: 'numeric',
format: '0',
readOnly: true,
},
{
title: '原始价格',
@ -684,6 +688,7 @@
data: 'ctnValue_Base',
type: 'numeric',
format: '0',
readOnly: true,
},
{
title: '购入成本',
@ -691,6 +696,15 @@
data: 'ctnValue_BuyingPrice',
type: 'numeric',
format: '0',
readOnly: true,
},
{
title: '卖出价格',
width: 120,
data: 'ctnValue_SellPrice',
type: 'numeric',
format: '0',
readOnly: true,
},
{
title: '当前港口',

Loading…
Cancel
Save