页面问题修改
This commit is contained in:
parent
96c922e67c
commit
732c77d1a4
|
|
@ -313,8 +313,9 @@ export default {
|
|||
this.getContractInfo()
|
||||
}else{
|
||||
this.baseInfo={}
|
||||
this.materialList=[]
|
||||
}
|
||||
this.contractMaterialList=[]
|
||||
this.attachmentList=[]
|
||||
}
|
||||
},
|
||||
},
|
||||
methods: {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue