Browse Source

修改盘点记录

intex_pandian
赵雪冰 3 months ago
parent
commit
bd88b99960
  1. 8
      src/views/wms/countManage/count/countRecordMain/countRecordMain.data.ts

8
src/views/wms/countManage/count/countRecordMain/countRecordMain.data.ts

@ -10,7 +10,7 @@ export const CountRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
field: 'number', field: 'number',
sort: 'custom', sort: 'custom',
table: { table: {
width: 180, width: 200,
fixed: 'left' fixed: 'left'
}, },
isSearch: true, isSearch: true,
@ -20,7 +20,7 @@ export const CountRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
field: 'requestNumber', field: 'requestNumber',
sort: 'custom', sort: 'custom',
table: { table: {
width: 180 width: 220
}, },
isSearch: true, isSearch: true,
}, },
@ -29,7 +29,7 @@ export const CountRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
field: 'jobNumber', field: 'jobNumber',
sort: 'custom', sort: 'custom',
table: { table: {
width: 150 width: 220
}, },
}, },
{ {
@ -37,7 +37,7 @@ export const CountRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
field: 'planNumber', field: 'planNumber',
sort: 'custom', sort: 'custom',
table: { table: {
width: 150 width: 180
}, },
}, },
{ {

Loading…
Cancel
Save