|
|
@@ -617,6 +617,17 @@ const allColumnConfigs: ColumnConfig[] = [
|
|
|
groupTitle: '报关单信息',
|
|
|
defaultVisible: false
|
|
|
},
|
|
|
+ {
|
|
|
+ key: 'profVerifyFlag',
|
|
|
+ property: 'profVerifyFlag',
|
|
|
+ label: '是否专业审单',
|
|
|
+ width: 110,
|
|
|
+ groupKey: 'entry',
|
|
|
+ groupTitle: '报关单信息',
|
|
|
+ defaultVisible: false,
|
|
|
+ isDict: true,
|
|
|
+ dictKey: 'yes_no'
|
|
|
+ },
|
|
|
{
|
|
|
key: 'noteS',
|
|
|
property: 'noteS',
|
|
|
@@ -705,17 +716,6 @@ const allColumnConfigs: ColumnConfig[] = [
|
|
|
isDict: true,
|
|
|
dictKey: 'proc_idea'
|
|
|
},
|
|
|
- {
|
|
|
- key: 'profVerifyFlag',
|
|
|
- property: 'profVerifyFlag',
|
|
|
- label: '是否专业审单',
|
|
|
- width: 110,
|
|
|
- groupKey: 'inspection',
|
|
|
- groupTitle: '查验信息',
|
|
|
- defaultVisible: false,
|
|
|
- isDict: true,
|
|
|
- dictKey: 'yes_no'
|
|
|
- },
|
|
|
|
|
|
// 商品信息组
|
|
|
{
|