From 493dfbcf6604b59a50cd95c329f587ad20d97a5f Mon Sep 17 00:00:00 2001
From: "wangfang.jin" <jinwangfang@ssish.com>
Date: Mon, 28 Aug 2023 10:20:00 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A2=9E=E5=8A=A0=E5=8D=A0=E4=BD=8Dhtml?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/views/charge-query/index.vue            |  5 ++++-
 src/views/report/returnedMoney.vue          | 10 +++++++++-
 src/views/verification/collectionDetail.vue |  9 ++++++---
 3 files changed, 19 insertions(+), 5 deletions(-)

diff --git a/src/views/charge-query/index.vue b/src/views/charge-query/index.vue
index 766b5eb..a92cc9e 100644
--- a/src/views/charge-query/index.vue
+++ b/src/views/charge-query/index.vue
@@ -85,7 +85,10 @@
             </a-select>
           </a-form-model-item>
         </a-col>
-        <a-col :xl="8" :lg="3" :sm="3" class="none-label">
+		<a-col :xl="6" :lg="3" :sm="3">
+			<div>未清余额合计:(共计100条,其中:无效222条)</div>
+        </a-col>
+        <a-col :xl="6" :lg="3" :sm="3" class="none-label">
           <a-form-model-item label="button">
             <!-- <a-button>更新数据</a-button> -->
             <!-- <a-button class="mar-left10" type="primary" @click="addNewCharge">
diff --git a/src/views/report/returnedMoney.vue b/src/views/report/returnedMoney.vue
index efddaf6..65ee744 100644
--- a/src/views/report/returnedMoney.vue
+++ b/src/views/report/returnedMoney.vue
@@ -45,7 +45,7 @@
 						/>
 					</a-form-model-item>
 				</a-col>
-				<a-col :xl="10" :lg="10" :sm="12" class="none-label">
+				<a-col :xl="6" :lg="10" :sm="12" class="none-label">
 					<a-form-model-item label="button">
 						<a-button class="mar-left10" type="primary" @click="handlerReset">
 							<Icon name="ssireset" :size="14" />重置
@@ -58,6 +58,14 @@
 						</a-button>
 					</a-form-model-item>
 				</a-col>
+				<a-col :xl="14" :lg="10" :sm="12" class="none-label">
+					<div class="flex">
+						<div>未清余额合计:(共计100条,其中:无效222条)</div>
+						<div>账单金额合计</div>
+						<div>回款金额合计</div>
+						<div>个人欠费合计</div>
+					</div>
+				</a-col>
 			</a-row>
 		</a-form-model>
 
diff --git a/src/views/verification/collectionDetail.vue b/src/views/verification/collectionDetail.vue
index f98afb1..dabf77f 100644
--- a/src/views/verification/collectionDetail.vue
+++ b/src/views/verification/collectionDetail.vue
@@ -98,7 +98,7 @@
 							</a-col>
 						</template>
 						<template v-else>
-							<a-col :lg="9" :sm="12">
+							<a-col :lg="6" :sm="12">
 								<a-form-model-item label="保险公司" prop="payorCode">
 									<a-select
 										v-model="form.payorCode"
@@ -116,7 +116,7 @@
 									</a-select>
 								</a-form-model-item>
 							</a-col>
-							<a-col :lg="8" :sm="12">
+							<a-col :lg="6" :sm="12">
 								<a-form-model-item label="回款金额(人民币)" prop="backAmountCny">
 									<a-input
 										class="fixed_width"
@@ -128,7 +128,10 @@
 									/>
 								</a-form-model-item>
 							</a-col>
-							<a-col :lg="7" :sm="12">
+							<a-col :lg="6" :sm="12">
+								<div>未清余额合计:(共计100条,其中:无效222条)</div>
+							</a-col>
+							<a-col :lg="6" :sm="12">
 								<a-form-model-item label="可核销余额">
 									<a-input class="fixed_width" v-model="residueBackAmount" disabled />
 								</a-form-model-item>
-- 
2.22.0