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

Loading…
Cancel
Save