diff --git a/src/views/awardManagement/components/batchPrintings.vue b/src/views/awardManagement/components/batchPrintings.vue
new file mode 100644
index 0000000..f7e7ea8
--- /dev/null
+++ b/src/views/awardManagement/components/batchPrintings.vue
@@ -0,0 +1,158 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{
+ (queryParamsData.pageNum - 1) * queryParamsData.pageSize + scope.$index + 1
+ }}
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.caseStatusName }}
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/awardManagement/components/batchSignatures.vue b/src/views/awardManagement/components/batchSignatures.vue
new file mode 100644
index 0000000..5d593ef
--- /dev/null
+++ b/src/views/awardManagement/components/batchSignatures.vue
@@ -0,0 +1,164 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{
+ (queryParamsData.pageNum - 1) * queryParamsData.pageSize + scope.$index + 1
+ }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.caseStatusName }}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/awardManagement/components/detailsAward.vue b/src/views/awardManagement/components/detailsAward.vue
index f2be775..2f552b9 100644
--- a/src/views/awardManagement/components/detailsAward.vue
+++ b/src/views/awardManagement/components/detailsAward.vue
@@ -44,11 +44,17 @@
-
+
+
+
+ {{item.annexName}}
+
+
案件异议信息:{{detailsAwardNum.adjudicaCounterReason}}
diff --git a/src/views/awardManagement/listofAwards.vue b/src/views/awardManagement/listofAwards.vue
index 5fa04d1..35107e7 100644
--- a/src/views/awardManagement/listofAwards.vue
+++ b/src/views/awardManagement/listofAwards.vue
@@ -37,6 +37,18 @@
案件批量核查
+
+ 批量签名
+
+
+
+ 批量用印
+
+
@@ -110,6 +122,10 @@
+
+
+
+
@@ -133,6 +149,8 @@ import detailsAward from './components/detailsAward.vue'
import { getDicts } from '@/api/system/dict/data.js'
import { videoList } from "@/api/caseFiling/caseFiling";
import {attachListByCaseId} from "@/api/caseManagement/caseManagement"
+import batchSignatures from "./components/batchSignatures.vue"
+import batchPrintings from "./components/batchPrintings.vue"
export default {
name: "paymentList",
dicts: ["case_status"],
@@ -141,7 +159,9 @@ export default {
mailawardDialog,
expressDeliveryDialog,
operateDialog,
- detailsAward
+ detailsAward,
+ batchSignatures,
+ batchPrintings
},
data() {
return {
@@ -170,6 +190,8 @@ export default {
dataList: [],
detailform: {}, //缴费详情数据
detailsAwardNum:{},//裁决书数据
+ signatureVisable:false,//批量签名
+ printingVisable:false,
videoList:"", //视频数据
trialTranscripts:[],//庭审笔录
openDialog: false, //缴费详情数据弹框
@@ -220,6 +242,12 @@ export default {
cancelDetail(){
this.showarchiveDetails = false;
},
+ signatureOperate(){
+ this.signatureVisable = false;
+ },
+ printingOperate(){
+ this.printingVisable = false;
+ },
operateClick(type) {
this.operateVisable = true;
if (type == 0) {
@@ -402,6 +430,14 @@ export default {
attachListByCaseId(data).then(res =>{
this.trialTranscripts = res.data;
})
+ },
+ // 批量签名
+ batchSignature(){
+ this.signatureVisable = true;
+ },
+ // 批量用印
+ batchPrinting(){
+ this.printingVisable = true;
}
},
diff --git a/src/views/caseManagement/caseList.vue b/src/views/caseManagement/caseList.vue
index 4e844ed..430fec2 100644
--- a/src/views/caseManagement/caseList.vue
+++ b/src/views/caseManagement/caseList.vue
@@ -61,14 +61,14 @@
v-hasPermi="['caseManagement:list:Batchgeneration']">批量生成裁决书
批量缴费
-
批量缴费确认
-
+ -->
-
+
@@ -876,6 +876,7 @@ export default {
// console.log(this.caseAttachList,"caseAttachList")
this.form.requestRule = res.data.requestRule;
this.form.properPreser = res.data.properPreser;
+ this.form.facts =res.data.facts;
this.form.applicantIsWrittenHear = 1
});
},
diff --git a/src/views/caseManagement/components/caseentryDialog.vue b/src/views/caseManagement/components/caseentryDialog.vue
index 53dc884..2480e64 100644
--- a/src/views/caseManagement/components/caseentryDialog.vue
+++ b/src/views/caseManagement/components/caseentryDialog.vue
@@ -512,8 +512,8 @@
},
]">
- 男
- 女
+ 男
+ 女
@@ -525,7 +525,7 @@
trigger: 'blur',
},
]">
-
@@ -848,6 +848,7 @@ export default {
this.applicateArr = [];
this.quiltArr = [];
this.formData = this.form;
+ console.log(this.form)
this.fileList = [];
if (this.flag == "1" || this.flag == "0") {
this.form2.paymentArr = this.initpaymentArr;
diff --git a/src/views/paymentManagement/components/batchConfirmationPaymens.vue b/src/views/paymentManagement/components/batchConfirmationPaymens.vue
new file mode 100644
index 0000000..594ac41
--- /dev/null
+++ b/src/views/paymentManagement/components/batchConfirmationPaymens.vue
@@ -0,0 +1,150 @@
+
+
+
+
+
+
+
+
+
+ {{
+ (queryParamsData.pageNum - 1) * queryParamsData.pageSize + scope.$index + 1
+ }}
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.caseStatusName }}
+
+
+
+
+
+
+
+ 案件总金额:{{ form.totalFee / 100 }}
+
+ {{
+ item.caseNum
+ }}
+ {{
+ item.caseAppName
+ }}
+ {{
+ item.caseSubjectAmount
+ }}
+ {{
+ item.feePayable
+ }}
+ {{
+ item.caseResName
+ }}
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/paymentManagement/paymentList.vue b/src/views/paymentManagement/paymentList.vue
index d5e37bf..17e1fa7 100644
--- a/src/views/paymentManagement/paymentList.vue
+++ b/src/views/paymentManagement/paymentList.vue
@@ -31,6 +31,11 @@
重置
+
+ 批量确认缴费
+
@@ -63,6 +68,8 @@
+
+
@@ -73,11 +80,12 @@ import {
casePay,
} from "@/api/pay/pay";
import paymentdetailsDialog from "./components/paymentdetailsDialog.vue";
+import batchConfirmationPaymens from "./components/batchConfirmationPaymens.vue"
import { getDicts } from '@/api/system/dict/data.js'
export default {
name: "paymentList",
// dicts: ["case_status"],
- components: { paymentdetailsDialog },
+ components: { paymentdetailsDialog,batchConfirmationPaymens },
data() {
return {
queryParams: {
@@ -103,6 +111,7 @@ export default {
// 是否显示弹出层
open: false,
openPay: false,
+ batchVisable:false,
// 弹出层内容
form: {},
// 校验表单
@@ -201,6 +210,14 @@ export default {
// 关闭弹窗
cancelpaymentdetails() {
this.openDialog = false;
+ },
+ // 批量缴费
+ batchConfirmation(){
+ this.batchVisable = true;
+ },
+ // 批量确认缴费关闭
+ batchOperate(){
+ this.batchVisable = false;
},
/** 查询详情 */
getDetail(parms) {