Browse Source

完善供应商管理

master
yunuo970428 1 year ago
parent
commit
64f5e65c25
  1. 2
      yxt-as-ui/src/views/basicinformation/supplier/relation/openingbank.vue
  2. 2
      yxt-as-ui/src/views/basicinformation/supplier/supplierAdd.vue

2
yxt-as-ui/src/views/basicinformation/supplier/relation/openingbank.vue

@ -101,7 +101,7 @@ export default {
},
methods: {
init() {
typeValues({ type: 'dueBank' }).then((res) => {
typeValues({ type: 'accountType' }).then((res) => {
if (res.success) {
this.dueBank_list = res.data
}

2
yxt-as-ui/src/views/basicinformation/supplier/supplierAdd.vue

@ -226,7 +226,7 @@ export default {
},
methods: {
init() {
typeValues({ type: 'accountType' }).then((res) => {
typeValues({ type: 'billingType' }).then((res) => {
if (res.success) {
this.billingType_list = res.data
}

Loading…
Cancel
Save