From 6dc265883121b0578f47c8254b7700a3709556ae Mon Sep 17 00:00:00 2001
From: yangfuda <945208611@qq.com>
Date: Fri, 12 Aug 2022 16:17:23 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E4=BB=98=E6=AC=BE=E6=96=B9?=
=?UTF-8?q?=E6=A8=A1=E5=9D=97?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../paymentAccount/paymentAccountAdd.vue | 18 +++++++++++++++---
.../paymentAccount/paymentAccountModify.vue | 18 +++++++++++++++---
.../paymentAccount/paymentAccountAdd.vue | 17 +++++++++++++----
.../paymentAccount/paymentAccountModify.vue | 17 +++++++++++++----
4 files changed, 56 insertions(+), 14 deletions(-)
diff --git a/src/views/onlineHome/bankAgriculture/paymentAccount/paymentAccountAdd.vue b/src/views/onlineHome/bankAgriculture/paymentAccount/paymentAccountAdd.vue
index 1ad9235b..31a6264b 100644
--- a/src/views/onlineHome/bankAgriculture/paymentAccount/paymentAccountAdd.vue
+++ b/src/views/onlineHome/bankAgriculture/paymentAccount/paymentAccountAdd.vue
@@ -100,9 +100,9 @@
-
+
-
+
账簿余额
中心账簿
@@ -313,7 +313,13 @@
bankType:null,
status: "0",
},
- form:{}
+ form:{
+ accountType: "102",
+ bankUseType:"1",
+ bankAccountType: "1",
+ villageAccountType: "2",
+ status: "N",
+ }
};
},
created() {
@@ -400,11 +406,17 @@
this.showBankDeposit = false
this.$set(this.form, "bankName", val.bankDeposit);
this.$set(this.form, "paymentLines", val.payeePaymentLines);
+ this.$set(this.form, "alternateField10", val.institutionNumber);
},
onConfirmTaccountId(val){
this.showTaccountId = false
this.taccountId = val.text
this.$set(this.form, "taccountId", val.value);
+ this.$set(this.form, "cifNo", val.cifNo);
+ this.$set(this.form, "accountName", val.payee);
+ this.$set(this.form, "managementControlType", val.managementControlType);
+ this.$set(this.form, "accountPassword", val.accountPassword);
+ this.$set(this.form, "centralBookId", val.centralBookId);
this.taccountIdOptions.map(res => {
if(res.id==val.value){
if(this.form.villageAccountType === '3'){
diff --git a/src/views/onlineHome/bankAgriculture/paymentAccount/paymentAccountModify.vue b/src/views/onlineHome/bankAgriculture/paymentAccount/paymentAccountModify.vue
index 3518833f..8a647824 100644
--- a/src/views/onlineHome/bankAgriculture/paymentAccount/paymentAccountModify.vue
+++ b/src/views/onlineHome/bankAgriculture/paymentAccount/paymentAccountModify.vue
@@ -100,9 +100,9 @@
-
+
-
+
账簿余额
中心账簿
@@ -313,7 +313,13 @@
bankType:null,
status: "0",
},
- form:{}
+ form:{
+ accountType: "102",
+ bankUseType:"1",
+ bankAccountType: "1",
+ villageAccountType: "2",
+ status: "N",
+ }
};
},
created() {
@@ -457,11 +463,17 @@
this.showBankDeposit = false
this.$set(this.form, "bankName", val.bankDeposit);
this.$set(this.form, "paymentLines", val.payeePaymentLines);
+ this.$set(this.form, "alternateField10", val.institutionNumber);
},
onConfirmTaccountId(val){
this.showTaccountId = false
this.taccountId = val.text
this.$set(this.form, "taccountId", val.value);
+ this.$set(this.form, "cifNo", val.cifNo);
+ this.$set(this.form, "accountName", val.payee);
+ this.$set(this.form, "managementControlType", val.managementControlType);
+ this.$set(this.form, "accountPassword", val.accountPassword);
+ this.$set(this.form, "centralBookId", val.centralBookId);
this.taccountIdOptions.map(res => {
if(res.id==val.value){
if(this.form.villageAccountType === '3'){
diff --git a/src/views/yinnong/bankAgriculture/paymentAccount/paymentAccountAdd.vue b/src/views/yinnong/bankAgriculture/paymentAccount/paymentAccountAdd.vue
index 8c40e4be..ae33044c 100644
--- a/src/views/yinnong/bankAgriculture/paymentAccount/paymentAccountAdd.vue
+++ b/src/views/yinnong/bankAgriculture/paymentAccount/paymentAccountAdd.vue
@@ -100,9 +100,9 @@
-
+
-
+
账簿余额
中心账簿
@@ -311,7 +311,13 @@
bankType:null,
status: "0",
},
- form:{}
+ form:{
+ accountType: "102",
+ bankUseType:"1",
+ bankAccountType: "1",
+ villageAccountType: "2",
+ status: "N",
+ }
};
},
created() {
@@ -410,7 +416,10 @@
console.log(val)
this.$set(this.form, "taccountId", val.value);
this.$set(this.form, "cifNo", val.cifNo);
- this.$set(this.form, "accountNo", val.accountNo);
+ this.$set(this.form, "accountName", val.payee);
+ this.$set(this.form, "managementControlType", val.managementControlType);
+ this.$set(this.form, "accountPassword", val.accountPassword);
+ this.$set(this.form, "centralBookId", val.centralBookId);
this.taccountIdOptions.map(res => {
if(res.id==val.value){
if(this.form.villageAccountType === '3'){
diff --git a/src/views/yinnong/bankAgriculture/paymentAccount/paymentAccountModify.vue b/src/views/yinnong/bankAgriculture/paymentAccount/paymentAccountModify.vue
index c3a647f6..c71b3828 100644
--- a/src/views/yinnong/bankAgriculture/paymentAccount/paymentAccountModify.vue
+++ b/src/views/yinnong/bankAgriculture/paymentAccount/paymentAccountModify.vue
@@ -100,9 +100,9 @@
-
+
-
+
账簿余额
中心账簿
@@ -311,7 +311,13 @@
bankType:null,
status: "0",
},
- form:{}
+ form:{
+ accountType: "102",
+ bankUseType:"1",
+ bankAccountType: "1",
+ villageAccountType: "2",
+ status: "N",
+ }
};
},
created() {
@@ -466,7 +472,10 @@
console.log(val)
this.$set(this.form, "taccountId", val.value);
this.$set(this.form, "cifNo", val.cifNo);
- this.$set(this.form, "accountNo", val.accountNo);
+ this.$set(this.form, "accountName", val.payee);
+ this.$set(this.form, "managementControlType", val.managementControlType);
+ this.$set(this.form, "accountPassword", val.accountPassword);
+ this.$set(this.form, "centralBookId", val.centralBookId);
this.taccountIdOptions.map(res => {
if(res.id==val.value){
if(this.form.villageAccountType === '3'){