20240205
luoJunYong.123 3 years ago
parent f10104ea6c
commit 5963822288
  1. 4
      src/pages/manage/list/personal/usefulPhrases/continueDeposit.vue
  2. 14
      src/pages/manage/list/personal/usefulPhrases/openAccount.vue
  3. 2
      src/store/modules/system.js

@ -201,8 +201,8 @@ export default{
getFormData(){ getFormData(){
const parentId = '285,287,5,26,59,156' const parentId = '285,287,5,26,59,156'
const cards = { const cards = {
171: 'nomUsefulPhrasesContinueCard', // 171: 'nomUsefulPhrasesContinueCard',
178: 'nomUsefulPhrasesContinuePassword' // 178: 'nomUsefulPhrasesContinuePassword'
} }
autoPlay2(parentId, this.form, this.myTable2, this.myTable) autoPlay2(parentId, this.form, this.myTable2, this.myTable)
}, },

@ -208,6 +208,10 @@ export default{
}, },
myTable: { myTable: {
159: {
prop: 'idNumber',//
type: '3',
},
161: { 161: {
prop: 'customerName',// prop: 'customerName',//
type: '3', type: '3',
@ -229,7 +233,7 @@ export default{
"subjectId": 11, "subjectId": 11,
}, },
166: { 166: {
prop: 'voucherNumber',// prop: 'voucherNumber',//
type: '3', type: '3',
}, },
168: { 168: {
@ -283,9 +287,9 @@ export default{
getFormData(){ getFormData(){
const parentId = '285,287,5,26,59,155' const parentId = '285,287,5,26,59,155'
const cards = { const cards = {
1399: 'nomUsefulPhrasesOpenCard2', // 1399: 'nomUsefulPhrasesOpenCard2',
166: 'nomUsefulPhrasesOpenCard', // 166: 'nomUsefulPhrasesOpenCard',
167: 'nomUsefulPhrasesOpenPassword' // 167: 'nomUsefulPhrasesOpenPassword'
} }
autoPlay2(parentId, this.form, this.myTable2, this.myTable, cards) autoPlay2(parentId, this.form, this.myTable2, this.myTable, cards)
}, },
@ -347,6 +351,8 @@ export default{
}, },
dataFlowCard(newVal) { dataFlowCard(newVal) {
this.cardNumberJudge = true this.cardNumberJudge = true
const { voucherNumber } = this.dataFlow
this.form.voucherNumber = voucherNumber
this.$nextTick(() => { this.$nextTick(() => {
this.$refs.voucherNumber.focus() this.$refs.voucherNumber.focus()
}) })

@ -941,7 +941,7 @@ export default {
userName, userName,
peopleNumber, peopleNumber,
idNumber, idNumber,
voucherNumber
} }
}, },
'项目七': { '项目七': {

Loading…
Cancel
Save