Browse Source

HL-5424 客户退货任务 创建人创建时间

hella_online_20240823
TengXF 3 months ago
parent
commit
ed95321fd3
  1. 26
      src/views/wms/deliversettlementManage/customerreturn/customerreturnJobMain/customerreturnJobMain.data.ts

26
src/views/wms/deliversettlementManage/customerreturn/customerreturnJobMain/customerreturnJobMain.data.ts

@ -612,7 +612,7 @@ export const CustomerreturnJobMain = useCrudSchemas(
table: { table: {
width: 180 width: 180
}, },
isTable: true, isTable: false,
form: { form: {
component: 'DatePicker', component: 'DatePicker',
componentProps: { componentProps: {
@ -621,15 +621,6 @@ export const CustomerreturnJobMain = useCrudSchemas(
valueFormat: 'x' valueFormat: 'x'
} }
}, },
isSearch: true,
search: {
component: 'DatePicker',
componentProps: {
valueFormat: 'YYYY-MM-DD HH:mm:ss',
type: 'daterange',
defaultTime: [new Date('1 00:00:00'), new Date('1 23:59:59')]
},
},
}, },
{ {
label: '创建者', label: '创建者',
@ -638,7 +629,7 @@ export const CustomerreturnJobMain = useCrudSchemas(
table: { table: {
width: 150 width: 150
}, },
isTable: true isTable: false
}, },
{ {
label: '最后更新时间', label: '最后更新时间',
@ -955,7 +946,7 @@ export const CustomerreturnJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
table: { table: {
width: 180 width: 180
}, },
isTable: false, isTable: true,
form: { form: {
component: 'DatePicker', component: 'DatePicker',
componentProps: { componentProps: {
@ -964,6 +955,15 @@ export const CustomerreturnJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
valueFormat: 'x', valueFormat: 'x',
} }
}, },
isSearch: true,
search: {
component: 'DatePicker',
componentProps: {
valueFormat: 'YYYY-MM-DD HH:mm:ss',
type: 'daterange',
defaultTime: [new Date('1 00:00:00'), new Date('1 23:59:59')]
},
},
}, },
{ {
label: '创建者', label: '创建者',
@ -972,7 +972,7 @@ export const CustomerreturnJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
table: { table: {
width: 150 width: 150
}, },
isTable: false, isTable: true,
}, },
])) ]))

Loading…
Cancel
Save