页面问题修改

This commit is contained in:
zzyuan 2025-07-11 14:42:15 +08:00
parent 96c922e67c
commit 732c77d1a4
2 changed files with 5 additions and 4 deletions

View File

@ -313,8 +313,9 @@ export default {
this.getContractInfo()
}else{
this.baseInfo={}
this.materialList=[]
}
this.contractMaterialList=[]
this.attachmentList=[]
}
},
},
methods: {

View File

@ -2,8 +2,8 @@
<div style="padding: 10px;background: #E5EBF6;min-height: 830px;">
<div style="background: #FFF;padding: 10px;border-radius: 10px;margin-bottom: 20px;">
<el-form :model="baseInfo" ref="baseInfo" :rules="baseRules" size="medium" :inline="true" label-width="110px">
<el-form-item label="采购计划单号" prop="contractCode">
<el-input v-model="baseInfo.contractCode" placeholder="采购计划单号自动生成" disabled maxlength="20" clearable style="width: 240px"/>
<el-form-item label="采购计划单号" prop="planCode">
<el-input v-model="baseInfo.planCode" placeholder="采购计划单号自动生成" disabled maxlength="20" clearable style="width: 240px"/>
</el-form-item>
<el-form-item label="采购时间" prop="purchaseDate">
<el-date-picker