|
|
@@ -22,8 +22,8 @@
|
|
|
:rules="[
|
|
|
// {required: true, message: '委托方', trigger: 'blur'}
|
|
|
]">
|
|
|
- <el-input :disabled = "true" maxlength="100" @focus="openWorkClient2()" v-model="inputForm.clientContacts" placeholder="请选择委托方">
|
|
|
- <el-button :disabled = "true" slot="append" icon="el-icon-search" @click="openWorkClient2()"></el-button>
|
|
|
+ <el-input maxlength="100" @focus="openWorkClient2()" v-model="inputForm.clientContacts" placeholder="请选择委托方">
|
|
|
+ <el-button slot="append" icon="el-icon-search" @click="openWorkClient2()"></el-button>
|
|
|
</el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
@@ -64,7 +64,7 @@
|
|
|
<el-form-item label="合同名称" prop="contractName"
|
|
|
:rules="[{required: true, message: '合同名称不能为空', trigger: 'blur'}
|
|
|
]">
|
|
|
- <el-input :disabled = "true" v-model="inputForm.contractName" placeholder="请输入合同名称" clearable></el-input>
|
|
|
+ <el-input v-model="inputForm.contractName" placeholder="请输入合同名称" clearable></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="12">
|
|
|
@@ -771,12 +771,12 @@
|
|
|
this.loading = true
|
|
|
this.inputForm.status = '5'
|
|
|
this.inputForm.contractProperList = this.$refs.uploadComponent.getDataList()
|
|
|
- if (this.commonJS.isEmpty(this.inputForm.contractProperList)) {
|
|
|
+ /*if (this.commonJS.isEmpty(this.inputForm.contractProperList)) {
|
|
|
// 附件至少上传一条
|
|
|
this.$message.error('至少上传一个附件信息')
|
|
|
this.loading = false
|
|
|
throw new Error('至少上传一个附件信息')
|
|
|
- }
|
|
|
+ }*/
|
|
|
this.inputForm.fees = this.inputForm.contractFees.join(',')
|
|
|
contractInfoService.updateFileNumber(this.inputForm).then((data) => {
|
|
|
this.$refs.inputForm.resetFields()
|