Browse Source

修改盘点记录

intex_pandian
赵雪冰 4 weeks 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',
sort: 'custom',
table: {
width: 180,
width: 200,
fixed: 'left'
},
isSearch: true,
@ -20,7 +20,7 @@ export const CountRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
field: 'requestNumber',
sort: 'custom',
table: {
width: 180
width: 220
},
isSearch: true,
},
@ -29,7 +29,7 @@ export const CountRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
field: 'jobNumber',
sort: 'custom',
table: {
width: 150
width: 220
},
},
{
@ -37,7 +37,7 @@ export const CountRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
field: 'planNumber',
sort: 'custom',
table: {
width: 150
width: 180
},
},
{

Loading…
Cancel
Save