|
@@ -35,11 +35,18 @@
|
|
<el-input :disabled="true" v-model="inputForm.contractAmount" placeholder="请填写合同金额"></el-input>
|
|
<el-input :disabled="true" v-model="inputForm.contractAmount" placeholder="请填写合同金额"></el-input>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
|
|
+<!-- <el-col :span="12">-->
|
|
|
|
+<!-- <el-form-item label="合同份数" prop="contractNum"-->
|
|
|
|
+<!-- :rules="[-->
|
|
|
|
+<!-- ]">-->
|
|
|
|
+<!-- <el-input :disabled="true" v-model="inputForm.contractNum" placeholder="请填写合同份数"></el-input>-->
|
|
|
|
+<!-- </el-form-item>-->
|
|
|
|
+<!-- </el-col>-->
|
|
<el-col :span="12">
|
|
<el-col :span="12">
|
|
- <el-form-item label="合同份数" prop="contractNum"
|
|
|
|
|
|
+ <el-form-item label="委托人" prop="clientContactsName"
|
|
:rules="[
|
|
:rules="[
|
|
]">
|
|
]">
|
|
- <el-input :disabled="true" v-model="inputForm.contractNum" placeholder="请填写合同份数"></el-input>
|
|
|
|
|
|
+ <el-input :disabled="true" v-model="inputForm.clientContactsName" placeholder="请填写委托人"></el-input>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="12">
|
|
<el-col :span="12">
|
|
@@ -385,7 +392,8 @@
|
|
riskLevel: '',
|
|
riskLevel: '',
|
|
businessTypeName: '',
|
|
businessTypeName: '',
|
|
planDate: [],
|
|
planDate: [],
|
|
- realHeader: ''
|
|
|
|
|
|
+ realHeader: '',
|
|
|
|
+ clientContactsName: ''
|
|
},
|
|
},
|
|
keyWatch: '',
|
|
keyWatch: '',
|
|
activeName: 'client',
|
|
activeName: 'client',
|
|
@@ -488,7 +496,8 @@
|
|
riskLevel: '',
|
|
riskLevel: '',
|
|
businessTypeName: '',
|
|
businessTypeName: '',
|
|
planDate: [],
|
|
planDate: [],
|
|
- realHeader: ''
|
|
|
|
|
|
+ realHeader: '',
|
|
|
|
+ clientContactsName: ''
|
|
}
|
|
}
|
|
this.inputForm.id = id
|
|
this.inputForm.id = id
|
|
this.loading = false
|
|
this.loading = false
|
|
@@ -660,7 +669,8 @@
|
|
riskLevel: '',
|
|
riskLevel: '',
|
|
businessTypeName: '',
|
|
businessTypeName: '',
|
|
planDate: [],
|
|
planDate: [],
|
|
- realHeader: ''
|
|
|
|
|
|
+ realHeader: '',
|
|
|
|
+ clientContactsName: ''
|
|
}
|
|
}
|
|
this.$refs.uploadComponent.clearUpload()
|
|
this.$refs.uploadComponent.clearUpload()
|
|
this.$refs.inputForm.resetFields()
|
|
this.$refs.inputForm.resetFields()
|
|
@@ -758,6 +768,7 @@
|
|
this.inputForm.payerSubject = row.payerSubject
|
|
this.inputForm.payerSubject = row.payerSubject
|
|
this.inputForm.paymentMethod = row.paymentMethod
|
|
this.inputForm.paymentMethod = row.paymentMethod
|
|
this.inputForm.contractId = row.id
|
|
this.inputForm.contractId = row.id
|
|
|
|
+ this.inputForm.clientContactsName = row.clientContactsName
|
|
if (this.commonJS.isNotEmpty(row.clientContacts)) {
|
|
if (this.commonJS.isNotEmpty(row.clientContacts)) {
|
|
if (this.commonJS.isEmpty(this.inputForm.cwProjectClientInfoDTOList)) {
|
|
if (this.commonJS.isEmpty(this.inputForm.cwProjectClientInfoDTOList)) {
|
|
this.inputForm.cwProjectClientInfoDTOList = []
|
|
this.inputForm.cwProjectClientInfoDTOList = []
|