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'){