Merge remote-tracking branch 'origin/master'

20240205
e 3 years ago
commit 3292ceb87c
  1. 18
      src/pages/counter/list/index.vue
  2. 78
      src/pages/counter/list/myConfig.js
  3. 36
      src/pages/manage/list/acceptanceDraft/invoice.vue
  4. 10
      src/pages/manage/list/business/deposit.vue
  5. 6
      src/pages/manage/list/business/openAccount.vue
  6. 19
      src/pages/manage/list/business/transfer.vue
  7. 13
      src/pages/manage/list/business/withdrawal.vue
  8. 32
      src/pages/manage/list/cityWide/cityWideIn.vue
  9. 28
      src/pages/manage/list/cityWide/cityWideOut.vue
  10. 35
      src/pages/manage/list/client/consumerClient.vue
  11. 24
      src/pages/manage/list/client/corporateClient.vue
  12. 0
      src/pages/manage/list/client/test.vue
  13. 107
      src/pages/manage/list/personal/callDeposits/accountClosed.vue
  14. 4
      src/pages/manage/list/personal/callDeposits/openAccount.vue
  15. 7
      src/pages/manage/list/personal/currentAccount/accountCancellation.vue
  16. 18
      src/pages/manage/list/personal/currentAccount/deposit.vue
  17. 52
      src/pages/manage/list/personal/currentAccount/openAccount.vue
  18. 7
      src/pages/manage/list/personal/currentAccount/settle.vue
  19. 18
      src/pages/manage/list/personal/currentAccount/transferAccounts.vue
  20. 24
      src/pages/manage/list/personal/currentAccount/withdrawal.vue
  21. 14
      src/pages/manage/list/personal/timeDeposit/deposit.vue
  22. 8
      src/pages/manage/list/personal/timeDeposit/openAccount.vue
  23. 4
      src/pages/manage/list/personal/timeDeposit/withdrawal.vue
  24. 19
      src/pages/manage/list/personal/usefulPhrases/accountClosed.vue
  25. 4
      src/pages/manage/list/personal/usefulPhrases/continueDeposit.vue
  26. 12
      src/pages/manage/list/personal/usefulPhrases/openAccount.vue
  27. 14
      src/pages/manage/list/servicesAccount/passwordChange.vue
  28. 10
      src/pages/manage/list/servicesAccount/passwordLost.vue
  29. 13
      src/pages/manage/list/servicesAccount/relieveLost.vue
  30. 6
      src/utils/utilFunction.js
  31. 14
      test.txt

