Browse Source

完善厂商管理

master
yunuo970428 1 year ago
parent
commit
c7ed80a69e
  1. 6
      anrui-base/anrui-base-ui/src/views/changshang/changshangguanli/changshangguanliAdd.vue
  2. 9
      anrui-base/anrui-base-ui/src/views/changshang/changshangguanli/relation/changshangBankInfo.vue

6
anrui-base/anrui-base-ui/src/views/changshang/changshangguanli/changshangguanliAdd.vue

@ -905,7 +905,8 @@ export default {
actualPay: info.actualPay, actualPay: info.actualPay,
actualPayKey: info.actualPayKey, actualPayKey: info.actualPayKey,
paymentAccessNoValue: info.paymentAccessNoValue, paymentAccessNoValue: info.paymentAccessNoValue,
paymentAccessNoKey: info.paymentAccessNoKey paymentAccessNoKey: info.paymentAccessNoKey,
sid: ''
}) })
console.log('ADD开户行info', info, index) console.log('ADD开户行info', info, index)
return return
@ -928,7 +929,8 @@ export default {
actualPay: info.actualPay, actualPay: info.actualPay,
actualPayKey: info.actualPayKey, actualPayKey: info.actualPayKey,
paymentAccessNoValue: info.paymentAccessNoValue, paymentAccessNoValue: info.paymentAccessNoValue,
paymentAccessNoKey: info.paymentAccessNoKey paymentAccessNoKey: info.paymentAccessNoKey,
sid: info.sid
} }
return return
} }

9
anrui-base/anrui-base-ui/src/views/changshang/changshangguanli/relation/changshangBankInfo.vue

@ -170,7 +170,8 @@ export default {
actualPay: '', actualPay: '',
actualPayKey: '', actualPayKey: '',
paymentAccessNoKey: '', paymentAccessNoKey: '',
paymentAccessNoValue: '' paymentAccessNoValue: '',
sid: ''
}, },
rules: { rules: {
manufacturerName: [{ manufacturerName: [{
@ -233,7 +234,8 @@ export default {
actualPay: '', actualPay: '',
actualPayKey: '', actualPayKey: '',
paymentAccessNoKey: '', paymentAccessNoKey: '',
paymentAccessNoValue: '' paymentAccessNoValue: '',
sid: ''
} }
this.bankInfo_index = '' this.bankInfo_index = ''
this.dialogStatus = 'add' this.dialogStatus = 'add'
@ -279,7 +281,8 @@ export default {
remarks: '', remarks: '',
actualPay: '', actualPay: '',
paymentAccessNoKey: '', paymentAccessNoKey: '',
paymentAccessNoValue: '' paymentAccessNoValue: '',
sid: ''
} }
this.bankInfo_index = '' this.bankInfo_index = ''
this.$emit('doback') this.$emit('doback')

Loading…
Cancel
Save