|
|
@@ -833,13 +833,12 @@
|
|
|
placeholder: ['问题件类型', '定位或多选问题件类型'],
|
|
|
data: this.orderIssueTypes
|
|
|
},
|
|
|
-
|
|
|
{
|
|
|
- name: 'is_issue_order',
|
|
|
- type: 'select',
|
|
|
- placeholder: '问题件',
|
|
|
- data: [{name: 'true', value: '有'}, {name: 'false', value: '无'}]
|
|
|
+ name: 'user_work_group_id', type: 'select_multiple_select',
|
|
|
+ tip: ['输入关键词快速定位下拉列表,回车确定', '选择要显示的仓库责任方'],
|
|
|
+ placeholder: ['仓库责任方', '定位或多选仓库责任方'], data: this.userWorkgroup
|
|
|
},
|
|
|
+
|
|
|
{name: 'creator', type: 'input', placeholder: '创建人'},
|
|
|
], [
|
|
|
{name: 'review_at_start', type: 'time', tip: ['终审开始日期', '时间']},
|
|
|
@@ -906,13 +905,15 @@
|
|
|
placeholder: '宝时快递减免',
|
|
|
data: this.workOrderRemissionType
|
|
|
},
|
|
|
- {
|
|
|
- name: 'user_work_group_id', type: 'select_multiple_select',
|
|
|
- tip: ['输入关键词快速定位下拉列表,回车确定', '选择要显示的仓库责任方'],
|
|
|
- placeholder: ['仓库责任方', '定位或多选仓库责任方'], data: this.userWorkgroup
|
|
|
- },
|
|
|
+
|
|
|
{name: 'user_owner_group_id', type: 'select', placeholder: '项目责任方', data: this.userOwnerGroup},
|
|
|
{name: 'rejecting_status', type: 'select', placeholder: '退回状态', data: this.rejectingStatus},
|
|
|
+ {
|
|
|
+ name: 'is_issue_order',
|
|
|
+ type: 'select',
|
|
|
+ placeholder: '问题件',
|
|
|
+ data: [{name: 'true', value: '有'}, {name: 'false', value: '无'}]
|
|
|
+ },
|
|
|
], [
|
|
|
{name: 'order_issue_log', type: 'input', placeholder: '问题件处理日志'},
|
|
|
{
|