工作流

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

@ -22,7 +22,6 @@
</el-card>
</div>
</transition>
<el-card shadow="never">
<template #header>
<el-row :gutter="10" class="mb8">
@ -213,7 +212,11 @@ const initFormData: ContractorMaterialRecordForm = {
file: undefined,
remark: undefined
};
const info = ref({});
const info = ref({
contractorName: undefined,
materialName: undefined,
materialNumber: undefined
});
const activeName = '1';
const data = reactive<PageData<ContractorMaterialRecordForm, ContractorMaterialRecordQuery>>({
form: { ...initFormData },

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: {