Browse Source

盘点去掉部门字段

intex_online20241228
张立 2 months ago
parent
commit
cff837c29b
  1. 16
      src/views/wms/countManage/count/countRecordMain/countRecordMain.data.ts

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

@ -184,14 +184,14 @@ export const CountRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
width: 150 width: 150
}, },
}, },
{ // {
label: '部门', // label: '部门',
field: 'departmentCode', // field: 'departmentCode',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
}, // },
{ {
label: '明盘', label: '明盘',
field: 'isOpenCount', field: 'isOpenCount',

Loading…
Cancel
Save