update
1.更新im 2.修改最近提的问题
This commit is contained in:
@@ -66,11 +66,11 @@ export const columns: BasicColumn[] = [
|
||||
align: 'center',
|
||||
dataIndex: 'operationUserName',
|
||||
},
|
||||
{
|
||||
title: '驻场人员',
|
||||
align: 'center',
|
||||
dataIndex: 'stationUserName',
|
||||
},
|
||||
// {
|
||||
// title: '驻场人员',
|
||||
// align: 'center',
|
||||
// dataIndex: 'stationUserName',
|
||||
// },
|
||||
{
|
||||
title: '工单状态',
|
||||
align: 'center',
|
||||
@@ -688,36 +688,36 @@ export const formSchema: FormSchema[] = [
|
||||
component: 'Input',
|
||||
rules: [{ required: false, pattern: /^1[3456789]\d{9}$/, message: '手机号码格式有误' }],
|
||||
},
|
||||
{
|
||||
label: '驻场人员',
|
||||
field: 'stationUserName',
|
||||
component: 'Input',
|
||||
},
|
||||
{
|
||||
label: '驻场人员性别',
|
||||
field: 'stationUserSex',
|
||||
component: 'JDictSelectTag',
|
||||
componentProps: () => ({
|
||||
dictCode: 'sex',
|
||||
type: 'radioButton',
|
||||
}),
|
||||
},
|
||||
{
|
||||
label: '驻场人员电话',
|
||||
field: 'stationUserMobile',
|
||||
component: 'Input',
|
||||
rules: [{ required: false, pattern: /^1[3456789]\d{9}$/, message: '手机号码格式有误' }],
|
||||
},
|
||||
{
|
||||
label: '驻场人员部门',
|
||||
field: 'stationUserDepart',
|
||||
component: 'Input',
|
||||
},
|
||||
{
|
||||
label: '驻场人员派单业务',
|
||||
field: 'stationBusiness',
|
||||
component: 'Input',
|
||||
},
|
||||
// {
|
||||
// label: '驻场人员',
|
||||
// field: 'stationUserName',
|
||||
// component: 'Input',
|
||||
// },
|
||||
// {
|
||||
// label: '驻场人员性别',
|
||||
// field: 'stationUserSex',
|
||||
// component: 'JDictSelectTag',
|
||||
// componentProps: () => ({
|
||||
// dictCode: 'sex',
|
||||
// type: 'radioButton',
|
||||
// }),
|
||||
// },
|
||||
// {
|
||||
// label: '驻场人员电话',
|
||||
// field: 'stationUserMobile',
|
||||
// component: 'Input',
|
||||
// rules: [{ required: false, pattern: /^1[3456789]\d{9}$/, message: '手机号码格式有误' }],
|
||||
// },
|
||||
// {
|
||||
// label: '驻场人员部门',
|
||||
// field: 'stationUserDepart',
|
||||
// component: 'Input',
|
||||
// },
|
||||
// {
|
||||
// label: '驻场人员派单业务',
|
||||
// field: 'stationBusiness',
|
||||
// component: 'Input',
|
||||
// },
|
||||
{
|
||||
label: '操作人员响应时间',
|
||||
field: 'operationResponseTime',
|
||||
@@ -733,16 +733,16 @@ export const formSchema: FormSchema[] = [
|
||||
field: 'majorResponseTime',
|
||||
component: 'DatePicker',
|
||||
},
|
||||
{
|
||||
label: '驻场人员响应时间',
|
||||
field: 'stationResponseTime',
|
||||
component: 'DatePicker',
|
||||
},
|
||||
{
|
||||
label: '驻场人员拒单时间',
|
||||
field: 'stationRejectionTime',
|
||||
component: 'DatePicker',
|
||||
},
|
||||
// {
|
||||
// label: '驻场人员响应时间',
|
||||
// field: 'stationResponseTime',
|
||||
// component: 'DatePicker',
|
||||
// },
|
||||
// {
|
||||
// label: '驻场人员拒单时间',
|
||||
// field: 'stationRejectionTime',
|
||||
// component: 'DatePicker',
|
||||
// },
|
||||
{
|
||||
label: '专业人员救助意见',
|
||||
field: 'majorSalvageOpinion',
|
||||
@@ -907,14 +907,14 @@ export const descList2 = [
|
||||
label: '派单时间',
|
||||
key: 'operationSendOrderTime',
|
||||
},
|
||||
{
|
||||
label: '驻场人员',
|
||||
key: 'stationUserName',
|
||||
},
|
||||
{
|
||||
label: '驻场人员手机',
|
||||
key: 'stationUserMobile',
|
||||
},
|
||||
// {
|
||||
// label: '驻场人员',
|
||||
// key: 'stationUserName',
|
||||
// },
|
||||
// {
|
||||
// label: '驻场人员手机',
|
||||
// key: 'stationUserMobile',
|
||||
// },
|
||||
{
|
||||
label: '接单时间',
|
||||
key: 'stationResponseTime',
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
},
|
||||
showActionColumn: userStore.getUserInfo?.personType !== '6',
|
||||
actionColumn: {
|
||||
width: 200,
|
||||
width: 130,
|
||||
fixed: 'right',
|
||||
},
|
||||
beforeFetch: (info) => {
|
||||
@@ -138,10 +138,10 @@
|
||||
onClick: handleDetail.bind(null, record),
|
||||
auth: 'emergency:emergency_order:edit',
|
||||
},
|
||||
{
|
||||
label: '派单记录',
|
||||
onClick: orderRecord.bind(null, record),
|
||||
},
|
||||
// {
|
||||
// label: '派单记录',
|
||||
// onClick: orderRecord.bind(null, record),
|
||||
// },
|
||||
{
|
||||
label: '删除',
|
||||
onClick: handleDelete.bind(null, record),
|
||||
|
||||
@@ -154,7 +154,7 @@ export const formSchema: FormSchema[] = [
|
||||
label: '联系电话',
|
||||
field: 'mobile',
|
||||
component: 'Input',
|
||||
rules: [{ required: true, pattern: /^1[3456789]\d{9}$/, message: '手机号码格式有误' }],
|
||||
rules: [{ required: true },{ pattern: /^1[3456789]\d{9}$/, message: '手机号码格式有误'}],
|
||||
},
|
||||
{
|
||||
label: '经度',
|
||||
|
||||
Reference in New Issue
Block a user