@@ -124,7 +124,7 @@
<el-form-item label="付款描述" prop="paymentDescribe" v-if="inputForm.paymentMethod === '2'"
:rules="[
]">
- <el-input :disabled="true" type="textarea" v-model="inputForm.paymentDescribe" placeholder="请输入付款描述"
+ <el-input type="textarea" v-model="inputForm.paymentDescribe" placeholder="请输入付款描述"
></el-input>
</el-form-item>
</el-col>
@@ -753,6 +753,7 @@
this.title = '合同信息详情'
}
this.inputForm = {
+ contractOpposite: '',
filedPaperType: '',
filedType: '',
filedNo: '',