Browse Source

完善供应商管理

zhanglei
yunuo970428 1 year ago
parent
commit
7ccaf39e9a
  1. 6
      anrui-scm/anrui-scm-ui/src/views/gongyingshang/gongyingshangAdd.vue
  2. 9
      anrui-scm/anrui-scm-ui/src/views/gongyingshang/relation/gongyingshangBank.vue

6
anrui-scm/anrui-scm-ui/src/views/gongyingshang/gongyingshangAdd.vue

@ -311,7 +311,8 @@ export default {
actualPay: info.actualPay,
actualPayKey: info.actualPayKey,
paymentAccessNoValue: info.paymentAccessNoValue,
paymentAccessNoKey: info.paymentAccessNoValue
paymentAccessNoKey: info.paymentAccessNoValue,
sid: ''
})
return
}
@ -332,7 +333,8 @@ export default {
actualPay: info.actualPay,
actualPayKey: info.actualPayKey,
paymentAccessNoValue: info.paymentAccessNoValue,
paymentAccessNoKey: info.paymentAccessNoValue
paymentAccessNoKey: info.paymentAccessNoValue,
sid: info.sid
}
return
}

9
anrui-scm/anrui-scm-ui/src/views/gongyingshang/relation/gongyingshangBank.vue

@ -144,7 +144,8 @@ export default {
paymentLines: '',
swiftCode: '',
currency: '人民币',
remarks: ''
remarks: '',
sid: ''
},
rules: {}
}
@ -175,7 +176,8 @@ export default {
paymentLines: '',
swiftCode: '',
currency: '人民币',
remarks: ''
remarks: '',
sid: ''
}
this.bankInfo_index = ''
this.dialogStatus = 'add'
@ -218,7 +220,8 @@ export default {
paymentLines: '',
swiftCode: '',
currency: '人民币',
remarks: ''
remarks: '',
sid: ''
}
this.bankInfo_index = ''
this.$emit('doback')

Loading…
Cancel
Save