工作流

This commit is contained in:
2025-07-02 10:46:26 +08:00
parent 22544c7c06
commit bbddf6b6ea
17 changed files with 2814 additions and 10 deletions

View File

@ -239,7 +239,12 @@ const initFormData: ContractorToolEntryForm = {
recordType: undefined,
recordNumber: undefined
};
const info = ref({});
const info = ref({
contractorName:undefined,
toolNumber:undefined,
toolName:undefined,
toolModel:undefined
});
const data = reactive<PageData<ContractorToolEntryForm, ContractorToolEntryQuery>>({
form: { ...initFormData },
queryParams: {