@ -379,7 +379,7 @@ export default {
if (this.$store.state.system.id == '62,1'){ if (this.$store.state.system.id == '62,1'){
this.nbm = 62 this.nbm = 62
let param= { let param= {
parentId: '0,5,26,57,62,75' parentId: '287,5,26,57,62,75'
} }
getOperation(param).then((data)=> { getOperation(param).then((data)=> {
if (data.data.status == 200) { if (data.data.status == 200) {
@ -403,7 +403,7 @@ export default {
}else if (this.$store.state.system.id == '63'){ }else if (this.$store.state.system.id == '63'){
this.nbm = 63 this.nbm = 63
let param= { let param= {
parentId: '0,5,26,57,63,78' parentId: '287,5,26,57,63,78'
} }
getOperation(param).then((data)=> { getOperation(param).then((data)=> {
if (data.data.status == 200) { if (data.data.status == 200) {
@ -427,7 +427,7 @@ export default {
}else if (this.$store.state.system.id == '64'){ }else if (this.$store.state.system.id == '64'){
this.nbm = 64 this.nbm = 64
let param= { let param= {
parentId: '0,5,26,57,64,85' parentId: '287,5,26,57,64,85'
} }
getOperation(param).then((data)=> { getOperation(param).then((data)=> {
if (data.data.status == 200) { if (data.data.status == 200) {
@ -451,7 +451,7 @@ export default {
}else if (this.$store.state.system.id == '65'){ }else if (this.$store.state.system.id == '65'){
this.nbm = 65 this.nbm = 65
let param= { let param= {
parentId: '0,5,26,57,65,94' parentId: '287,5,26,57,65,94'
} }
getOperation(param).then((data)=> { getOperation(param).then((data)=> {
if (data.data.status == 200) { if (data.data.status == 200) {
@ -475,7 +475,7 @@ export default {
}else if (this.$store.state.system.id == '66'){ }else if (this.$store.state.system.id == '66'){
this.nbm = 66 this.nbm = 66
let param= { let param= {
parentId: '0,5,26,57,66,103' parentId: '287,5,26,57,66,103'
} }
getOperation(param).then((data)=> { getOperation(param).then((data)=> {
if (data.data.status == 200) { if (data.data.status == 200) {
@ -499,7 +499,7 @@ export default {
}else if (this.$store.state.system.id == '67,1'){ }else if (this.$store.state.system.id == '67,1'){
this.nbm = 67 this.nbm = 67
let param= { let param= {
parentId: '0,5,26,57,67,113' parentId: '287,5,26,57,67,113'
} }
getOperation(param).then((data)=> { getOperation(param).then((data)=> {
if (data.data.status == 200) { if (data.data.status == 200) {
@ -605,7 +605,7 @@ export default {
if (this.$store.state.system.id == '33'){ if (this.$store.state.system.id == '33'){
this.nbm = 33 this.nbm = 33
let param= { let param= {
parentId: '0,5,25,33,41' parentId: '287,5,25,33,41'
} }
getOperation(param).then((data)=> { getOperation(param).then((data)=> {
if (data.data.status == 200) { if (data.data.status == 200) {
@ -629,7 +629,7 @@ export default {
}else if (this.$store.state.system.id == '34'){ }else if (this.$store.state.system.id == '34'){
this.nbm = 34 this.nbm = 34
let param= { let param= {
parentId: '0,5,25,34,54' parentId: '287,5,25,34,54'
} }
getOperation(param).then((data)=> { getOperation(param).then((data)=> {
if (data.data.status == 200) { if (data.data.status == 200) {
@ -653,7 +653,7 @@ export default {
}else if (this.$store.state.system.id == '67,2'){ }else if (this.$store.state.system.id == '67,2'){
this.nbm = 67 this.nbm = 67
let param= { let param= {
parentId: '0,5,26,57,67,116' parentId: '287,5,26,57,67,116'
} }
getOperation(param).then((data)=> { getOperation(param).then((data)=> {
if (data.data.status == 200) { if (data.data.status == 200) {

@ -2,200 +2,212 @@ const myConfig = {
'99': { '99': {
nbm: 118, nbm: 118,
name: 'nomCurrentTransferPassword', name: 'nomCurrentTransferPassword',
parentId: '0,5,26,57,65', parentId: '287,5,26,57,65',
isPassword: true isPassword: true
}, },
'117': { '117': {
nbm: 118, nbm: 118,
name: 'nomCurrentCancellPassword', name: 'nomCurrentCancellPassword',
parentId: '0,5,26,57,67', parentId: '287,5,26,57,67',
isPassword: true isPassword: true
}, },
'118,1': { '118,1': {
nbm: 118, nbm: 118,
name: 'nomtimeOpenAccount1', name: 'nomtimeOpenAccount1',
parentId: '0,5,26,58,118', parentId: '287,5,26,58,118',
isPassword: false isPassword: false
}, },
'118,2': { '118,2': {
nbm: 118, nbm: 118,
name: 'nomtimeOpenAccount2', name: 'nomtimeOpenAccount2',
parentId: '0,5,26,58,118', parentId: '287,5,26,58,118',
isPassword: false isPassword: false
}, },
'129': { '129': {
nbm: 129, nbm: 129,
name: 'nomtimeOpenAccountPassword', name: 'nomtimeOpenAccountPassword',
parentId: '0,5,26,58,118', parentId: '287,5,26,58,118',
isPassword: true isPassword: true
}, },
'131': { '131': {
nbm: 131, nbm: 131,
name: 'nomtimeDeposit1', name: 'nomtimeDeposit1',
parentId: '0,5,26,58,119', parentId: '287,5,26,58,119',
isPassword: false isPassword: false
}, },
'140': { '140': {
nbm: 140, nbm: 140,
name: 'nomtimeDepositlPassword', name: 'nomtimeDepositlPassword',
parentId: '0,5,26,58,119', parentId: '287,5,26,58,119',
isPassword: true isPassword: true
}, },
'154': { '154': {
nbm: 154, nbm: 154,
name: 'nomtimeDepositWithdrawalPassword', name: 'nomtimeDepositWithdrawalPassword',
parentId: '0,5,26,58,120', parentId: '287,5,26,58,120',
isPassword: true isPassword: true
}, },
'144,1': { '144,1': {
nbm: 144, nbm: 144,
name: 'nomtimeDepositWithdrawal1', name: 'nomtimeDepositWithdrawal1',
parentId: '0,5,26,58,120', parentId: '287,5,26,58,120',
isPassword: false isPassword: false
}, },
'156': { '156': {
nbm: 156, nbm: 156,
name: 'nomtimeDepositContinue', name: 'nomtimeDepositContinue',
parentId: '0,5,26,59,156', parentId: '287,5,26,59,156',
isPassword: false isPassword: false
}, },
'157,2': { '157,2': {
nbm: 157, nbm: 157,
name: 'nomtimeDepositContinue2', name: 'nomtimeDepositContinue2',
parentId: '0,5,26,59,157', parentId: '287,5,26,59,157',
isPassword: false isPassword: false
}, },
'166': { '166': {
nbm: 166, nbm: 166,
name: 'nomUsefulPhrasesOpenCard', name: 'nomUsefulPhrasesOpenCard',
parentId: '0,5,26,59,155', parentId: '287,5,26,59,155',
isPassword: false isPassword: false
}, },
'167': { '167': {
nbm: 167, nbm: 167,
name: 'nomUsefulPhrasesOpenPassword', name: 'nomUsefulPhrasesOpenPassword',
parentId: '0,5,26,59,155', parentId: '287,5,26,59,155',
isPassword: true isPassword: true
}, },
'171': { '171': {
nbm: 171, nbm: 171,
name: 'nomUsefulPhrasesContinueCard', name: 'nomUsefulPhrasesContinueCard',
parentId: '0,5,26,59,156', parentId: '287,5,26,59,156',
isPassword: false isPassword: false
}, },
'178': { '178': {
nbm: 178, nbm: 178,
name: 'nomUsefulPhrasesContinueCard', name: 'nomUsefulPhrasesContinueCard',
parentId: '0,5,26,59,156', parentId: '287,5,26,59,156',
isPassword: true isPassword: true
}, },
'181': { '181': {
nbm: 181, nbm: 181,
name: 'nomUsefulPhrasesClosed2', name: 'nomUsefulPhrasesClosed2',
parentId: '0,5,26,59,157', parentId: '287,5,26,59,157',
isPassword: false isPassword: false
}, },
'192': { '192': {
nbm: 192, nbm: 192,
name: 'nomUsefulPhrasesClosedPassword', name: 'nomUsefulPhrasesClosedPassword',
parentId: '0,5,26,59,157', parentId: '287,5,26,59,157',
isPassword: true isPassword: true
}, },
'193,1': { '193,1': {
nbm: 193, nbm: 193,
name: 'nomCallDepositOpen2', name: 'nomCallDepositOpen2',
parentId: '0,5,26,60,193', parentId: '287,5,26,60,193',
isPassword: false isPassword: false
}, },
'203': { '203': {
nbm: 203, nbm: 203,
name: 'nomCallDepositOpenPassword', name: 'nomCallDepositOpenPassword',
parentId: '0,5,26,60,193', parentId: '287,5,26,60,193',
isPassword: true isPassword: true
}, },
'220': { '220': {
nbm: 220, nbm: 220,
name: 'nomCallDepositClosedPassword', name: 'nomCallDepositClosedPassword',
parentId: '0,5,26,60,194', parentId: '287,5,26,60,194',
isPassword: true isPassword: true
}, },
'320': { '320': {
nbm: 320, nbm: 320,
name: 'servicesPasswordChange', name: 'servicesPasswordChange',
parentId: '0,5,28,316', parentId: '287,5,28,316',
isPassword: false isPassword: false
}, },
'323': { '323': {
nbm: 323, nbm: 323,
name: 'servicesPasswordChange2', name: 'servicesPasswordChange2',
parentId: '0,5,28,316', parentId: '287,5,28,316',
isPassword: false isPassword: false
}, },
'329': { '329': {
nbm: 329, nbm: 329,
name: 'servicesPasswordLost', name: 'servicesPasswordLost',
parentId: '0,5,28,328', parentId: '287,5,28,328',
isPassword: false isPassword: false
}, },
'333': { '333': {
nbm: 333, nbm: 333,
name: 'servicesPasswordLost2', name: 'servicesPasswordLost2',
parentId: '0,5,28,328', parentId: '287,5,28,328',
isPassword: false isPassword: false
}, },
'341': { '341': {
nbm: 341, nbm: 341,
name: 'servicesPasswordRelieveLost', name: 'servicesPasswordRelieveLost',
parentId: '0,5,28,336', parentId: '287,5,28,336',
isPassword: false isPassword: false
}, },
'337': { '337': {
nbm: 337, nbm: 337,
name: 'servicesPasswordRelieveLost2', name: 'servicesPasswordRelieveLost2',
parentId: '0,5,28,336', parentId: '287,5,28,336',
isPassword: false isPassword: false
}, },
'343': { '343': {
nbm: 343, nbm: 343,
name: 'servicesPasswordRelievePassword', name: 'servicesPasswordRelievePassword',
parentId: '0,5,28,336', parentId: '287,5,28,336',
isPassword: true isPassword: true
}, },
'291': { '291': {
nbm: 291, nbm: 291,
name: 'nomCallDepositOpen2', name: 'nomCallDepositOpen2',
parentId: '0,5,26,38,288', parentId: '287,5,26,38,288',
isPassword: false isPassword: false
}, },
'297': { '297': {
nbm: 297, nbm: 297,
name: 'servicesPasswordRelievePassword', name: 'servicesPasswordRelievePassword',
parentId: '0,5,26,38,288', parentId: '287,5,26,38,288',
isPassword: false isPassword: false
}, },
'301': { '301': {
nbm: 301, nbm: 301,
name: 'nomCallDepositOpenPassword', name: 'nomCallDepositOpenPassword',
parentId: '0,5,26,38,288', parentId: '287,5,26,38,288',
isPassword: true isPassword: true
}, },
'303': { '303': {
nbm: 303, nbm: 303,
name: 'nomCallDepositCard', name: 'nomCallDepositCard',
parentId: '0,5,26,38,289', parentId: '287,5,26,38,289',
isPassword: false isPassword: false
}, },
'304': { '304': {
nbm: 304, nbm: 304,
name: 'nomCallDepositCard2', name: 'nomCallDepositCard2',
parentId: '0,5,26,38,289', parentId: '287,5,26,38,289',
isPassword: false isPassword: false
}, },
'315': { '315': {
nbm: 303, nbm: 303,
name: 'nomCallDepositClosedPassword', name: 'nomCallDepositClosedPassword',
parentId: '0,5,26,38,289', parentId: '287,5,26,38,289',
isPassword: true isPassword: true
},
'1399': {
nbm: 1399,
name: 'nomUsefulPhrasesOpenCard2',
parentId: '287,5,26,59,155',
isPassword: false
},
'180': {
nbm: 180,
name: 'nomUsefulPhrasesClosed',
parentId: '287,5,26,59,157',
isPassword: false
} }
} }

@ -198,57 +198,57 @@ export default {
376: { 376: {
prop: 'accountTradeName', // 1 prop: 'accountTradeName', // 1
type: '3', type: '3',
"subjectId": '', "subjectId": '68',
}, },
377: { 377: {
prop: 'accountName', // 1 prop: 'accountName', // 1
type: '3', type: '3',
"subjectId": '', "subjectId": '69',
}, },
378: { 378: {
prop: 'tradeAddress', // 1 prop: 'tradeAddress', // 1
type: '3', type: '3',
"subjectId": '', "subjectId": '70',
}, },
380: { 380: {
prop: 'collectionTradeName', // 3 prop: 'collectionTradeName', // 3
type: '3', type: '3',
"subjectId": '', "subjectId": '72',
}, },
381: { 381: {
prop: 'collectionName', // 3 prop: 'collectionName', // 3
type: '3', type: '3',
"subjectId": '', "subjectId": '73',
}, },
382: { 382: {
prop: 'billType', // 3 prop: 'billType', // 3
type: '1', type: '1',
"subjectId": '', "subjectId": '57',
}, },
383: { 383: {
prop: 'currencyType', // 3 prop: 'currencyType', // 3
type: '3', type: '3',
"subjectId": '', "subjectId": '8',
}, },
386: { 386: {
prop: 'drawBillDate', // 3 prop: 'drawBillDate', // 3
type: '1', type: '1',
"subjectId": '', "subjectId": '60',
}, },
388: { 388: {
prop: 'isTransfer', // 3 prop: 'isTransfer', // 3
type: '1', type: '1',
"subjectId": '', "subjectId": '76',
}, },
389: { 389: {
prop: 'moneyOrderMoney', // 3 prop: 'moneyOrderMoney', // 3
type: '3', type: '3',
"subjectId": '', "subjectId": '77',
}, },
390: { 390: {
prop: 'serviceCharge', // 3 prop: 'serviceCharge', // 3
type: '3', type: '3',
"subjectId": '', "subjectId": '78',
}, },
}, },
myTable: { myTable: {
@ -262,27 +262,27 @@ export default {
375: { 375: {
prop: 'accountNumber', // 3 prop: 'accountNumber', // 3
type: '3', type: '3',
"subjectId": '', "subjectId": '67',
}, },
379: { 379: {
prop: 'collectionNumber', // 3 prop: 'collectionNumber', // 3
type: '3', type: '3',
"subjectId": '', "subjectId": '71',
}, },
384: { 384: {
prop: 'money', // 1 prop: 'money', // 1
type: '3', type: '3',
"subjectId": '', "subjectId": '14',
}, },
385: { 385: {
prop: 'moneyOrderNumber', // 3 prop: 'moneyOrderNumber', // 3
type: '3', type: '3',
"subjectId": '', "subjectId": '74',
}, },
387: { 387: {
prop: 'expireDate', // 3 prop: 'expireDate', // 3
type: '1', type: '1',
"subjectId": '', "subjectId": '75',
}, },
372: { 372: {
prop: 'accountUsername', // 3 prop: 'accountUsername', // 3
@ -293,7 +293,7 @@ export default {
} }
}, },
mounted() { mounted() {
const parentId = '0,5,30,374' const parentId = '287,5,30,374'
autoPlay2(parentId, this.form, this.myTable2, this.myTable) autoPlay2(parentId, this.form, this.myTable2, this.myTable)
this.$refs.accountNumber.focus() this.$refs.accountNumber.focus()
}, },
@ -302,7 +302,7 @@ export default {
submitForm(){ submitForm(){
this.$refs.form.validate(myValidate(() => { this.$refs.form.validate(myValidate(() => {
// //
const parentId = '0,5,30,374' const parentId = '287,5,30,374'
autoPlay(parentId, this.form, this.myTable2, this.myTable) autoPlay(parentId, this.form, this.myTable2, this.myTable)
}, this.$refs)); }, this.$refs));
}, },

@ -162,11 +162,13 @@ export default {
}, },
240: { 240: {
prop: 'username', // 3 prop: 'username', // 3
type: '3' type: '3',
"subjectId": 84,
}, },
244: { 244: {
prop: 'depositNum', // 3 prop: 'depositNum', // 3
type: '3' type: '3',
"subjectId": 83,
} }
} }
} }
@ -180,7 +182,7 @@ export default {
}, },
methods: { methods: {
getFormData(){ getFormData(){
const parentId = '0,5,27,225' const parentId = '287,5,27,225'
autoPlay2(parentId, this.form, this.myTable2, this.myTable) autoPlay2(parentId, this.form, this.myTable2, this.myTable)
}, },
submitForm() { submitForm() {
@ -190,7 +192,7 @@ export default {
// //
this.visible = true; this.visible = true;
let formList = []; let formList = [];
const parentId = '0,5,27,225' const parentId = '287,5,27,225'
autoPlay(parentId, this.form, this.myTable2, this.myTable) autoPlay(parentId, this.form, this.myTable2, this.myTable)
}, this.$refs)); }, this.$refs));
}, },

@ -236,7 +236,7 @@ export default {
318: { 318: {
prop: 'foreignCurrencyCertificate', prop: 'foreignCurrencyCertificate',
type: '3', type: '3',
"subjectId": '', "subjectId": 50,
} }
}, },
myTable: { myTable: {
@ -297,7 +297,7 @@ export default {
}, },
methods: { methods: {
getFormData(){ getFormData(){
const parentId = '0,5,27,224' const parentId = '287,5,27,224'
autoPlay2(parentId, this.form, this.myTable2, this.myTable) autoPlay2(parentId, this.form, this.myTable2, this.myTable)
}, },
submitForm(){ submitForm(){
@ -306,7 +306,7 @@ export default {
this.$refs.form.validate(myValidate(() => { this.$refs.form.validate(myValidate(() => {
// //
this.visible = true; this.visible = true;
const parentId = '0,5,27,224' const parentId = '287,5,27,224'
autoPlay(parentId, this.form, this.myTable2, this.myTable) autoPlay(parentId, this.form, this.myTable2, this.myTable)
}, this.$refs)); }, this.$refs));
}, },

@ -164,7 +164,8 @@ export default {
myTable: { myTable: {
257: { 257: {
prop: 'transoutNum', prop: 'transoutNum',
type: '3' type: '3',
"subjectId": 85,
}, },
258: { 258: {
prop: 'customerName', prop: 'customerName',
@ -173,15 +174,18 @@ export default {
}, },
259: { 259: {
prop: 'certificateNum', prop: 'certificateNum',
type: '3' type: '3',
"subjectId": 44,
}, },
265: { 265: {
prop: 'transinNum', prop: 'transinNum',
type: '3' type: '3',
"subjectId": 86,
}, },
266: { 266: {
prop: 'transinName', prop: 'transinName',
type: '3' type: '3',
"subjectId": 87,
}, },
267: { 267: {
prop: 'money', prop: 'money',
@ -202,7 +206,8 @@ export default {
}, },
261: { 261: {
prop: 'signDate', prop: 'signDate',
type: '1' type: '1',
"subjectId": 47,
}, },
262: { 262: {
prop: 'currencyType', // 1 prop: 'currencyType', // 1
@ -231,7 +236,7 @@ export default {
}, },
methods: { methods: {
getFormData(){ getFormData(){
const parentId = '0,5,27,227' const parentId = '287,5,27,227'
autoPlay2(parentId, this.form, this.myTable2, this.myTable) autoPlay2(parentId, this.form, this.myTable2, this.myTable)
}, },
submitForm() { submitForm() {
@ -240,7 +245,7 @@ export default {
this.$refs.form.validate(myValidate(() => { this.$refs.form.validate(myValidate(() => {
// //
this.visible = true; this.visible = true;
const parentId = '0,5,27,227' const parentId = '287,5,27,227'
autoPlay(parentId, this.form, this.myTable2, this.myTable) autoPlay(parentId, this.form, this.myTable2, this.myTable)
}, this.$refs)); }, this.$refs));
}, },

@ -146,7 +146,8 @@ export default {
myTable: { myTable: {
247: { 247: {
prop: 'username', prop: 'username',
type: '3' type: '3',
"subjectId": 84,
}, },
248: { 248: {
prop: 'customerName', prop: 'customerName',
@ -155,7 +156,8 @@ export default {
}, },
249: { 249: {
prop: 'voucherNum', prop: 'voucherNum',
type: '3' type: '3',
"subjectId": 44,
}, },
254: { 254: {
prop: 'money', prop: 'money',
@ -166,7 +168,8 @@ export default {
myTable2: { myTable2: {
250: { 250: {
prop: 'issueDate', prop: 'issueDate',
type: '3' type: '3',
"subjectId": 47,
}, },
251: { 251: {
prop: 'currency', // 1 prop: 'currency', // 1
@ -206,14 +209,14 @@ export default {
}, },
methods: { methods: {
getFormData(){ getFormData(){
const parentId = '0,5,27,226' const parentId = '287,5,27,226'
autoPlay2(parentId, this.form, this.myTable2, this.myTable) autoPlay2(parentId, this.form, this.myTable2, this.myTable)
}, },
submitForm() { submitForm() {
this.$refs.form.validate(myValidate(() => { this.$refs.form.validate(myValidate(() => {
// //
this.visible = true; this.visible = true;
const parentId = '0,5,27,226' const parentId = '287,5,27,226'
autoPlay(parentId, this.form, this.myTable2, this.myTable) autoPlay(parentId, this.form, this.myTable2, this.myTable)
// let tmpIndex = 100; // let tmpIndex = 100;
// for(const key in this.myTable2) { // for(const key in this.myTable2) {

@ -178,42 +178,42 @@ export default {
361: { 361: {
prop: 'currency', // 1 prop: 'currency', // 1
type: '3', type: '3',
"subjectId": '', "subjectId": '8',
}, },
363: { 363: {
prop: 'proposeTime', // 1 prop: 'proposeTime', // 1
type: '3', type: '3',
"subjectId": '', "subjectId": '55',
}, },
364: { 364: {
prop: 'insertDate', // 1 prop: 'insertDate', // 1
type: '1', type: '1',
"subjectId": '', "subjectId": '62',
}, },
366: { 366: {
prop: 'otherAccountUsername', // 3 prop: 'otherAccountUsername', // 3
type: '3', type: '3',
"subjectId": '', "subjectId": '58',
}, },
368: { 368: {
prop: 'exchangeNumber', // 3 prop: 'exchangeNumber', // 3
type: '3', type: '3',
"subjectId": '', "subjectId": '63',
}, },
370: { 370: {
prop: 'customsNumber', // 3 prop: 'customsNumber', // 3
type: '3', type: '3',
"subjectId": '', "subjectId": '64',
}, },
371: { 371: {
prop: 'exchangeName', // 3 prop: 'exchangeName', // 3
type: '3', type: '3',
"subjectId": '', "subjectId": '65',
}, },
373: { 373: {
prop: 'abstract', // 3 prop: 'abstract', // 3
type: '3', type: '3',
"subjectId": '', "subjectId": '16',
}, },
}, },
myTable: { myTable: {
@ -228,32 +228,32 @@ export default {
360: { 360: {
prop: 'shroffAccountNumber', // 3 prop: 'shroffAccountNumber', // 3
type: '3', type: '3',
"subjectId": '', "subjectId": '54',
}, },
362: { 362: {
prop: 'money', // 3 prop: 'money', // 3
type: '3', type: '3',
"subjectId": '', "subjectId": '14',
}, },
365: { 365: {
prop: 'billType', // 1 prop: 'billType', // 1
type: '1', type: '1',
"subjectId": '', "subjectId": '57',
}, },
367: { 367: {
prop: 'otherAccountNumber', // 3 prop: 'otherAccountNumber', // 3
type: '3', type: '3',
"subjectId": '', "subjectId": '59',
}, },
369: { 369: {
prop: 'voucherNumber', // 3 prop: 'voucherNumber', // 3
type: '3', type: '3',
"subjectId": '', "subjectId": '44',
}, },
372: { 372: {
prop: 'accountUsername', // 3 prop: 'accountUsername', // 3
type: '3', type: '3',
"subjectId": '', "subjectId": '66',
} }
}, },
} }
@ -262,7 +262,7 @@ export default {
}, },
mounted() { mounted() {
const parentId = '0,5,29,345,359' const parentId = '287,5,29,345,359'
autoPlay2(parentId, this.form, this.myTable2, this.myTable) autoPlay2(parentId, this.form, this.myTable2, this.myTable)
this.$refs.shroffAccountNumber.focus() this.$refs.shroffAccountNumber.focus()
}, },
@ -270,7 +270,7 @@ export default {
submitForm() { submitForm() {
this.$refs.form.validate(myValidate(() => { this.$refs.form.validate(myValidate(() => {
// //
const parentId = '0,5,29,345,359' const parentId = '287,5,29,345,359'
autoPlay(parentId, this.form, this.myTable2, this.myTable) autoPlay(parentId, this.form, this.myTable2, this.myTable)
}, this.$refs)); }, this.$refs));
}, },

@ -172,32 +172,32 @@ export default {
348: { 348: {
prop: 'currency', // 1 prop: 'currency', // 1
type: '3', type: '3',
"subjectId": '', "subjectId": '8',
}, },
350: { 350: {
prop: 'proposeTime', // 1 prop: 'proposeTime', // 1
type: '3', type: '3',
"subjectId": '', "subjectId": '55',
}, },
351: { 351: {
prop: 'proposeDate', // 1 prop: 'proposeDate', // 1
type: '1', type: '1',
"subjectId": '', "subjectId": '56',
}, },
353: { 353: {
prop: 'otherAccountUsername', // 3 prop: 'otherAccountUsername', // 3
type: '3', type: '3',
"subjectId": '', "subjectId": '58',
}, },
355: { 355: {
prop: 'drawBillDate', // 3 prop: 'drawBillDate', // 3
type: '1', type: '1',
"subjectId": '', "subjectId": '60',
}, },
358: { 358: {
prop: 'abstract', // 3 prop: 'abstract', // 3
type: '3', type: '3',
"subjectId": '', "subjectId": '16',
}, },
}, },
myTable: { myTable: {
@ -211,32 +211,32 @@ export default {
347: { 347: {
prop: 'shroffAccountNumber', // 3 prop: 'shroffAccountNumber', // 3
type: '3', type: '3',
"subjectId": '', "subjectId": '54',
}, },
349: { 349: {
prop: 'money', // 3 prop: 'money', // 3
type: '3', type: '3',
"subjectId": '', "subjectId": '14',
}, },
352: { 352: {
prop: 'billType', // 1 prop: 'billType', // 1
type: '1', type: '1',
"subjectId": '', "subjectId": '57',
}, },
354: { 354: {
prop: 'otherAccountNumber', // 3 prop: 'otherAccountNumber', // 3
type: '3', type: '3',
"subjectId": '', "subjectId": '59',
}, },
356: { 356: {
prop: 'voucherNumber', // 3 prop: 'voucherNumber', // 3
type: '3', type: '3',
"subjectId": '', "subjectId": '44',
}, },
357: { 357: {
prop: 'shroffAccountUsername', // 3 prop: 'shroffAccountUsername', // 3
type: '3', type: '3',
"subjectId": '', "subjectId": '61',
}, },
}, },
visible:false visible:false
@ -246,7 +246,7 @@ export default {
}, },
mounted() { mounted() {
const parentId = '0,5,29,345,346' const parentId = '287,5,29,345,346'
autoPlay2(parentId, this.form, this.myTable2, this.myTable) autoPlay2(parentId, this.form, this.myTable2, this.myTable)
this.$refs.shroffAccountNumber.focus() this.$refs.shroffAccountNumber.focus()
}, },
@ -254,7 +254,7 @@ export default {
submitForm() { submitForm() {
this.$refs.form.validate(myValidate(() => { this.$refs.form.validate(myValidate(() => {
// //
const parentId = '0,5,29,345,346' const parentId = '287,5,29,345,346'
autoPlay(parentId, this.form, this.myTable2, this.myTable) autoPlay(parentId, this.form, this.myTable2, this.myTable)
}, this.$refs)); }, this.$refs));
}, },

@ -86,7 +86,7 @@
<h2>本业务需要授权</h2> <h2>本业务需要授权</h2>
</div> </div>
<div class="popBody" v-if="authorization&&!success"> <div class="popBody" v-if="authorization&&!success">
<el-form ref="form" :model="disForm" label-width="80px"> <el-form ref="form2" :model="disForm" label-width="80px">
<el-form-item label="授权柜员"> <el-form-item label="授权柜员">
<el-input disabled v-model="disForm.name"></el-input> <el-input disabled v-model="disForm.name"></el-input>
</el-form-item> </el-form-item>
@ -229,7 +229,7 @@ export default {
methods: { methods: {
getFormData(){ getFormData(){
let param= { let param= {
parentId: '0,5,25,33' parentId: '287,5,25,33'
} }
getOperation(param).then((data)=>{ getOperation(param).then((data)=>{
console.log(data) console.log(data)
@ -262,19 +262,21 @@ export default {
let startTime = sessionStorage.getItem('startTime') let startTime = sessionStorage.getItem('startTime')
let nomClientIdentity = sessionStorage.getItem('nomClientIdentity') let nomClientIdentity = sessionStorage.getItem('nomClientIdentity')
let consumerClientDragList = JSON.parse(nomClientIdentity); let consumerClientDragList = JSON.parse(nomClientIdentity);
console.log(this.$refs)
this.$refs.form.validate(myValidate(() => { this.$refs.form.validate(myValidate(() => {
this.visible = true;
let formList = [];
let nomClientIdentity = sessionStorage.getItem('nomClientIdentity') let nomClientIdentity = sessionStorage.getItem('nomClientIdentity')
let nomClientIdentitys = JSON.parse(nomClientIdentity); let nomClientIdentitys = JSON.parse(nomClientIdentity);
if (nomClientIdentitys && nomClientIdentitys.length > 0){ if (nomClientIdentitys && nomClientIdentitys.length > 0){
formList.push({"answerId":'41',"emptyOne": "", "emptyTwo": nomClientIdentity, "operationIds": "0,5,25,33,41","type": ""}) this.visible = true;
let formList = [];
formList.push({"answerId":'41',"emptyOne": "", "emptyTwo": nomClientIdentity, "operationIds": "287,5,25,33,41","type": ""})
if(this.form.sex){ if(this.form.sex){
formList.push({ formList.push({
"answerId":'43', "answerId":'43',
"emptyOne": "1", "emptyOne": "1",
"emptyTwo": this.form.sex, "emptyTwo": this.form.sex,
"operationIds": "0,5,25,33,43",// "operationIds": "287,5,25,33,43",//
"type": "1" "type": "1"
}) })
} }
@ -283,7 +285,7 @@ export default {
"answerId":'45', "answerId":'45',
"emptyOne": "3", "emptyOne": "3",
"emptyTwo": this.form.nationality, "emptyTwo": this.form.nationality,
"operationIds": "0,5,25,33,45",// "operationIds": "287,5,25,33,45",//
"type": "1" "type": "1"
}) })
} }
@ -292,18 +294,18 @@ export default {
"answerId":'46', "answerId":'46',
"emptyOne": "4", "emptyOne": "4",
"emptyTwo": this.form.mailbox, "emptyTwo": this.form.mailbox,
"operationIds": "0,5,25,33,46",// "operationIds": "287,5,25,33,46",//
"type": "3" "type": "3"
}) })
} }
formList.push( formList.push(
{"answerId":'40',"emptyOne": "19", "emptyTwo": this.form.idType, "operationIds": "0,5,25,33,40", "type": "1"},// {"answerId":'40',"emptyOne": "19", "emptyTwo": this.form.idType, "operationIds": "287,5,25,33,40", "type": "1"},//
{"answerId":'42',"emptyOne": "7", "emptyTwo": this.form.userName, "operationIds": "0,5,25,33,42", "type": "3"},// {"answerId":'42',"emptyOne": "7", "emptyTwo": this.form.userName, "operationIds": "287,5,25,33,42", "type": "3"},//
{"answerId":'44',"emptyOne": "2", "emptyTwo": this.form.birthday, "operationIds": "0,5,25,33,44", "type": "3"},// {"answerId":'44',"emptyOne": "2", "emptyTwo": this.form.birthday, "operationIds": "287,5,25,33,44", "type": "3"},//
{"answerId":'47',"emptyOne": "5", "emptyTwo": this.form.phone, "operationIds": "0,5,25,33,47", "type": "3"}// {"answerId":'47',"emptyOne": "5", "emptyTwo": this.form.phone, "operationIds": "287,5,25,33,47", "type": "3"}//
); );
let params= { let params= {
parentId:'0,5,25,33', parentId:'287,5,25,33',
lcJudgmentRuleReq:formList, lcJudgmentRuleReq:formList,
projectId:+projectId, projectId:+projectId,
startTime:startTime, startTime:startTime,
@ -315,11 +317,8 @@ export default {
}); });
}).catch((error)=>{ }).catch((error)=>{
}) })
}else{ }else{
this.$message.error('有必填项未填哦~'); this.$message.error('请刷身份证');
} }
} , this.$refs)); } , this.$refs));
}, },

@ -65,7 +65,7 @@
<h2>本业务需要授权</h2> <h2>本业务需要授权</h2>
</div> </div>
<div class="popBody" v-if="authorization&&!success"> <div class="popBody" v-if="authorization&&!success">
<el-form ref="form" :model="disForm" label-width="80px"> <el-form ref="form2" :model="disForm" label-width="80px">
<el-form-item label="授权柜员"> <el-form-item label="授权柜员">
<el-input disabled v-model="disForm.name"></el-input> <el-input disabled v-model="disForm.name"></el-input>
</el-form-item> </el-form-item>
@ -152,7 +152,7 @@ export default {
methods: { methods: {
getFormData(){ getFormData(){
let param= { let param= {
parentId: '0,5,25,34' parentId: '287,5,25,34'
} }
getOperation(param).then((data)=>{ getOperation(param).then((data)=>{
console.log(data) console.log(data)
@ -193,30 +193,30 @@ export default {
let firmClientIdentitys = JSON.parse(firmClientIdentity); let firmClientIdentitys = JSON.parse(firmClientIdentity);
if (firmClientIdentitys && firmClientIdentitys.length > 0){ if (firmClientIdentitys && firmClientIdentitys.length > 0){
for (var i=0;i<firmClientIdentitys.length;i++){ for (var i=0;i<firmClientIdentitys.length;i++){
formList.push({"answerId":54,"emptyOne": "", "emptyTwo": firmClientIdentity, "operationIds": "0,5,25,34,54","type": ""})// formList.push({"answerId":54,"emptyOne": "", "emptyTwo": firmClientIdentity, "operationIds": "287,5,25,34,54","type": ""})//
} }
if(this.form.documentType){ if(this.form.documentType){
formList.push({ "answerId":'48', "emptyOne": "19", "emptyTwo": this.form.documentType, "operationIds": "0,5,25,34,48","type": "1"})// formList.push({ "answerId":'48', "emptyOne": "19", "emptyTwo": this.form.documentType, "operationIds": "287,5,25,34,48","type": "1"})//
} }
if(this.form.companyAddress){ if(this.form.companyAddress){
formList.push({ "answerId":'51', "emptyOne": "22", "emptyTwo": this.form.companyAddress, "operationIds": "0,5,25,34,51", "type": "3" })// formList.push({ "answerId":'51', "emptyOne": "22", "emptyTwo": this.form.companyAddress, "operationIds": "287,5,25,34,51", "type": "3" })//
} }
if(this.form.registeredCapital){ if(this.form.registeredCapital){
formList.push({ "answerId":'52', "emptyOne": "23", "emptyTwo": this.form.registeredCapital, "operationIds": "0,5,25,34,52", "type": "3" })// formList.push({ "answerId":'52', "emptyOne": "23", "emptyTwo": this.form.registeredCapital, "operationIds": "287,5,25,34,52", "type": "3" })//
} }
if(this.form.name){ if(this.form.name){
formList.push( {"answerId":'55',"emptyOne": "25", "emptyTwo": this.form.name, "operationIds": "0,5,25,34,55", "type": "3"})// formList.push( {"answerId":'55',"emptyOne": "25", "emptyTwo": this.form.name, "operationIds": "287,5,25,34,55", "type": "3"})//
} }
if(this.form.phone){ if(this.form.phone){
formList.push({"answerId":'56',"emptyOne": "5", "emptyTwo": this.form.phone, "operationIds": "0,5,25,34,56", "type": "3"})// formList.push({"answerId":'56',"emptyOne": "5", "emptyTwo": this.form.phone, "operationIds": "287,5,25,34,56", "type": "3"})//
} }
formList.push( formList.push(
{ "answerId":'49', "emptyOne": "20", "emptyTwo": this.form.codeNumber, "operationIds": "0,5,25,34,49", "type": "3" },// { "answerId":'49', "emptyOne": "20", "emptyTwo": this.form.codeNumber, "operationIds": "287,5,25,34,49", "type": "3" },//
{ "answerId":'50', "emptyOne": "21", "emptyTwo": this.form.companyName, "operationIds": "0,5,25,34,50", "type": "3" },// { "answerId":'50', "emptyOne": "21", "emptyTwo": this.form.companyName, "operationIds": "287,5,25,34,50", "type": "3" },//
{"answerId":'53',"emptyOne": "24", "emptyTwo": this.form.certificateType, "operationIds": "0,5,25,34,53", "type": "1"},// {"answerId":'53',"emptyOne": "24", "emptyTwo": this.form.certificateType, "operationIds": "287,5,25,34,53", "type": "1"},//
); );
let params= { let params= {
parentId:'0,5,25,34', parentId:'287,5,25,34',
lcJudgmentRuleReq:formList, lcJudgmentRuleReq:formList,
projectId:+projectId, projectId:+projectId,
startTime:startTime, startTime:startTime,

@ -123,9 +123,10 @@ export default{
return{ return{
form:{ form:{
// //
voucherNumber: '', // payMoney: '', // ()
currency: 'CYN人民币', //
// //
// voucherNumber: '', //
currency: 'CYN人民币', //
clientName: '', // clientName: '', //
currencyMark: '钞户', // currencyMark: '钞户', //
depositNumber: '', // depositNumber: '', //
@ -139,19 +140,21 @@ export default{
customerNumber: '', // () customerNumber: '', // ()
noticeType: '', // () noticeType: '', // ()
payType: '', // () payType: '', // ()
payMoney: '', // ()
voucherType: '', // () voucherType: '', // ()
}, },
rules: { rules: {
clientName: { clientName: {
pattern: /(^[A-Z][a-z]*(\s[A-Z][a-z]*)*$)|(^[\u4e00-\u9fa5]{2,4}$)/, pattern: /(^[A-Z][a-z]*(\s[A-Z][a-z]*)*$)|(^[\u4e00-\u9fa5]{2,4}$)/,
message: '该名字格式有误' message: '该名字格式有误'
}, },
voucherNumber: { // voucherNumber: {
required: true, // required: true,
message: '请填写凭证号码', // message: '',
trigger: 'blur' // trigger: 'blur'
}, // },
payMoney: { payMoney: {
required: true, required: true,
message: '请填写支取金额', message: '请填写支取金额',
@ -175,41 +178,52 @@ export default{
// totalMoney: '', // // totalMoney: '', //
// certificateType: '', // // certificateType: '', //
// breathDate: '', // // breathDate: '', //
303: {
302: { prop: 'voucherType',
prop: 'certificateType',
type: '1', type: '1',
"subjectId": 19, "subjectId": 11,
},
304: {
prop: 'customerNumber',
type: '3',
"subjectId": 6,
}, },
305: { 305: {
prop: 'clientName', prop: 'clientName',
type: '3', type: '3',
"subjectId": 7, "subjectId": 7,
}, },
306: {
prop: 'currency',//
type: '1',
"subjectId": 8,
},
307: { 307: {
prop: 'currencyMark',// prop: 'currencyMark',//
type: '1', type: '1',
"subjectId": 9, "subjectId": 9,
}, },
308: { 308: {
prop: 'depositNumber',// prop: 'noticeType',//
type: '3', type: '1',
"subjectId": 33, "subjectId": 48,
}, },
309: { 309: {
prop: 'capital',// prop: 'depositNumber',//
type: '3', type: '3',
"subjectId": 34, "subjectId": 33,
}, },
310: { 310: {
prop: 'interestRate',// prop: 'breathDate',//
type: '3', type: '3',
"subjectId": 29, "subjectId": 79,
}, },
311: { 311: {
prop: 'depositDate',// prop: 'capital',//
type: '1', type: '3',
"subjectId": 27, "subjectId": 34,
}, },
312: { 312: {
prop: 'interest',// prop: 'interest',//
@ -222,65 +236,62 @@ export default{
"subjectId": 45, "subjectId": 45,
}, },
314: { 314: {
prop: 'breathDate',// prop: 'payType',//
type: '3', type: '1',
"subjectId": 32, "subjectId": 82,
},
391: {
prop: 'certificateType',//
type: '1',
"subjectId": 19,
} }
}, },
myTable2: { myTable2: {
// voucherNumber: '', // 315: {
// currency: 'CYN', // prop: 'payMoney',//
type: '3',
// 304: { "subjectId": 35,
// prop: 'voucherNumber',
// type: '3',
// "subjectId": 44,
// },
306: {
prop: 'currency',//
type: '1',
"subjectId": 8,
} }
}, },
} }
}, },
mounted() { mounted() {
this.$refs.clientName.focus() this.$refs.clientName.focus()
const parentId = '0,5,26,38,289' const parentId = '287,5,26,38,289'
const cards = { const cards = {
303: 'nomCallDepositCard', 302: 'nomCallDepositCard',
304: 'nomCallDepositCard2', 392: 'nomCallDepositCard2',
315: 'nomCallDepositClosedPassword' 394: 'nomCallDepositClosedPassword'
} }
autoPlay2(parentId, this.form, this.myTable2, this.myTable, cards) autoPlay2(parentId, this.form, this.myTable2, this.myTable, cards)
}, },
methods: { methods: {
popUp(text) { popUp(text) {
this.$store.commit('system/changePop',{show:true,text, id: '303'}) this.$store.commit('system/changePop',{show:true,text, id: '302'})
}, },
popUp2(text) { popUp2(text) {
this.$store.commit('system/changePop',{show:true,text, id: '304'}) this.$store.commit('system/changePop',{show:true,text, id: '392'})
}, },
popUp3(text) { popUp3(text) {
this.$store.commit('system/changePop',{show:true,text, id: '315'}) this.$store.commit('system/changePop',{show:true,text, id: '394'})
}, },
submitForm() { submitForm() {
this.$refs.form.validate(myValidate(() => { this.$refs.form.validate(myValidate(() => {
// //
this.visible = true; this.visible = true;
const parentId = '0,5,26,38,289' const parentId = '287,5,26,38,289'
const nomCallDepositCard = sessionStorage.getItem('nomCallDepositCard') const nomCallDepositCard = sessionStorage.getItem('nomCallDepositCard')
const nomCallDepositCard2 = sessionStorage.getItem('nomCallDepositCard2') const nomCallDepositCard2 = sessionStorage.getItem('nomCallDepositCard2')
const nomCallDepositClosedPassword = sessionStorage.getItem('nomCallDepositClosedPassword') const nomCallDepositClosedPassword = sessionStorage.getItem('nomCallDepositClosedPassword')
const cards = [ const cards = [
{ {
303: nomCallDepositCard 302: nomCallDepositCard
}, },
{ {
304: nomCallDepositCard2 392: nomCallDepositCard2
}, },
{ {
315: nomCallDepositClosedPassword, 394: nomCallDepositClosedPassword,
"subjectId": 17, "subjectId": 17,
} }
] ]

@ -213,7 +213,7 @@ export default{
}, },
methods: { methods: {
getFormData(){ getFormData(){
const parentId = '0,5,26,38,288' const parentId = '287,5,26,38,288'
const cards = { const cards = {
291: 'nomCallDepositOpen2', 291: 'nomCallDepositOpen2',
297: 'nomCallDepositOpen3', 297: 'nomCallDepositOpen3',
@ -234,7 +234,7 @@ export default{
this.$refs.form.validate(myValidate(() => { this.$refs.form.validate(myValidate(() => {
// //
this.visible = true; this.visible = true;
const parentId = '0,5,26,38,288' const parentId = '287,5,26,38,288'
const nomCallDepositOpen2 = sessionStorage.getItem('nomCallDepositOpen2') const nomCallDepositOpen2 = sessionStorage.getItem('nomCallDepositOpen2')
const nomCallDepositOpen3 = sessionStorage.getItem('nomCallDepositOpen3') const nomCallDepositOpen3 = sessionStorage.getItem('nomCallDepositOpen3')
const nomCallDepositOpenPassword = sessionStorage.getItem('nomCallDepositOpenPassword') const nomCallDepositOpenPassword = sessionStorage.getItem('nomCallDepositOpenPassword')

@ -53,7 +53,8 @@ export default{
myTable2: { myTable2: {
115: { 115: {
prop: 'idType', prop: 'idType',
type: '1' type: '1',
"subjectId": 19,
} }
}, },
myTable: { myTable: {
@ -70,7 +71,7 @@ export default{
}, },
mounted() { mounted() {
this.$refs.userName.focus() this.$refs.userName.focus()
const parentId = '0,5,26,57,67' const parentId = '287,5,26,57,67'
const cardArr = { const cardArr = {
113: 'nomCurrentCancellCard1', 113: 'nomCurrentCancellCard1',
116: 'nomCurrentCancellCard2', 116: 'nomCurrentCancellCard2',
@ -105,7 +106,7 @@ export default{
// const passwords = [ // const passwords = [
// { 117: nomCurrentCancellPasswords } // { 117: nomCurrentCancellPasswords }
// ] // ]
const parentId = '0,5,26,57,67' const parentId = '287,5,26,57,67'
autoPlay(parentId, this.form, this.myTable2, this.myTable, cards) autoPlay(parentId, this.form, this.myTable2, this.myTable, cards)
}, this.$refs)); }, this.$refs));
}, },

@ -88,7 +88,7 @@ export default{
methods: { methods: {
getFormData(){ getFormData(){
let param= { let param= {
parentId: '0,5,26,57,63' parentId: '287,5,26,57,63'
} }
getOperation(param).then((data)=>{ getOperation(param).then((data)=>{
console.log(data) console.log(data)
@ -122,23 +122,23 @@ export default{
let nomBusinessDepositCard = sessionStorage.getItem('nomBusinessDepositCard') let nomBusinessDepositCard = sessionStorage.getItem('nomBusinessDepositCard')
let nomBusinessDepositCards = nomBusinessDepositCard // JSON.parse(nomBusinessDepositCard); let nomBusinessDepositCards = nomBusinessDepositCard // JSON.parse(nomBusinessDepositCard);
if (nomBusinessDepositCards && nomBusinessDepositCards.length > 0){ if (nomBusinessDepositCards && nomBusinessDepositCards.length > 0){
formList.push({"answerId":78,"emptyOne": "", "emptyTwo": nomBusinessDepositCards, "operationIds": "0,5,26,57,63,78","type": ""})// formList.push({"answerId":78,"emptyOne": "", "emptyTwo": nomBusinessDepositCards, "operationIds": "287,5,26,57,63,78","type": ""})//
if(this.form.currency){ if(this.form.currency){
formList.push({ "answerId":'80', "emptyOne": "8", "emptyTwo": this.form.currency, "operationIds": "0,5,26,57,63,80", "type": "1" })// formList.push({ "answerId":'80', "emptyOne": "8", "emptyTwo": this.form.currency, "operationIds": "287,5,26,57,63,80", "type": "1" })//
} }
if(this.form.money){ if(this.form.money){
formList.push({ "answerId":'82', "emptyOne": "14", "emptyTwo": this.form.money, "operationIds": "0,5,26,57,63,82", "type": "3" })// formList.push({ "answerId":'82', "emptyOne": "14", "emptyTwo": this.form.money, "operationIds": "287,5,26,57,63,82", "type": "3" })//
} }
if(this.form.remark){ if(this.form.remark){
formList.push( {"answerId":'84',"emptyOne": "16", "emptyTwo": this.form.remark, "operationIds": "0,5,26,57,63,84", "type": "3"})// formList.push( {"answerId":'84',"emptyOne": "16", "emptyTwo": this.form.remark, "operationIds": "287,5,26,57,63,84", "type": "3"})//
} }
formList.push( formList.push(
{ "answerId":'79', "emptyOne": "7", "emptyTwo": this.form.userName, "operationIds": "0,5,26,57,63,79", "type": "3" },// { "answerId":'79', "emptyOne": "7", "emptyTwo": this.form.userName, "operationIds": "287,5,26,57,63,79", "type": "3" },//
{ "answerId":'81', "emptyOne": "9", "emptyTwo": this.form.goldLogo, "operationIds": "0,5,26,57,63,81", "type": "1" },// { "answerId":'81', "emptyOne": "9", "emptyTwo": this.form.goldLogo, "operationIds": "287,5,26,57,63,81", "type": "1" },//
{"answerId":'83',"emptyOne": "15", "emptyTwo": this.form.annualInterest, "operationIds": "0,5,26,57,63,83", "type": "3"},// {"answerId":'83',"emptyOne": "15", "emptyTwo": this.form.annualInterest, "operationIds": "287,5,26,57,63,83", "type": "3"},//
); );
let params= { let params= {
parentId:'0,5,26,57,63', parentId:'287,5,26,57,63',
lcJudgmentRuleReq:formList, lcJudgmentRuleReq:formList,
projectId:+projectId, projectId:+projectId,
startTime:startTime, startTime:startTime,

@ -268,7 +268,7 @@ export default {
}, },
getOperationData(){ getOperationData(){
let param= { let param= {
parentId: '0,5,26,57,62' parentId: '287,5,26,57,62'
} }
getOperation(param).then((data)=>{ getOperation(param).then((data)=>{
if(data.status == 200) { if(data.status == 200) {
@ -300,7 +300,7 @@ export default {
}, },
getOperationWindowsData(){ getOperationWindowsData(){
let param= { let param= {
parentId: '0,5,26,57,62,75' parentId: '287,5,26,57,62,75'
} }
let dataList = []; let dataList = [];
getOperation(param).then((data)=>{ getOperation(param).then((data)=>{
@ -417,10 +417,10 @@ export default {
if(this.form.userName && this.form.currency && this.form.goldLogo && this.form.accountType && this.form.drawWay && this.form.voucherType && voucherNumber.length && paymentCode){ if(this.form.userName && this.form.currency && this.form.goldLogo && this.form.accountType && this.form.drawWay && this.form.voucherType && voucherNumber.length && paymentCode){
for (var i=0;i<voucherNumber.length;i++){ for (var i=0;i<voucherNumber.length;i++){
formLists.push({"answerId":voucherNumber[i].id,"emptyOne": "", "emptyTwo": "", "operationIds": "0,5,26,57,62,75,"+voucherNumber[i].id,"type": ""}) formLists.push({"answerId":voucherNumber[i].id,"emptyOne": "", "emptyTwo": "", "operationIds": "287,5,26,57,62,75,"+voucherNumber[i].id,"type": ""})
} }
let param= { let param= {
parentId: '0,5,26,57,62,75', parentId: '287,5,26,57,62,75',
lcJudgmentRuleReq: formLists, lcJudgmentRuleReq: formLists,
projectId: +projectId, projectId: +projectId,
startTime: startTime, startTime: startTime,
@ -430,50 +430,50 @@ export default {
}).catch((error)=>{ }).catch((error)=>{
}) })
formList.push( formList.push(
{"answerId":'77',"emptyOne": "17", "emptyTwo": paymentCode, "operationIds": "0,5,26,57,62,77", "type": "3"},// {"answerId":'77',"emptyOne": "17", "emptyTwo": paymentCode, "operationIds": "287,5,26,57,62,77", "type": "3"},//
) )
if(this.formTwo == true && (this.form.accountTypesTwo && this.form.drawWaysTwo && this.form.voucherTypesTwo)){ if(this.formTwo == true && (this.form.accountTypesTwo && this.form.drawWaysTwo && this.form.voucherTypesTwo)){
if (this.form.accountTypesTwo){formList.push({"answerId":'272',"emptyOne": "12", "emptyTwo": this.form.accountTypesTwo,"operationIds": "0,5,26,57,62,272","type": "1"})}//2 if (this.form.accountTypesTwo){formList.push({"answerId":'272',"emptyOne": "12", "emptyTwo": this.form.accountTypesTwo,"operationIds": "287,5,26,57,62,272","type": "1"})}//2
if (this.form.drawWaysTwo){formList.push({"answerId":'274',"emptyOne": "13", "emptyTwo": this.form.drawWaysTwo,"operationIds": "0,5,26,57,62,274","type": "1"})} //2 if (this.form.drawWaysTwo){formList.push({"answerId":'274',"emptyOne": "13", "emptyTwo": this.form.drawWaysTwo,"operationIds": "287,5,26,57,62,274","type": "1"})} //2
if (this.form.voucherTypesTwo){formList.push({"answerId":'271',"emptyOne": "11", "emptyTwo": this.form.voucherTypesTwo,"operationIds": "0,5,26,57,62,271","type": "1"})} //2 if (this.form.voucherTypesTwo){formList.push({"answerId":'271',"emptyOne": "11", "emptyTwo": this.form.voucherTypesTwo,"operationIds": "287,5,26,57,62,271","type": "1"})} //2
formList.push( formList.push(
{"answerId":'275',"emptyOne": "17", "emptyTwo": paymentCodeTwo, "operationIds": "0,5,26,57,62,275", "type": "3"},// {"answerId":'275',"emptyOne": "17", "emptyTwo": paymentCodeTwo, "operationIds": "287,5,26,57,62,275", "type": "3"},//
) )
for (var i=0;i<voucherNumberTwo.length;i++){ for (var i=0;i<voucherNumberTwo.length;i++){
console.log('xxx---xxx') console.log('xxx---xxx')
console.log(voucherNumberTwo) console.log(voucherNumberTwo)
formLists.push({"answerId":voucherNumberTwo[i].id,"emptyOne": "", "emptyTwo": "", "operationIds": "0,5,26,57,62,273,"+voucherNumberTwo[i].id,"type": ""}) formLists.push({"answerId":voucherNumberTwo[i].id,"emptyOne": "", "emptyTwo": "", "operationIds": "287,5,26,57,62,273,"+voucherNumberTwo[i].id,"type": ""})
} }
}else if(this.formTwo == true){ }else if(this.formTwo == true){
this.$message.error('有必填项未填哦~'); this.$message.error('有必填项未填哦~');
} }
if(this.formThree == true && (this.form.accountTypesThree && this.form.drawWaysThree && this.form.voucherTypesThree)){ if(this.formThree == true && (this.form.accountTypesThree && this.form.drawWaysThree && this.form.voucherTypesThree)){
if (this.form.accountTypesThree){formList.push({"answerId":'278',"emptyOne": "12", "emptyTwo": this.form.accountTypesThree, "operationIds": "0,5,26,57,62,278","type": "1"})}//3 if (this.form.accountTypesThree){formList.push({"answerId":'278',"emptyOne": "12", "emptyTwo": this.form.accountTypesThree, "operationIds": "287,5,26,57,62,278","type": "1"})}//3
if (this.form.drawWaysThree){formList.push({"answerId":'280',"emptyOne": "13", "emptyTwo": this.form.drawWaysThree, "operationIds": "0,5,26,57,62,280","type": "1"})}//3 if (this.form.drawWaysThree){formList.push({"answerId":'280',"emptyOne": "13", "emptyTwo": this.form.drawWaysThree, "operationIds": "287,5,26,57,62,280","type": "1"})}//3
if (this.form.voucherTypesThree){formList.push({"answerId":'277',"emptyOne": "11", "emptyTwo": this.form.voucherTypesThree, "operationIds": "0,5,26,57,62,277","type": "1"})}//3 if (this.form.voucherTypesThree){formList.push({"answerId":'277',"emptyOne": "11", "emptyTwo": this.form.voucherTypesThree, "operationIds": "287,5,26,57,62,277","type": "1"})}//3
formList.push( formList.push(
{"answerId":'281',"emptyOne": "17", "emptyTwo": paymentCodeThree, "operationIds": "0,5,26,57,62,281", "type": "3"},// {"answerId":'281',"emptyOne": "17", "emptyTwo": paymentCodeThree, "operationIds": "287,5,26,57,62,281", "type": "3"},//
) )
for (var i=0;i<voucherNumberThree.length;i++){ for (var i=0;i<voucherNumberThree.length;i++){
formLists.push({"answerId":voucherNumberThree[i].id,"emptyOne": "", "emptyTwo": "", "operationIds": "0,5,26,57,62,279,"+voucherNumberThree[i].id,"type": ""}) formLists.push({"answerId":voucherNumberThree[i].id,"emptyOne": "", "emptyTwo": "", "operationIds": "287,5,26,57,62,279,"+voucherNumberThree[i].id,"type": ""})
} }
}else if(this.formThree == true){ }else if(this.formThree == true){
this.$message.error('有必填项未填哦~'); this.$message.error('有必填项未填哦~');
} }
if (this.form.userNumber){formList.push({"answerId":'68',"emptyOne": "6", "emptyTwo": this.form.userNumber, "operationIds": "0,5,26,57,62,68","type": "3"})}// if (this.form.userNumber){formList.push({"answerId":'68',"emptyOne": "6", "emptyTwo": this.form.userNumber, "operationIds": "287,5,26,57,62,68","type": "3"})}//
if (this.form.accountQuality){formList.push({"answerId":'72',"emptyOne": "10", "emptyTwo": this.form.accountQuality, "operationIds": "0,5,26,57,62,72","type": "1"})}//1 if (this.form.accountQuality){formList.push({"answerId":'72',"emptyOne": "10", "emptyTwo": this.form.accountQuality, "operationIds": "287,5,26,57,62,72","type": "1"})}//1
if (this.form.accountQualitysTwo){formList.push({"answerId":'270',"emptyOne": "10", "emptyTwo": this.form.accountQualitysTwo, "operationIds": "0,5,26,57,62,270","type": "1"})}//2 if (this.form.accountQualitysTwo){formList.push({"answerId":'270',"emptyOne": "10", "emptyTwo": this.form.accountQualitysTwo, "operationIds": "287,5,26,57,62,270","type": "1"})}//2
if (this.form.accountQualitysThree){formList.push({"answerId":'276',"emptyOne": "10", "emptyTwo": this.form.accountQualitysThree, "operationIds": "0,5,26,57,62,276","type": "1"})}//3 if (this.form.accountQualitysThree){formList.push({"answerId":'276',"emptyOne": "10", "emptyTwo": this.form.accountQualitysThree, "operationIds": "287,5,26,57,62,276","type": "1"})}//3
formList.push( formList.push(
{"answerId":'69',"emptyOne": "7", "emptyTwo": this.form.userName, "operationIds": "0,5,26,57,62,69", "type": "3"},// {"answerId":'69',"emptyOne": "7", "emptyTwo": this.form.userName, "operationIds": "287,5,26,57,62,69", "type": "3"},//
{"answerId":'70',"emptyOne": "8", "emptyTwo": this.form.currency, "operationIds": "0,5,26,57,62,70", "type": "1"},// {"answerId":'70',"emptyOne": "8", "emptyTwo": this.form.currency, "operationIds": "287,5,26,57,62,70", "type": "1"},//
{"answerId":'71',"emptyOne": "9", "emptyTwo": this.form.goldLogo, "operationIds": "0,5,26,57,62,71","type": "1"},// {"answerId":'71',"emptyOne": "9", "emptyTwo": this.form.goldLogo, "operationIds": "287,5,26,57,62,71","type": "1"},//
{"answerId":'74',"emptyOne": "12", "emptyTwo": this.form.accountType, "operationIds": "0,5,26,57,62,74","type": "1"}, // {"answerId":'74',"emptyOne": "12", "emptyTwo": this.form.accountType, "operationIds": "287,5,26,57,62,74","type": "1"}, //
{"answerId":'76',"emptyOne": "13", "emptyTwo": this.form.drawWay, "operationIds": "0,5,26,57,62,76", "type": "1"}, // {"answerId":'76',"emptyOne": "13", "emptyTwo": this.form.drawWay, "operationIds": "287,5,26,57,62,76", "type": "1"}, //
{"answerId":'73',"emptyOne": "11", "emptyTwo": this.form.voucherType, "operationIds": "0,5,26,57,62,73", "type": "1"} // {"answerId":'73',"emptyOne": "11", "emptyTwo": this.form.voucherType, "operationIds": "287,5,26,57,62,73", "type": "1"} //
) )
let params= { let params= {
parentId:'0,5,26,57,62', parentId:'287,5,26,57,62',
lcJudgmentRuleReq:formList, lcJudgmentRuleReq:formList,
projectId:+projectId, projectId:+projectId,
startTime:startTime, startTime:startTime,

@ -105,7 +105,8 @@ export default{
}, },
109: { 109: {
prop: 'totalMoney', prop: 'totalMoney',
type: '3' type: '3',
"subjectId": 45,
}, },
112: { 112: {
prop: 'remark', prop: 'remark',
@ -133,7 +134,7 @@ export default{
}, },
mounted() { mounted() {
this.$refs.userName.focus() this.$refs.userName.focus()
const parentId = '0,5,26,57,66' const parentId = '287,5,26,57,66'
const cardArr = { const cardArr = {
103: 'nomCurrentSettleCard', 103: 'nomCurrentSettleCard',
111: 'nomCurrentSettlePassword' 111: 'nomCurrentSettlePassword'
@ -158,7 +159,7 @@ export default{
"subjectId": 17, "subjectId": 17,
} }
] ]
const parentId = '0,5,26,57,66' const parentId = '287,5,26,57,66'
autoPlay(parentId, this.form, this.myTable2, this.myTable, cards) autoPlay(parentId, this.form, this.myTable2, this.myTable, cards)
}, this.$refs)); }, this.$refs));
}, },

@ -95,13 +95,20 @@ export default{
], ],
}, },
myTable2: { myTable2: {
96: {
prop: 'currency',
type: '1',
"subjectId": 8,
},
100: { 100: {
prop: 'shroffAccount', prop: 'shroffAccount',
type: '3' type: '3',
"subjectId": 81,
}, },
101: { 101: {
prop: 'payeeName', prop: 'payeeName',
type: '3' type: '3',
"subjectId": 73,
}, },
102: { 102: {
prop: 'remark', prop: 'remark',
@ -112,7 +119,8 @@ export default{
myTable: { myTable: {
95: { 95: {
prop: 'userName', prop: 'userName',
type: '3' type: '3',
"subjectId": 7,
}, },
97: { 97: {
prop: 'goldLogo', prop: 'goldLogo',
@ -130,7 +138,7 @@ export default{
}, },
mounted() { mounted() {
this.$refs.money.focus() this.$refs.money.focus()
const parentId = '0,5,26,57,65' const parentId = '287,5,26,57,65'
const cardArr = { const cardArr = {
94: 'nomCurrentTransferCard', 94: 'nomCurrentTransferCard',
99: 'nomCurrentTransferPassword' 99: 'nomCurrentTransferPassword'
@ -155,7 +163,7 @@ export default{
"subjectId": 17, "subjectId": 17,
} }
] ]
const parentId = '0,5,26,57,65' const parentId = '287,5,26,57,65'
autoPlay(parentId, this.form, this.myTable2, this.myTable, cards) autoPlay(parentId, this.form, this.myTable2, this.myTable, cards)
}, this.$refs)); }, this.$refs));
}, },

@ -104,7 +104,7 @@ export default{
methods: { methods: {
getFormData(){ getFormData(){
let param= { let param= {
parentId: '0,5,26,57,64' parentId: '287,5,26,57,64'
} }
getOperation(param).then((data)=>{ getOperation(param).then((data)=>{
if(data.status == 200) { if(data.status == 200) {
@ -140,20 +140,20 @@ export default{
let formList = []; let formList = [];
// //
if (nomCurrentWithdrawalCards && nomCurrentWithdrawalCards.length > 0 && nomCurrentWithdrawalPasswords){ if (nomCurrentWithdrawalCards && nomCurrentWithdrawalCards.length > 0 && nomCurrentWithdrawalPasswords){
formList.push({"answerId":85,"emptyOne": "", "emptyTwo": nomCurrentWithdrawalCards, "operationIds": "0,5,26,57,64,85","type": ""})// formList.push({"answerId":85,"emptyOne": "", "emptyTwo": nomCurrentWithdrawalCards, "operationIds": "287,5,26,57,64,85","type": ""})//
formList.push({"answerId":91,"emptyOne": "", "emptyTwo": nomCurrentWithdrawalPassword, "operationIds": "0,5,26,57,64,91","type": ""}) formList.push({"answerId":91,"emptyOne": "", "emptyTwo": nomCurrentWithdrawalPassword, "operationIds": "287,5,26,57,64,91","type": ""})
if (this.form.currency){formList.push({"answerId":'87', "emptyOne": "8", "emptyTwo": this.form.currency, "operationIds": "0,5,26,57,64,87","type": "1"})}// if (this.form.currency){formList.push({"answerId":'87', "emptyOne": "8", "emptyTwo": this.form.currency, "operationIds": "287,5,26,57,64,87","type": "1"})}//
if (this.form.money){formList.push({"answerId":'89', "emptyOne": "14", "emptyTwo": this.form.money, "operationIds": "0,5,26,57,64,89", "type": "3"})}// if (this.form.money){formList.push({"answerId":'89', "emptyOne": "14", "emptyTwo": this.form.money, "operationIds": "287,5,26,57,64,89", "type": "3"})}//
if (this.form.remark){formList.push({"answerId":'93', "emptyOne": "16", "emptyTwo": this.form.remark, "operationIds": "0,5,26,57,64,93", "type": "3"})}// if (this.form.remark){formList.push({"answerId":'93', "emptyOne": "16", "emptyTwo": this.form.remark, "operationIds": "287,5,26,57,64,93", "type": "3"})}//
formList.push( formList.push(
{"answerId":'86', "emptyOne": "7", "emptyTwo": this.form.userName, "operationIds": "0,5,26,57,64,86", "type": "3"},// {"answerId":'86', "emptyOne": "7", "emptyTwo": this.form.userName, "operationIds": "287,5,26,57,64,86", "type": "3"},//
{"answerId":'88', "emptyOne": "9", "emptyTwo": this.form.goldLogo, "operationIds": "0,5,26,57,64,88", "type": "1"},// {"answerId":'88', "emptyOne": "9", "emptyTwo": this.form.goldLogo, "operationIds": "287,5,26,57,64,88", "type": "1"},//
{"answerId":'90', "emptyOne": "15", "emptyTwo": this.form.chargeWay, "operationIds": "0,5,26,57,64,90", "type": "1"},// {"answerId":'90', "emptyOne": "15", "emptyTwo": this.form.chargeWay, "operationIds": "287,5,26,57,64,90", "type": "1"},//
{"answerId":'92', "emptyOne": "15", "emptyTwo": this.form.serviceCharge, "operationIds": "0,5,26,57,64,92", "type": "3"},// {"answerId":'92', "emptyOne": "15", "emptyTwo": this.form.serviceCharge, "operationIds": "287,5,26,57,64,92", "type": "3"},//
// {"answerId":91,"emptyOne": "", "emptyTwo": "", "operationIds": "0,5,26,57,64,91","type": ""}// // {"answerId":91,"emptyOne": "", "emptyTwo": "", "operationIds": "287,5,26,57,64,91","type": ""}//
) )
let params= { let params= {
parentId:'0,5,26,57,64', parentId:'287,5,26,57,64',
lcJudgmentRuleReq:formList, lcJudgmentRuleReq:formList,
projectId:+projectId, projectId:+projectId,
startTime:startTime, startTime:startTime,

@ -10,7 +10,7 @@
</div> </div>
</el-form-item> </el-form-item>
<el-form-item label="币种" prop="currency"> <el-form-item label="币种" prop="currency">
<el-select disabled v-model="form.currency" placeholder="请选择" ref="currency"> <el-select v-model="form.currency" placeholder="请选择" ref="currency">
<el-option label="CYN人民币" value="CYN人民币"> </el-option> <el-option label="CYN人民币" value="CYN人民币"> </el-option>
</el-select> </el-select>
</el-form-item> </el-form-item>
@ -21,12 +21,12 @@
<el-input v-model="form.interestRate" ref="interestRate"></el-input> <el-input v-model="form.interestRate" ref="interestRate"></el-input>
</el-form-item> </el-form-item>
<el-form-item label="支取方式" prop="withdrawingWay"> <el-form-item label="支取方式" prop="withdrawingWay">
<el-select disabled v-model="form.withdrawingWay" placeholder="请选择" ref="withdrawingWay"> <el-select v-model="form.withdrawingWay" placeholder="请选择" ref="withdrawingWay">
<el-option label="密码" value="密码"> </el-option> <el-option label="密码" value="密码"> </el-option>
</el-select> </el-select>
</el-form-item> </el-form-item>
<el-form-item label="存款类别" required prop="certificateDeposit"> <el-form-item label="存款类别" required prop="certificateDeposit">
<el-select disabled v-model="form.certificateDeposit" placeholder="请选择" ref="certificateDeposit"> <el-select v-model="form.certificateDeposit" placeholder="请选择" ref="certificateDeposit">
<el-option label="现金" value="现金"> </el-option> <el-option label="现金" value="现金"> </el-option>
</el-select> </el-select>
</el-form-item> </el-form-item>
@ -36,12 +36,12 @@
<el-input ref="customerName" :value="form.customerName" @input="(val) => checkName(val, form, 'customerName')"></el-input> <el-input ref="customerName" :value="form.customerName" @input="(val) => checkName(val, form, 'customerName')"></el-input>
</el-form-item> </el-form-item>
<el-form-item label="钞汇标识" prop="currencyMark"> <el-form-item label="钞汇标识" prop="currencyMark">
<el-select disabled v-model="form.currencyMark" placeholder="请选择" ref="currencyMark"> <el-select v-model="form.currencyMark" placeholder="请选择" ref="currencyMark">
<el-option label="钞户" value="钞户"> </el-option> <el-option label="钞户" value="钞户"> </el-option>
</el-select> </el-select>
</el-form-item> </el-form-item>
<el-form-item label="存期" prop="depositTerm"> <el-form-item label="存期" prop="depositTerm">
<el-select disabled v-model="form.depositTerm" placeholder="请选择" ref="depositTerm"> <el-select v-model="form.depositTerm" placeholder="请选择" ref="depositTerm">
<el-option label="3个月" value="3个月"> </el-option> <el-option label="3个月" value="3个月"> </el-option>
<el-option label="6个月" value="6个月"> </el-option> <el-option label="6个月" value="6个月"> </el-option>
<el-option label="1年" value="1年"> </el-option> <el-option label="1年" value="1年"> </el-option>
@ -219,7 +219,7 @@ export default{
}, },
methods: { methods: {
getFormData(){ getFormData(){
const parentId = '0,5,26,58,119' const parentId = '287,5,26,58,119'
const cards = { const cards = {
131: 'nomtimeDeposit1', 131: 'nomtimeDeposit1',
140: 'nomtimeDepositlPassword' 140: 'nomtimeDepositlPassword'
@ -238,7 +238,7 @@ export default{
this.$refs.form.validate(myValidate(() => { this.$refs.form.validate(myValidate(() => {
// //
this.visible = true; this.visible = true;
const parentId = '0,5,26,58,119' const parentId = '287,5,26,58,119'
const cards = [ const cards = [
{ {
131: nomtimeDeposit1 131: nomtimeDeposit1

@ -151,10 +151,6 @@ export default{
}, },
127: { 127: {
prop: 'voucherType',// prop: 'voucherType',//
type: '1'
},
129: {
prop: 'withdrawingWay',//
type: '1', type: '1',
"subjectId": 11, "subjectId": 11,
}, },
@ -167,7 +163,7 @@ export default{
}, },
methods: { methods: {
getFormData(){ getFormData(){
const parentId = '0,5,26,58,118' const parentId = '287,5,26,58,118'
const cards = { const cards = {
13: 'nomtimeOpenAccount1', 13: 'nomtimeOpenAccount1',
128: 'nomtimeOpenAccount2', 128: 'nomtimeOpenAccount2',
@ -206,7 +202,7 @@ export default{
"subjectId": 17, "subjectId": 17,
} }
] ]
const parentId = '0,5,26,58,118' const parentId = '287,5,26,58,118'
autoPlay(parentId, this.form, this.myTable2, this.myTable, cards) autoPlay(parentId, this.form, this.myTable2, this.myTable, cards)
}, this.$refs)); }, this.$refs));
}, },

@ -151,7 +151,7 @@ export default{
}, },
methods: { methods: {
getFormData(){ getFormData(){
const parentId = '0,5,26,58,120' const parentId = '287,5,26,58,120'
const cards = { const cards = {
144: 'nomtimeDepositWithdrawal1', 144: 'nomtimeDepositWithdrawal1',
154: 'nomtimeDepositWithdrawalPassword' 154: 'nomtimeDepositWithdrawalPassword'
@ -170,7 +170,7 @@ export default{
this.$refs.form.validate(myValidate(() => { this.$refs.form.validate(myValidate(() => {
// //
this.visible = true; this.visible = true;
const parentId = '0,5,26,58,120' const parentId = '287,5,26,58,120'
const cards = [ const cards = [
{ {
144: nomtimeDepositWithdrawal1 144: nomtimeDepositWithdrawal1

@ -10,7 +10,7 @@
</el-select> </el-select>
</el-form-item> </el-form-item>
<el-form-item label="凭证号码" prop="voucherNumber"> <el-form-item label="凭证号码" prop="voucherNumber">
<div class="idCard" @click="popUp2('身份证扫描仪')"> <div class="idCard" @click="popUp('身份证扫描仪')">
<p>请刷银行卡</p> <p>请刷银行卡</p>
</div> </div>
</el-form-item> </el-form-item>
@ -40,7 +40,7 @@
</el-col> </el-col>
<el-col :span="10" :offset="1"> <el-col :span="10" :offset="1">
<el-form-item label="身份证" required> <el-form-item label="身份证" required>
<div class="idCard" @click="popUp('身份证扫描器')"> <div class="idCard" @click="popUp3('身份证扫描器')">
<p>请刷身份证</p> <p>请刷身份证</p>
</div> </div>
</el-form-item> </el-form-item>
@ -170,7 +170,8 @@ export default{
}, },
190: { 190: {
prop: 'totalMoney',// prop: 'totalMoney',//
type: '3' type: '3',
"subjectId": 45,
}, },
191: { 191: {
prop: 'signDate',// prop: 'signDate',//
@ -198,8 +199,9 @@ export default{
}, },
methods: { methods: {
getFormData(){ getFormData(){
const parentId = '0,5,26,59,157' const parentId = '287,5,26,59,157'
const cards = { const cards = {
180: 'nomUsefulPhrasesClosed',
181: 'nomUsefulPhrasesClosed2', 181: 'nomUsefulPhrasesClosed2',
192: 'nomUsefulPhrasesClosedPassword' 192: 'nomUsefulPhrasesClosedPassword'
} }
@ -211,14 +213,21 @@ export default{
popUp2(text) { popUp2(text) {
this.$store.commit('system/changePop',{show:true,text, id: '192'}) this.$store.commit('system/changePop',{show:true,text, id: '192'})
}, },
popUp3(text) {
this.$store.commit('system/changePop',{show:true,text, id: '180'})
},
submitForm() { submitForm() {
this.$refs.form.validate(myValidate(() => { this.$refs.form.validate(myValidate(() => {
// //
this.visible = true; this.visible = true;
const parentId = '0,5,26,59,157' const parentId = '287,5,26,59,157'
const nomUsefulPhrasesClosed = sessionStorage.getItem('nomUsefulPhrasesClosed')
const nomUsefulPhrasesClosed2 = sessionStorage.getItem('nomUsefulPhrasesClosed2') const nomUsefulPhrasesClosed2 = sessionStorage.getItem('nomUsefulPhrasesClosed2')
const nomUsefulPhrasesClosedPassword = sessionStorage.getItem('nomUsefulPhrasesClosedPassword') const nomUsefulPhrasesClosedPassword = sessionStorage.getItem('nomUsefulPhrasesClosedPassword')
const cards = [ const cards = [
{
180: nomUsefulPhrasesClosed
},
{ {
181: nomUsefulPhrasesClosed2, 181: nomUsefulPhrasesClosed2,

@ -126,7 +126,7 @@ export default{
}, },
methods: { methods: {
getFormData(){ getFormData(){
const parentId = '0,5,26,59,156' const parentId = '287,5,26,59,156'
const cards = { const cards = {
171: 'nomUsefulPhrasesContinueCard', 171: 'nomUsefulPhrasesContinueCard',
178: 'nomUsefulPhrasesContinuePassword' 178: 'nomUsefulPhrasesContinuePassword'
@ -145,7 +145,7 @@ export default{
let nomUsefulPhrasesContinueCard = sessionStorage.getItem('nomUsefulPhrasesContinueCard') let nomUsefulPhrasesContinueCard = sessionStorage.getItem('nomUsefulPhrasesContinueCard')
let nomUsefulPhrasesContinuePassword = sessionStorage.getItem('nomUsefulPhrasesContinuePassword') let nomUsefulPhrasesContinuePassword = sessionStorage.getItem('nomUsefulPhrasesContinuePassword')
this.visible = true; this.visible = true;
const parentId = '0,5,26,59,156' const parentId = '287,5,26,59,156'
const cards = [ const cards = [
{ {
171: nomUsefulPhrasesContinueCard, 171: nomUsefulPhrasesContinueCard,

@ -197,7 +197,7 @@ export default{
}, },
methods: { methods: {
popUp1(text) { popUp1(text) {
this.$store.commit('system/changePop',{show:true,text}) this.$store.commit('system/changePop',{show:true,text, id: 1399})
}, },
popUp2(text) { popUp2(text) {
this.$store.commit('system/changePop',{show:true,text, id: 166}) this.$store.commit('system/changePop',{show:true,text, id: 166})
@ -206,8 +206,9 @@ export default{
this.$store.commit('system/changePop',{show:true,text, id: 167}) this.$store.commit('system/changePop',{show:true,text, id: 167})
}, },
getFormData(){ getFormData(){
const parentId = '0,5,26,59,155' const parentId = '287,5,26,59,155'
const cards = { const cards = {
1399: 'nomUsefulPhrasesOpenCard2',
166: 'nomUsefulPhrasesOpenCard', 166: 'nomUsefulPhrasesOpenCard',
167: 'nomUsefulPhrasesOpenPassword' 167: 'nomUsefulPhrasesOpenPassword'
} }
@ -215,13 +216,16 @@ export default{
}, },
submitForm() { submitForm() {
let nomUsefulPhrasesOpenCard = sessionStorage.getItem('nomUsefulPhrasesOpenCard') let nomUsefulPhrasesOpenCard = sessionStorage.getItem('nomUsefulPhrasesOpenCard')
// let nomUsefulPhrasesOpenCard2 = sessionStorage.getItem('nomUsefulPhrasesOpenCard2') let nomUsefulPhrasesOpenCard2 = sessionStorage.getItem('nomUsefulPhrasesOpenCard2')
let nomUsefulPhrasesOpenPassword = sessionStorage.getItem('nomUsefulPhrasesOpenPassword') let nomUsefulPhrasesOpenPassword = sessionStorage.getItem('nomUsefulPhrasesOpenPassword')
this.$refs.form.validate(myValidate(() => { this.$refs.form.validate(myValidate(() => {
// //
this.visible = true; this.visible = true;
const parentId = '0,5,26,59,155' const parentId = '287,5,26,59,155'
const cards = [ const cards = [
{
1399: nomUsefulPhrasesOpenCard2
},
{ {
166: nomUsefulPhrasesOpenCard 166: nomUsefulPhrasesOpenCard
}, },

@ -101,36 +101,36 @@ export default{
326: { 326: {
prop: 'newPayPassword', // 3 prop: 'newPayPassword', // 3
type: '3', type: '3',
"subjectId": '', "subjectId": '52',
}, },
327: { 327: {
prop: 'maillingAddress', // 3 prop: 'maillingAddress', // 3
type: '3', type: '3',
"subjectId": '', "subjectId": '4',
}, },
317: { 317: {
prop: 'certificateType', // prop: 'certificateType', //
type: '1', type: '1',
"subjectId": '', "subjectId": 19,
} }
}, },
myTable: { myTable: {
322: { 322: {
prop: 'customerName', // prop: 'customerName', //
type: '3', type: '3',
"subjectId": '', "subjectId": 7,
}, },
325: { 325: {
prop: 'payPassword', // prop: 'payPassword', //
type: '3', type: '3',
"subjectId": '', "subjectId": '51',
} }
}, },
visible: false visible: false
} }
}, },
mounted() { mounted() {
const parentId = '0,5,28,316' const parentId = '287,5,28,316'
const cards = { const cards = {
320: 'servicesPasswordChange', 320: 'servicesPasswordChange',
323: 'servicesPasswordChange2' 323: 'servicesPasswordChange2'
@ -152,7 +152,7 @@ export default{
this.$refs.form.validate(myValidate(() => { this.$refs.form.validate(myValidate(() => {
// //
this.visible = true; this.visible = true;
const parentId = '0,5,28,316' const parentId = '287,5,28,316'
const cards = [ const cards = [
{ // // { // //
320: servicesPasswordChange 320: servicesPasswordChange

@ -85,26 +85,26 @@ export default{
332: { 332: {
prop: 'certificateType', // 1 prop: 'certificateType', // 1
type: '1', type: '1',
"subjectId": '', "subjectId": '19',
}, },
335: { 335: {
prop: 'remark', // 3 prop: 'remark', // 3
type: '3', type: '3',
"subjectId": '', "subjectId": '53',
} }
}, },
myTable: { myTable: {
331: { 331: {
prop: 'customerName', // prop: 'customerName', //
type: '3', type: '3',
"subjectId": '', "subjectId": '7',
} }
}, },
visible: false visible: false
} }
}, },
mounted() { mounted() {
const parentId = '0,5,28,328' const parentId = '287,5,28,328'
const cards = { const cards = {
329: 'servicesPasswordLost', 329: 'servicesPasswordLost',
333: 'servicesPasswordLost2' 333: 'servicesPasswordLost2'
@ -126,7 +126,7 @@ export default{
let servicesPasswordLost2 = sessionStorage.getItem('servicesPasswordLost2') let servicesPasswordLost2 = sessionStorage.getItem('servicesPasswordLost2')
this.visible = true; this.visible = true;
const parentId = '0,5,28,328' const parentId = '287,5,28,328'
const cards = [ const cards = [
{ // // { // //
329: servicesPasswordLost 329: servicesPasswordLost

@ -87,19 +87,19 @@ export default{
340: { 340: {
prop: 'certificateType', // 1 prop: 'certificateType', // 1
type: '1', type: '1',
"subjectId": '', "subjectId": '19',
}, },
344: { 344: {
prop: 'remark', // 3 prop: 'remark', // 3
type: '3', type: '3',
"subjectId": '', "subjectId": '53',
} }
}, },
myTable: { myTable: {
339: { 339: {
prop: 'customerName', // prop: 'customerName', //
type: '3', type: '3',
"subjectId": '', "subjectId": '7',
} }
}, },
visible: false visible: false
@ -124,7 +124,7 @@ export default{
let servicesPasswordRelievePassword = sessionStorage.getItem('servicesPasswordRelievePassword') let servicesPasswordRelievePassword = sessionStorage.getItem('servicesPasswordRelievePassword')
this.visible = true; this.visible = true;
const parentId = '0,5,28,336' const parentId = '287,5,28,336'
const cards = [ const cards = [
{ // // { // //
341: servicesPasswordRelieveLost 341: servicesPasswordRelieveLost
@ -133,7 +133,8 @@ export default{
337: servicesPasswordRelieveLost2 337: servicesPasswordRelieveLost2
}, },
{ {
343: servicesPasswordRelievePassword 343: servicesPasswordRelievePassword,
subjectId: '17'
} }
] ]
autoPlay(parentId, this.form, this.myTable2, this.myTable, cards) autoPlay(parentId, this.form, this.myTable2, this.myTable, cards)
@ -143,7 +144,7 @@ export default{
checkName: checkName checkName: checkName
}, },
mounted() { mounted() {
const parentId = '0,5,28,336' const parentId = '287,5,28,336'
const cards = { const cards = {
341: 'servicesPasswordRelieveLost', 341: 'servicesPasswordRelieveLost',
337: 'servicesPasswordRelieveLost2', 337: 'servicesPasswordRelieveLost2',

@ -103,7 +103,11 @@ const myValidate = (callback, refs) => {
break; break;
} }
const { message, field } = tmpObj const { message, field } = tmpObj
refs[field].focus(); try {
refs[field].focus();
} catch (error) {
}
Message.info({ Message.info({
center: true, center: true,
message message

@ -0,0 +1,14 @@
作用域链是从当前作用域逐层查找的,一直查找到window,那么这样一个查找是要花费时间的,如果我们让他马上查到这个变量。
我们是不是就节省了这个时间。所以我们可以把我们要使用的变量,作为参数传入方法,或者再方法里进行缓存,来提升速度。
晚上我们会具体的和大家讲到这个点
Vue3的架构方案是函数式编程,这种编程方式再早期的时候,就是lodash和underscore这样工具的方案,而vue2的方案是一种建造者模式。
好处在于
1, 更有利于tree-shaking。这也是vue3为什么要改成函数式编程的最大原因。
2, 函数式编程可扩张性更好。
设计模式分为
1, 创建型设计模式,用来指导对象的创建,用在我们设计需求的架构时。
2, 结构型,用来指导功能模块的结构,就像我们设计公司的组织结构一样。
3, 行为型设计模式,用来解决模块间行为的问题,设计模块间如何沟通
4, 技巧型设计模式,一些优化代码的技巧
Loading…
Cancel
Save