|
|
@@ -88,11 +88,17 @@
|
|
88
|
88
|
</el-col>
|
|
89
|
89
|
<!-- 申请人仲裁诉求 -->
|
|
90
|
90
|
<el-col :span="24">
|
|
91
|
|
- <el-form-item label="申请人仲裁请求及事实和理由" prop="arbitratClaims">
|
|
|
91
|
+ <el-form-item label="申请人仲裁请求" prop="arbitratClaims">
|
|
92
|
92
|
<el-input v-model="formData.arbitratClaims" placeholder="请输入申请人仲裁诉求" type="textarea"
|
|
93
|
93
|
:autosize="{ minRows: 4, maxRows: 8 }" />
|
|
94
|
94
|
</el-form-item>
|
|
95
|
95
|
</el-col>
|
|
|
96
|
+ <el-col :span="24">
|
|
|
97
|
+ <el-form-item label="事实和理由" prop="arbitratClaims">
|
|
|
98
|
+ <el-input v-model="formData.arbitratClaims" placeholder="请输入申请人仲裁诉求" type="textarea"
|
|
|
99
|
+ :autosize="{ minRows: 4, maxRows: 8 }" />
|
|
|
100
|
+ </el-form-item>
|
|
|
101
|
+ </el-col>
|
|
96
|
102
|
<el-col :span="12">
|
|
97
|
103
|
<el-form-item label="申请人案件证据资料上传:" prop="applicantEvidence" v-if="flag !== '0'">
|
|
98
|
104
|
<el-upload class="upload-demo" ref="fileupload" accept=".png,.jpg,.doc,.docx,.txt,.pdf"
|
|
|
@@ -493,6 +499,7 @@
|
|
493
|
499
|
<el-form-item label="被申请人性别:" :prop="'paymentArr1.' + index + '.responSex'" :rules="[
|
|
494
|
500
|
{
|
|
495
|
501
|
required: true,
|
|
|
502
|
+ message: '请选择性别'
|
|
496
|
503
|
},
|
|
497
|
504
|
]">
|
|
498
|
505
|
<el-radio-group v-model="itm.responSex">
|
|
|
@@ -606,33 +613,22 @@
|
|
606
|
613
|
</div>
|
|
607
|
614
|
|
|
608
|
615
|
<div v-show="activeName=='second'" style="margin-top:20px;">
|
|
609
|
|
- <el-form :model="formGrab" ref="formGrabRef" label-width="120px" :disabled ="flag == '0'">
|
|
|
616
|
+ <el-form :model="formGrab" label-width="120px" :disabled ="flag == '0'">
|
|
610
|
617
|
|
|
611
|
|
- <el-form-item v-for="(item,index) in formGrab.list" :prop="'list.' + index + '.value'" :label="item.name" :key="item.id"
|
|
612
|
|
- :rules="{
|
|
613
|
|
- required: true,
|
|
614
|
|
- message: '内容不能为空',
|
|
615
|
|
- trigger: 'blur'
|
|
616
|
|
- }"
|
|
617
|
|
- >
|
|
|
618
|
+ <el-form-item v-for="(item,index) in formGrab.list" :label="item.name" :key="item.id">
|
|
618
|
619
|
<el-input type="textarea" v-model="item.value"></el-input>
|
|
619
|
620
|
</el-form-item>
|
|
620
|
621
|
|
|
621
|
622
|
</el-form>
|
|
622
|
|
- <el-col :span="24">
|
|
|
623
|
+ <!-- <el-col :span="24">
|
|
623
|
624
|
<div style="text-align:center;margin-top:50px;">
|
|
624
|
625
|
<el-button type="primary" @click="submitFormGrab" v-if="flag != 0" class="endbutton"><span>确 定</span></el-button>
|
|
625
|
626
|
<el-button @click="cancel" class="endbutton1"><span>取 消</span></el-button>
|
|
626
|
627
|
</div>
|
|
627
|
|
- </el-col>
|
|
|
628
|
+ </el-col> -->
|
|
628
|
629
|
|
|
629
|
630
|
|
|
630
|
631
|
</div>
|
|
631
|
|
-
|
|
632
|
|
- <!-- <div slot="footer" class="dialog-footer">
|
|
633
|
|
- <el-button type="primary" @click="submitForm" v-if="flag != 0" class="endbutton"><span>确 定</span></el-button>
|
|
634
|
|
- <el-button @click="cancel" class="endbutton1"><span>取 消</span></el-button>
|
|
635
|
|
- </div> -->
|
|
636
|
632
|
</el-dialog>
|
|
637
|
633
|
</div>
|
|
638
|
634
|
</template>
|
|
|
@@ -827,7 +823,6 @@ export default {
|
|
827
|
823
|
if (this.flag == "1" || this.flag == "0") {
|
|
828
|
824
|
this.form2.paymentArr = this.initpaymentArr;
|
|
829
|
825
|
this.form3.paymentArr1 = this.initpaymentArr1;
|
|
830
|
|
- console.log(this.caseAttachList)
|
|
831
|
826
|
this.caseAttachList.forEach((item) => {
|
|
832
|
827
|
if (item.annexType == 2) {
|
|
833
|
828
|
this.applicateArr.push({
|
|
|
@@ -950,16 +945,16 @@ export default {
|
|
950
|
945
|
this.$emit("cancel");
|
|
951
|
946
|
},
|
|
952
|
947
|
// 校验借款开始日期与结束日期
|
|
953
|
|
- // setStartTime() {
|
|
954
|
|
- // if (
|
|
955
|
|
- // this.setTime(this.formData.loanStartDate) >=
|
|
956
|
|
- // this.setTime(this.formData.loanEndDate)
|
|
957
|
|
- // ) {
|
|
958
|
|
- // this.$message.error("借款开始日期应早于借款结束日期");
|
|
959
|
|
- // this.formData.loanStartDate = "";
|
|
960
|
|
- // this.formData.loanEndDate = "";
|
|
961
|
|
- // }
|
|
962
|
|
- // },
|
|
|
948
|
+ setStartTime() {
|
|
|
949
|
+ if (
|
|
|
950
|
+ this.setTime(this.formData.loanStartDate) >=
|
|
|
951
|
+ this.setTime(this.formData.loanEndDate)
|
|
|
952
|
+ ) {
|
|
|
953
|
+ this.$message.error("借款开始日期应早于借款结束日期");
|
|
|
954
|
+ this.formData.loanStartDate = "";
|
|
|
955
|
+ this.formData.loanEndDate = "";
|
|
|
956
|
+ }
|
|
|
957
|
+ },
|
|
963
|
958
|
setEndTime() {
|
|
964
|
959
|
if (
|
|
965
|
960
|
this.setTime(this.formData.loanEndDate) <=
|
|
|
@@ -1039,7 +1034,7 @@ export default {
|
|
1039
|
1034
|
"YYYY-MM-DD HH:mm:ss"
|
|
1040
|
1035
|
);
|
|
1041
|
1036
|
if (this.formData.id) {
|
|
1042
|
|
- // this.formData['columnValues'] = this.formGrab.list
|
|
|
1037
|
+ this.formData['columnValues'] = this.formGrab.list
|
|
1043
|
1038
|
editCaseApply({
|
|
1044
|
1039
|
...this.formData,
|
|
1045
|
1040
|
caseAffiliates: this.formData.caseAffiliates,
|
|
|
@@ -1070,22 +1065,22 @@ export default {
|
|
1070
|
1065
|
});
|
|
1071
|
1066
|
},
|
|
1072
|
1067
|
// 提交抓取内容修改
|
|
1073
|
|
- submitFormGrab(){
|
|
1074
|
|
- this.$refs['formGrabRef'].validate((valid) => {
|
|
1075
|
|
- if(valid){
|
|
1076
|
|
- this.formGrabList['columnValues']= this.formGrab.list
|
|
|
1068
|
+ // submitFormGrab(){
|
|
|
1069
|
+ // this.$refs['formGrabRef'].validate((valid) => {
|
|
|
1070
|
+ // if(valid){
|
|
|
1071
|
+ // this.formGrabList['columnValues']= this.formGrab.list
|
|
1077
|
1072
|
|
|
1078
|
|
- console.log(this.formGrabList)
|
|
1079
|
|
- editCaseApplicationDefineval({columnValues:this.formGrab.list}).then(res=>{
|
|
1080
|
|
- if (res.code == 200) {
|
|
1081
|
|
- this.$modal.msgSuccess("修改成功");
|
|
1082
|
|
- this.$emit("cancel");
|
|
1083
|
|
- this.getcaseApply(this.queryParams);
|
|
1084
|
|
- }
|
|
1085
|
|
- })
|
|
1086
|
|
- }
|
|
1087
|
|
- });
|
|
1088
|
|
- },
|
|
|
1073
|
+ // console.log(this.formGrabList)
|
|
|
1074
|
+ // editCaseApplicationDefineval({columnValues:this.formGrab.list}).then(res=>{
|
|
|
1075
|
+ // if (res.code == 200) {
|
|
|
1076
|
+ // this.$modal.msgSuccess("修改成功");
|
|
|
1077
|
+ // this.$emit("cancel");
|
|
|
1078
|
+ // this.getcaseApply(this.queryParams);
|
|
|
1079
|
+ // }
|
|
|
1080
|
+ // })
|
|
|
1081
|
+ // }
|
|
|
1082
|
+ // });
|
|
|
1083
|
+ // },
|
|
1089
|
1084
|
// 详情显示,展示申请人案件文件
|
|
1090
|
1085
|
toFile(item, index) {
|
|
1091
|
1086
|
window.open(
|