diff --git a/src/views/caseFiling/components/archiveDetailsDialog.vue b/src/views/caseFiling/components/archiveDetailsDialog.vue
index cc834d1..5969faf 100644
--- a/src/views/caseFiling/components/archiveDetailsDialog.vue
+++ b/src/views/caseFiling/components/archiveDetailsDialog.vue
@@ -16,7 +16,7 @@
-
+
@@ -97,6 +97,7 @@ export default {
::v-deep .el-tabs__content {
height: 700px;
overflow-y: scroll;
+ padding-bottom: 10%;
}
.loading {
diff --git a/src/views/caseFiling/components/videoList.vue b/src/views/caseFiling/components/videoList.vue
deleted file mode 100644
index e69de29..0000000
diff --git a/src/views/caseManagement/caseList.vue b/src/views/caseManagement/caseList.vue
index c4858ca..c3c0e5a 100644
--- a/src/views/caseManagement/caseList.vue
+++ b/src/views/caseManagement/caseList.vue
@@ -199,7 +199,7 @@
-
+
{
// this.visible = true;
// this.formData = res.data;
+ this.form.caseName = res.data.caseName;
this.adjudicatename = {
applicantName: res.data.applicantName,
respondentName: res.data.respondentName,
diff --git a/src/views/caseManagement/components/caseentryDialog.vue b/src/views/caseManagement/components/caseentryDialog.vue
index ef01117..c0719c5 100644
--- a/src/views/caseManagement/components/caseentryDialog.vue
+++ b/src/views/caseManagement/components/caseentryDialog.vue
@@ -15,6 +15,11 @@
+
+
+
+
+
-
+
@@ -67,7 +67,9 @@ export default {
data() {
return {
hearDate: "",
- courtReviewform: {},
+ courtReviewform: {
+ hearDate:null
+ },
noArbitrator: false,
isAgreePendTral: 1,
total: 0,
@@ -87,9 +89,10 @@ export default {
this.getarbitrAtor();
},
watch: {
- showformateCourt(val) {
+ showcourtReview(val) {
if (val) {
this.isAgreePendTral = 1;
+ this.courtReviewform.hearDate = null
}
},
form: {
@@ -112,6 +115,10 @@ export default {
},
// 勾选仲裁员
handleSelectionChange(val) {
+ if (val.length > 1) {
+ this.$refs.selectTable.clearSelection();
+ this.$refs.selectTable.toggleRowSelection(val.pop());
+ }
this.arbitrators = [];
val.forEach((item) => {
this.arbitrators.push({
diff --git a/src/views/caseManagement/components/formateCourtDialog.vue b/src/views/caseManagement/components/formateCourtDialog.vue
index 22d3a85..5c7fd67 100644
--- a/src/views/caseManagement/components/formateCourtDialog.vue
+++ b/src/views/caseManagement/components/formateCourtDialog.vue
@@ -40,6 +40,7 @@
@@ -148,6 +149,10 @@ export default {
},
// 勾选仲裁员
handleSelectionChange(val) {
+ if (val.length > 1) {
+ this.$refs.selectTable.clearSelection();
+ this.$refs.selectTable.toggleRowSelection(val.pop());
+ }
this.arbitrators = [];
val.forEach((item) => {
this.arbitrators.push({
diff --git a/src/views/caseManagement/components/payDialog.vue b/src/views/caseManagement/components/payDialog.vue
index 19beeeb..a21afe3 100644
--- a/src/views/caseManagement/components/payDialog.vue
+++ b/src/views/caseManagement/components/payDialog.vue
@@ -95,6 +95,10 @@ export default {
},
//选择支付方式(线上,线下)
changPayType(data) {
+ if(data == 1){
+ document.getElementById("qrcodeImg").innerHTML = "";
+ this.payMain = ""
+ }
this.submitForm.payType = data;
},
beforeUpload(flie, fileList) {
@@ -198,6 +202,9 @@ export default {
watch:{
openPay(val){
if(val){
+ this.submitForm.payOrderList = []
+ this.paySelect = 1;
+ this.fileList = [];
this.filedata.id = this.payId;
this.submitForm.caseId = this.payId;
}
diff --git a/src/views/caseManagement/components/timeDialog.vue b/src/views/caseManagement/components/timeDialog.vue
index a78877a..7196c1f 100644
--- a/src/views/caseManagement/components/timeDialog.vue
+++ b/src/views/caseManagement/components/timeDialog.vue
@@ -29,7 +29,7 @@ import { updateHeardate } from '@/api/caseManagement/caseManagement'
import { getToken } from "@/utils/auth";
import moment from "moment";
export default {
- props: ["timeVisable", "timeData"],
+ props: ["timeVisable", "timeData","queryParams"],
data() {
return {
loanStartDate: "",
@@ -60,7 +60,7 @@ export default {
updateHeardate(data).then(res => {
this.$modal.msgSuccess("修改成功");
this.cancel();
- this.$emit("getcaseApply");
+ this.$emit("getcaseApply",this.queryParams);
})
},
submitTime() {
diff --git a/src/views/deliveryRecord/smsRecord.vue b/src/views/deliveryRecord/smsRecord.vue
index 088341b..0d7b3d5 100644
--- a/src/views/deliveryRecord/smsRecord.vue
+++ b/src/views/deliveryRecord/smsRecord.vue
@@ -20,6 +20,7 @@
+
{
this.dataList = response.rows;
+ this.dataList.forEach(item=>{
+ if(item.sendstatus == 0){
+ item.sendstatus = "未发送"
+ }else if(item.sendstatus == 1){
+ item.sendstatus = "已发送"
+ }else{
+ item.sendstatus = "未发送"
+ }
+ })
this.total = response.total;
this.loading = false;
});
diff --git a/src/views/officialSeal/officialSealList.vue b/src/views/officialSeal/officialSealList.vue
index e549f32..156b943 100644
--- a/src/views/officialSeal/officialSealList.vue
+++ b/src/views/officialSeal/officialSealList.vue
@@ -117,12 +117,12 @@ export default {
this.total = response.total;
this.loading = false;
this.dataList.forEach(item => {
- if (item.identifyStatus == 0) {
+ if (item.identifyStatus == 0 || item.identifyStatus == null) {
item.identifyStatus = '未认证'
} else {
item.identifyStatus = '已认证'
}
- if (item.isUse == 0) {
+ if (item.isUse == 0 || item.isUse == null) {
item.isUse = '未启用'
} else {
item.isUse = '已启用'