|
|
@@ -827,8 +827,13 @@
|
|
|
},
|
|
|
@endcan
|
|
|
{
|
|
|
- name: 'logistic_number', type: 'input', placeholder: '快递单号'
|
|
|
+ name: 'order_issue_type',
|
|
|
+ type: 'select_multiple_select',
|
|
|
+ tip: ['输入关键词快速定位下拉列表,回车确定', '选择要显示的问题件类型'],
|
|
|
+ placeholder: ['问题件类型', '定位或多选问题件类型'],
|
|
|
+ data: this.orderIssueTypes
|
|
|
},
|
|
|
+
|
|
|
{
|
|
|
name: 'is_issue_order',
|
|
|
type: 'select',
|
|
|
@@ -840,11 +845,7 @@
|
|
|
{name: 'review_at_start', type: 'time', tip: ['终审开始日期', '时间']},
|
|
|
{name: 'review_at_end', type: 'time', tip: ['终审结束日期', '时间']},
|
|
|
{
|
|
|
- name: 'order_issue_type',
|
|
|
- type: 'select_multiple_select',
|
|
|
- tip: ['输入关键词快速定位下拉列表,回车确定', '选择要显示的问题件类型'],
|
|
|
- placeholder: ['问题件类型', '定位或多选问题件类型'],
|
|
|
- data: this.orderIssueTypes
|
|
|
+ name: 'logistic_number', type: 'input', placeholder: '快递单号'
|
|
|
},
|
|
|
{name: 'client_code', type: 'input', placeholder: '客户订单号'},
|
|
|
{
|