diff --git a/src/views/caseFiling/archiveList.vue b/src/views/caseFiling/archiveList.vue index 5b8cd17..8de0baa 100644 --- a/src/views/caseFiling/archiveList.vue +++ b/src/views/caseFiling/archiveList.vue @@ -1,15 +1,195 @@ - + - - \ No newline at end of file + + \ No newline at end of file diff --git a/src/views/caseManagement/caseList.vue b/src/views/caseManagement/caseList.vue index 245bca2..5c5f875 100644 --- a/src/views/caseManagement/caseList.vue +++ b/src/views/caseManagement/caseList.vue @@ -115,7 +115,11 @@ prop="hearDate" :show-overflow-tooltip="true" /> - + + + 开庭审理 - + @@ -54,8 +55,8 @@ @@ -156,4 +157,38 @@ export default { } } } +::v-deep .el-dialog { + width: 800px; + background: #ffffff; + border-radius: 20px; +} +.endbutton { + width: 154px; + height: 37px; + background: #0072ff; + border-radius: 19px; + span { + width: 96px; + height: 15px; + font-size: 16px; + font-family: Microsoft YaHei; + font-weight: 400; + color: #ffffff; + } +} +.endbutton1 { + width: 154px; + height: 37px; + background: #ffffff; + border: 1px solid #d0d0d0; + border-radius: 19px; + span { + width: 31px; + height: 13px; + font-size: 16px; + font-family: Microsoft YaHei; + font-weight: 400; + color: #959595; + } +} \ No newline at end of file diff --git a/src/views/caseManagement/components/caseentryDialog.vue b/src/views/caseManagement/components/caseentryDialog.vue index b2440ec..7f6df8d 100644 --- a/src/views/caseManagement/components/caseentryDialog.vue +++ b/src/views/caseManagement/components/caseentryDialog.vue @@ -6,7 +6,8 @@ @close="cancel" width="1000px" append-to-body - :destroy-on-close= true + :destroy-on-close="true" + center > @@ -195,6 +202,11 @@ message: '联系电话不能为空', trigger: 'blur', }, + { + pattern: /^[1][3,4,5,6,7,8,9][0-9]{9}$/, + message: '请输入正确的手机号码', + trigger: 'blur', + }, ]" > @@ -273,6 +285,12 @@ message: '身份证号不能为空', trigger: 'blur', }, + { + pattern: + /^[1-9]\d{5}(18|19|([23]\d))\d{2}((0[1-9])|(10|11|12))(([0-2][1-9])|10|20|30|31)\d{3}[0-9Xx]$/, + message: '请输入正确的身份证号码', + trigger: 'blur', + }, ]" > @@ -389,6 +418,11 @@ message: '联系电话不能为空', trigger: 'blur', }, + { + pattern: /^[1][3,4,5,6,7,8,9][0-9]{9}$/, + message: '请输入正确的手机号码', + trigger: 'blur', + }, ]" > @@ -458,6 +492,7 @@ + @@ -482,6 +523,11 @@ message: '联系电话不能为空', trigger: 'blur', }, + { + pattern: /^[1][3,4,5,6,7,8,9][0-9]{9}$/, + message: '请输入正确的手机号码', + trigger: 'blur', + }, ]" > 新增被申请人主体信息 @@ -540,7 +592,7 @@ export default { "flag", "initpaymentArr", "initpaymentArr1", - "queryParams" + "queryParams", ], data() { return { @@ -786,4 +838,38 @@ export default { height: 700px !important; overflow: auto !important; } +::v-deep .el-dialog { + width: 800px; + background: #ffffff; + border-radius: 20px; +} +.endbutton { + width: 154px; + height: 37px; + background: #0072ff; + border-radius: 19px; + span { + width: 96px; + height: 15px; + font-size: 16px; + font-family: Microsoft YaHei; + font-weight: 400; + color: #ffffff; + } +} +.endbutton1 { + width: 154px; + height: 37px; + background: #ffffff; + border: 1px solid #d0d0d0; + border-radius: 19px; + span { + width: 31px; + height: 13px; + font-size: 16px; + font-family: Microsoft YaHei; + font-weight: 400; + color: #959595; + } +} \ No newline at end of file diff --git a/src/views/caseManagement/components/formateCourtDialog.vue b/src/views/caseManagement/components/formateCourtDialog.vue index 691b2d1..934a8e9 100644 --- a/src/views/caseManagement/components/formateCourtDialog.vue +++ b/src/views/caseManagement/components/formateCourtDialog.vue @@ -4,9 +4,9 @@ @@ -63,9 +63,12 @@ type="primary" @click="submitForm" :disabled="!this.arbitrators.length > 0 && isAgreePendTral == 0" - >确 定确 定 + 取 消 - 取 消 @@ -127,7 +130,7 @@ export default { pendTralCheck(this.paramsdata).then((res) => { this.cancel(); this.$modal.msgSuccess("组庭成功"); - this.$emit("getcaseApply",this.queryParams); + this.$emit("getcaseApply", this.queryParams); }); // } }, @@ -141,4 +144,39 @@ export default { \ No newline at end of file diff --git a/src/views/caseManagement/components/payDialog.vue b/src/views/caseManagement/components/payDialog.vue index caafa71..8bd31d7 100644 --- a/src/views/caseManagement/components/payDialog.vue +++ b/src/views/caseManagement/components/payDialog.vue @@ -7,6 +7,7 @@ width="800px" append-to-body :destroy-on-close="true" + center > {{ @@ -41,7 +42,7 @@
{{ payMain }}
@@ -135,4 +136,24 @@ export default { width: 100%; text-align: center; } +::v-deep .el-dialog { + width: 800px; + background: #ffffff; + border-radius: 20px; +} +.endbutton { + width: 154px; + height: 37px; + background: #ffffff; + border: 1px solid #d0d0d0; + border-radius: 19px; + span { + width: 31px; + height: 13px; + font-size: 16px; + font-family: Microsoft YaHei; + font-weight: 400; + color: #959595; + } +} \ No newline at end of file diff --git a/src/views/caseManagement/components/trialincourtDialog.vue b/src/views/caseManagement/components/trialincourtDialog.vue index 81c5a0e..f69b10b 100644 --- a/src/views/caseManagement/components/trialincourtDialog.vue +++ b/src/views/caseManagement/components/trialincourtDialog.vue @@ -128,7 +128,9 @@ >发起会议 - 提交仲裁结果 + 提交仲裁结果