Browse Source

备件变更记录上传

master
叶佳兴 4 weeks ago
parent
commit
262688400e
  1. 14
      src/views/eam/item/itemAccountsChange/itemAccountsChange.data.ts

14
src/views/eam/item/itemAccountsChange/itemAccountsChange.data.ts

@ -71,32 +71,32 @@ export const ItemAccountsChange = useCrudSchemas(
label: '库区编号', label: '库区编号',
field: 'areaNumber', field: 'areaNumber',
sort: 'custom', sort: 'custom',
isSearch: true isSearch: false
}, },
{ {
label: '库位编号', label: '库位编号',
field: 'locationNumber', field: 'locationNumber',
sort: 'custom', sort: 'custom',
isSearch: true isSearch: false
}, },
{ {
label: '库存数量', label: '库存数量',
field: 'qty', field: 'qty',
sort: 'custom', sort: 'custom',
isSearch: true isSearch: false
}, },
{ {
label: '是否账内库', label: '是否账内库',
field: 'isInAccount', field: 'isInAccount',
sort: 'custom', sort: 'custom',
isSearch: true isSearch: false
}, },
{ {
label: '创建时间', label: '创建时间',
field: 'createTime', field: 'createTime',
sort: 'custom', sort: 'custom',
formatter: dateFormatter, formatter: dateFormatter,
isSearch: true, isSearch: false,
search: { search: {
component: 'DatePicker', component: 'DatePicker',
componentProps: { componentProps: {
@ -112,7 +112,7 @@ export const ItemAccountsChange = useCrudSchemas(
field: 'purchaseTime', field: 'purchaseTime',
sort: 'custom', sort: 'custom',
formatter: dateFormatter, formatter: dateFormatter,
isSearch: true, isSearch: false,
search: { search: {
component: 'DatePicker', component: 'DatePicker',
componentProps: { componentProps: {
@ -133,7 +133,7 @@ export const ItemAccountsChange = useCrudSchemas(
label: '批次', label: '批次',
field: 'batch', field: 'batch',
sort: 'custom', sort: 'custom',
isSearch: true isSearch: false
}, },
{ {
label: '操作', label: '操作',

Loading…
Cancel
Save