|
@ -36,6 +36,8 @@ export const CallmaterialsRules = reactive({ |
|
|
warehouseCode: [required], |
|
|
warehouseCode: [required], |
|
|
workshopCode: [required], |
|
|
workshopCode: [required], |
|
|
workStationCode: [required], |
|
|
workStationCode: [required], |
|
|
|
|
|
uom: [required], |
|
|
|
|
|
callmaterialQty: [required] |
|
|
}) |
|
|
}) |
|
|
|
|
|
|
|
|
export const Callmaterials = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
export const Callmaterials = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|