Browse Source

BUG修改

hella_online_20240829
parent
commit
683747f389
  1. 4
      src/views/qms/inspectionJob/inspectionJobMain.data.ts
  2. 4
      src/views/qms/inspectionRecord/inspectionRecordMain.data.ts
  3. 4
      src/views/qms/inspectionRequest/inspectionRequestMain.data.ts

4
src/views/qms/inspectionJob/inspectionJobMain.data.ts

@ -56,14 +56,14 @@ export const InspectionJobMain = useCrudSchemas(
label: '发货单号', label: '发货单号',
field: 'asnNumber', field: 'asnNumber',
sort: 'custom', sort: 'custom',
isSearch: false, isSearch: true,
form: { form: {
componentProps: { componentProps: {
disabled: true disabled: true
} }
}, },
table: { table: {
width: 150 width: 180
} }
}, },
{ {

4
src/views/qms/inspectionRecord/inspectionRecordMain.data.ts

@ -45,14 +45,14 @@ export const InspectionRecordMain = useCrudSchemas(
label: '发货单号', label: '发货单号',
field: 'asnNumber', field: 'asnNumber',
sort: 'custom', sort: 'custom',
isSearch: false, isSearch: true,
form: { form: {
componentProps: { componentProps: {
disabled: true disabled: true
} }
}, },
table: { table: {
width: 150 width: 180
} }
}, },
{ {

4
src/views/qms/inspectionRequest/inspectionRequestMain.data.ts

@ -44,7 +44,7 @@ export const InspectionMain = useCrudSchemas(
label: '发货单号', label: '发货单号',
field: 'asnNumber', field: 'asnNumber',
sort: 'custom', sort: 'custom',
isSearch: false, isSearch: true,
isForm: false, isForm: false,
form: { form: {
componentProps: { componentProps: {
@ -52,7 +52,7 @@ export const InspectionMain = useCrudSchemas(
} }
}, },
table: { table: {
width: 150 width: 180
} }
}, },
{ {

Loading…
Cancel
Save