Browse Source

完善专项返利管理、回款返利管理

master
yunuo970428 6 months ago
parent
commit
c1f87c7ada
  1. 4
      anrui-scm/anrui-scm-ui/src/views/manufacturerrebates/huikuanguanli/collectionrebatemanagementAdd.vue
  2. 4
      anrui-scm/anrui-scm-ui/src/views/specialrebate/specialrebatemanagement/specialrebatemanagementAdd.vue

4
anrui-scm/anrui-scm-ui/src/views/manufacturerrebates/huikuanguanli/collectionrebatemanagementAdd.vue

@ -135,7 +135,7 @@
<script>
import req from '@/api/manufacturerrebates/collectionrebatemanagement'
import { fetchBySid, typeValues } from '@/api/cheliang/dictcommons'
import { fetchBySid, getTypeValueList } from '@/api/cheliang/dictcommons'
export default {
name: 'HuiKuanFanLiGuanLiAdd',
@ -205,7 +205,7 @@ export default {
},
methods: {
init() {
typeValues({ type: 'rebateType' }).then((res) => {
getTypeValueList({ type: 'rebateType', groupNum: 'DC' }).then((res) => {
if (res.success) {
this.rebateType_list = res.data
}

4
anrui-scm/anrui-scm-ui/src/views/specialrebate/specialrebatemanagement/specialrebatemanagementAdd.vue

@ -102,7 +102,7 @@
<script>
import req from '@/api/specialrebate/specialrebatemanagement'
import { typeValues, fetchBySid, brandDown, fetchDetailsByUseOrgSid } from '@/api/cheliang/dictcommons'
import { fetchBySid, brandDown, fetchDetailsByUseOrgSid, getTypeValueList } from '@/api/cheliang/dictcommons'
export default {
name: 'ZhuanXiangFanLiGuanLiAdd',
@ -170,7 +170,7 @@ export default {
return val
},
init(createOrgSid) {
typeValues({ type: 'rebateType' }).then((res) => {
getTypeValueList({ type: 'rebateType', groupNum: 'DC' }).then((res) => {
if (res.success) {
this.rebateType_list = res.data
}

Loading…
Cancel
Save