From 028c5768f4a5fa2e1bc3e043a37045b7c054c6ad Mon Sep 17 00:00:00 2001
From: e <2432808546@qq.com>
Date: Wed, 22 Dec 2021 15:59:41 +0800
Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E5=AD=98=E6=95=B4=E5=8F=96:=E5=BC=80?=
=?UTF-8?q?=E6=88=B7,=E5=AD=98=E6=AC=BE,=E5=8F=96=E6=AC=BE(=E4=B8=8D?=
=?UTF-8?q?=E5=8C=85=E6=8B=AC=E7=82=B9=E5=87=BB=E5=BC=B9=E7=AA=97=E6=8F=90?=
=?UTF-8?q?=E4=BA=A4)=20=E9=9B=B6=E5=AD=98=E6=95=B4=E5=8F=96:=E5=BC=80?=
=?UTF-8?q?=E6=88=B7,=E7=BB=AD=E5=AD=98,=E6=94=AF=E5=8F=96=E9=94=80?=
=?UTF-8?q?=E6=88=B7(=E4=B8=8D=E5=8C=85=E6=8B=AC=E7=82=B9=E5=87=BB?=
=?UTF-8?q?=E5=BC=B9=E7=AA=97=E6=8F=90=E4=BA=A4)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../list/personal/timeDeposit/deposit.vue | 4 +-
.../list/personal/timeDeposit/openAccount.vue | 24 ++++--
.../personal/usefulPhrases/accountClosed.vue | 80 +++++++++++++++---
.../usefulPhrases/continueDeposit.vue | 49 +++++++++--
.../personal/usefulPhrases/openAccount.vue | 83 ++++++++++++++-----
.../personal/usefulPhrases/usefulPhrases.vue | 7 +-
6 files changed, 188 insertions(+), 59 deletions(-)
diff --git a/src/pages/manage/list/personal/timeDeposit/deposit.vue b/src/pages/manage/list/personal/timeDeposit/deposit.vue
index 45d76b9..a3d4f4b 100644
--- a/src/pages/manage/list/personal/timeDeposit/deposit.vue
+++ b/src/pages/manage/list/personal/timeDeposit/deposit.vue
@@ -52,8 +52,8 @@
- 备选项1
- 备选项2
+ 不续存
+ 续存
diff --git a/src/pages/manage/list/personal/timeDeposit/openAccount.vue b/src/pages/manage/list/personal/timeDeposit/openAccount.vue
index 5ea2479..93beadb 100644
--- a/src/pages/manage/list/personal/timeDeposit/openAccount.vue
+++ b/src/pages/manage/list/personal/timeDeposit/openAccount.vue
@@ -22,10 +22,10 @@
-
-
+
+
+
+
@@ -47,9 +47,14 @@
请填凭证号码
-
- checkHanzi(val, form, 'customerManage')">
+
+
+
+
+
@@ -75,6 +80,7 @@ export default{
// voucherNumber: '', // 凭证号码
// paymentCode: '', // 支付密码
customerManage: '', // 客户经理
+ withdrawingWay:'',//支取方式
// 非必填项
certificateType: '身份证', // 证件类型
clientNumber: '' // 客户号
@@ -137,9 +143,9 @@ export default{
prop: 'voucherType',//凭证类型
type: '1'
},
- 130: {
- prop: 'customerManage',//客户经理
- type: '3'
+ 129: {
+ prop: 'withdrawingWay',//支取方式
+ type: '1'
},
},
}
diff --git a/src/pages/manage/list/personal/usefulPhrases/accountClosed.vue b/src/pages/manage/list/personal/usefulPhrases/accountClosed.vue
index e7cd1b9..5a12dc8 100644
--- a/src/pages/manage/list/personal/usefulPhrases/accountClosed.vue
+++ b/src/pages/manage/list/personal/usefulPhrases/accountClosed.vue
@@ -10,9 +10,9 @@
-
-
-
+
@@ -29,9 +29,12 @@
checkHanzi(val, form, 'interest')" ref="interest">
-
+
+
@@ -64,7 +67,7 @@