|
|
@@ -128,13 +128,6 @@ export default {
|
|
|
overHidden: true
|
|
|
},
|
|
|
{
|
|
|
- label: "提单号",
|
|
|
- prop: "mblno",
|
|
|
- width: 100,
|
|
|
- search: true,
|
|
|
- overHidden: true
|
|
|
- },
|
|
|
- {
|
|
|
label: "合约日期",
|
|
|
prop: "effectiveDate",
|
|
|
width: 100,
|
|
|
@@ -149,7 +142,7 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
label: "放箱号类型",
|
|
|
- prop: "boxClass",
|
|
|
+ prop: "busType",
|
|
|
width: 100,
|
|
|
overHidden: true,
|
|
|
search: true,
|
|
|
@@ -174,7 +167,7 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
label: "出场类型",
|
|
|
- prop: "type",
|
|
|
+ prop: "appearanceType",
|
|
|
width: 80,
|
|
|
overHidden: true
|
|
|
},
|