证据目录界面,案件导入问题
This commit is contained in:
@@ -425,17 +425,17 @@
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="12">
|
||||
<el-form-item label="被申请人出生年月日:" :prop="'paymentArr1.' + index + '.responBirth'" :rules="[
|
||||
<el-form-item label="被申请人出生年月日:" :prop="'paymentArr1.' + index + '.responBirth'" :rules="[
|
||||
{
|
||||
required: true,
|
||||
message: '被申请人出生年月日不能为空',
|
||||
trigger: 'blur',
|
||||
},
|
||||
]">
|
||||
<el-date-picker v-model="itm.responBirth" type="datetime" placeholder="被申请人出生年月日">
|
||||
</el-date-picker>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-date-picker v-model="itm.responBirth" type="datetime" placeholder="被申请人出生年月日">
|
||||
</el-date-picker>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<div style="display: inline-flex">
|
||||
<div class="infoIcon"></div>
|
||||
@@ -573,8 +573,8 @@ export default {
|
||||
nameAgent: "",
|
||||
contactTelphoneAgent: "",
|
||||
contactAddressAgent: "",
|
||||
responSex:1,
|
||||
responBirth:""
|
||||
responSex: 1,
|
||||
responBirth: ""
|
||||
},
|
||||
],
|
||||
}, //被申请人主体信息
|
||||
@@ -874,6 +874,9 @@ export default {
|
||||
...this.form3.paymentArr1,
|
||||
];
|
||||
this.formData.caseAttachList = [...this.caseAttachListArr];
|
||||
this.formData.caseAffiliates[1].responBirth = moment(this.formData.caseAffiliates[1].responBirth).format(
|
||||
"YYYY-MM-DD HH:mm:ss"
|
||||
);
|
||||
if (this.formData.id) {
|
||||
editCaseApply({
|
||||
...this.formData,
|
||||
|
||||
Reference in New Issue
Block a user