Browse Source

导出

master_hella_20240701
zhaoyiran 10 months ago
parent
commit
fabd5d6a0d
  1. 60
      src/api/qms/aql/index.ts
  2. 60
      src/views/qms/aql/aql.data.ts
  3. 1
      src/views/qms/inspectionMethod/inspectionMethod.data.ts

60
src/api/qms/aql/index.ts

@ -6,36 +6,36 @@ export interface AqlVO {
inspectionQualification: string inspectionQualification: string
sampleCharacterCode: string sampleCharacterCode: string
sampleSize: number sampleSize: number
a0Separator010: number a0separator010: number
r0Separator010: number r0separator010: number
a0Separator015: number a0separator015: number
r0Separator015: number r0separator015: number
a0Separator025: number a0separator025: number
r0Separator025: number r0separator025: number
a0Separator040: number a0separator040: number
r0Separator040: number r0separator040: number
a0Separator065: number a0separator065: number
r0Separator065: number r0separator065: number
a0Separator10: number a0separator10: number
r0Separator10: number r0separator10: number
a0Separator15: number a0separator15: number
r0Separator15: number r0separator15: number
a0Separator25: number a0separator25: number
r0Separator25: number r0separator25: number
a0Separator40: number a0separator40: number
r0Separator40: number r0separator40: number
a0Separator65: number a0separator65: number
r0Separator65: number r0separator65: number
a1Separator0: number a1separator0: number
r1Separator0: number r1separator0: number
a1Separator5: number a1separator5: number
r1Separator5: number r1separator5: number
a2Separator5: number a2separator5: number
r2Separator5: number r2separator5: number
a4Separator0: number a4separator0: number
r4Separator0: number r4separator0: number
a6Separator5: number a6separator5: number
r6Separator5: number r6separator5: number
a10: number a10: number
r10: number r10: number
a15: number a15: number

60
src/views/qms/aql/aql.data.ts

@ -48,152 +48,152 @@ export const Aql = useCrudSchemas(reactive<CrudSchema[]>([
}, },
{ {
label: 'A0_010', label: 'A0_010',
field: 'a0Separator010', field: 'a0separator010',
sort: 'custom', sort: 'custom',
}, },
{ {
label: 'R0_010', label: 'R0_010',
field: 'r0Separator010', field: 'r0separator010',
sort: 'custom', sort: 'custom',
}, },
{ {
label: 'A0_015', label: 'A0_015',
field: 'a0Separator015', field: 'a0separator015',
sort: 'custom', sort: 'custom',
}, },
{ {
label: 'R0_015', label: 'R0_015',
field: 'r0Separator015', field: 'r0separator015',
sort: 'custom', sort: 'custom',
}, },
{ {
label: 'A0_025', label: 'A0_025',
field: 'a0Separator025', field: 'a0separator025',
sort: 'custom', sort: 'custom',
}, },
{ {
label: 'R0_025', label: 'R0_025',
field: 'r0Separator025', field: 'r0separator025',
sort: 'custom', sort: 'custom',
}, },
{ {
label: 'A0_040', label: 'A0_040',
field: 'a0Separator040', field: 'a0separator040',
sort: 'custom', sort: 'custom',
}, },
{ {
label: 'R0_040', label: 'R0_040',
field: 'r0Separator040', field: 'r0separator040',
sort: 'custom', sort: 'custom',
}, },
{ {
label: 'A0_065', label: 'A0_065',
field: 'a0Separator065', field: 'a0separator065',
sort: 'custom', sort: 'custom',
}, },
{ {
label: 'R0_065', label: 'R0_065',
field: 'r0Separator065', field: 'r0separator065',
sort: 'custom', sort: 'custom',
}, },
{ {
label: 'A0_10', label: 'A0_10',
field: 'a0Separator10', field: 'a0separator10',
sort: 'custom', sort: 'custom',
}, },
{ {
label: 'R0_10', label: 'R0_10',
field: 'r0Separator10', field: 'r0separator10',
sort: 'custom', sort: 'custom',
}, },
{ {
label: 'A0_15', label: 'A0_15',
field: 'a0Separator15', field: 'a0separator15',
sort: 'custom', sort: 'custom',
}, },
{ {
label: 'R0_15', label: 'R0_15',
field: 'r0Separator15', field: 'r0separator15',
sort: 'custom', sort: 'custom',
}, },
{ {
label: 'A0_25', label: 'A0_25',
field: 'a0Separator25', field: 'a0separator25',
sort: 'custom', sort: 'custom',
}, },
{ {
label: 'R0_25', label: 'R0_25',
field: 'r0Separator25', field: 'r0separator25',
sort: 'custom', sort: 'custom',
}, },
{ {
label: 'A0_40', label: 'A0_40',
field: 'a0Separator40', field: 'a0separator40',
sort: 'custom', sort: 'custom',
}, },
{ {
label: 'R0_40', label: 'R0_40',
field: 'r0Separator40', field: 'r0separator40',
sort: 'custom', sort: 'custom',
}, },
{ {
label: 'A0_65', label: 'A0_65',
field: 'a0Separator65', field: 'a0separator65',
sort: 'custom', sort: 'custom',
}, },
{ {
label: 'R0_65', label: 'R0_65',
field: 'r0Separator65', field: 'r0separator65',
sort: 'custom', sort: 'custom',
}, },
{ {
label: 'A1_0', label: 'A1_0',
field: 'a1Separator0', field: 'a1separator0',
sort: 'custom', sort: 'custom',
}, },
{ {
label: 'R1_0', label: 'R1_0',
field: 'r1Separator0', field: 'r1separator0',
sort: 'custom', sort: 'custom',
}, },
{ {
label: 'A1_5', label: 'A1_5',
field: 'a1Separator5', field: 'a1separator5',
sort: 'custom', sort: 'custom',
}, },
{ {
label: 'R1_5', label: 'R1_5',
field: 'r1Separator5', field: 'r1separator5',
sort: 'custom', sort: 'custom',
}, },
{ {
label: 'A2_5', label: 'A2_5',
field: 'a2Separator5', field: 'a2separator5',
sort: 'custom', sort: 'custom',
}, },
{ {
label: 'R2_5', label: 'R2_5',
field: 'r2Separator5', field: 'r2separator5',
sort: 'custom', sort: 'custom',
}, },
{ {
label: 'A4_0', label: 'A4_0',
field: 'a4Separator0', field: 'a4separator0',
sort: 'custom', sort: 'custom',
}, },
{ {
label: 'R4_0', label: 'R4_0',
field: 'r4Separator0', field: 'r4separator0',
sort: 'custom', sort: 'custom',
}, },
{ {
label: 'A6_5', label: 'A6_5',
field: 'a6Separator5', field: 'a6separator5',
sort: 'custom', sort: 'custom',
}, },
{ {
label: 'R6_5', label: 'R6_5',
field: 'r6Separator5', field: 'r6separator5',
sort: 'custom', sort: 'custom',
}, },
{ {

1
src/views/qms/inspectionMethod/inspectionMethod.data.ts

@ -5,6 +5,7 @@ import { dateFormatter } from '@/utils/formatTime'
export const InspectionMethodRules = reactive({ export const InspectionMethodRules = reactive({
code: [required], code: [required],
available: [required], available: [required],
description: [required],
}) })
export const InspectionMethod = useCrudSchemas(reactive<CrudSchema[]>([ export const InspectionMethod = useCrudSchemas(reactive<CrudSchema[]>([

Loading…
Cancel
Save