工作流
This commit is contained in:
@ -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 },
|
||||
|
@ -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: {
|
||||
|
Reference in New Issue
Block a user