diff --git a/anrui-scm/anrui-scm-ui/src/views/manufacturerrebates/huikuanguanli/collectionrebatemanagement.vue b/anrui-scm/anrui-scm-ui/src/views/manufacturerrebates/huikuanguanli/collectionrebatemanagement.vue index 8bef9e03e5..489aa083e2 100644 --- a/anrui-scm/anrui-scm-ui/src/views/manufacturerrebates/huikuanguanli/collectionrebatemanagement.vue +++ b/anrui-scm/anrui-scm-ui/src/views/manufacturerrebates/huikuanguanli/collectionrebatemanagement.vue @@ -22,15 +22,36 @@ + + + - - + + + + + + + + + + + + + + + - + + + + + +
@@ -189,6 +210,25 @@ export default { tableKey: 0, list: [], sids: [], + rebateType_list: [], + state_list: [ + { + dictKey: '0', + dictValue: '未计提' + }, + { + dictKey: '1', + dictValue: '计提中' + }, + { + dictKey: '2', + dictValue: '待核对' + }, + { + dictKey: '3', + dictValue: '已核对' + } + ], FormLoading: false, listLoading: false, collectionType_list: [], @@ -197,12 +237,17 @@ export default { createOrgName: '', purchaseSystemName: '', brandName: '', - collectionTypeKey: '', createOrgSid: '', - createStartTime: '', - createEndTime: '', + collectionTypeKey: '', + manufaSaleChannelValue: '', collectionStartDate: '', collectionEndDate: '', + rebateTypeKey: '', + rebateName: '', + withholdingStartDate: '', + withholdingEndDate: '', + uploadStartDate: '', + uploadEndDate: '', state: '', orgPath: '', userSid: '', @@ -242,6 +287,11 @@ export default { }, methods: { init() { + typeValues({ type: 'rebateType' }).then((res) => { + if (res.success) { + this.rebateType_list = res.data + } + }) typeValues({ type: 'paymentType' }).then((res) => { if (res.success) { this.collectionType_list = res.data @@ -322,12 +372,17 @@ export default { createOrgName: '', purchaseSystemName: '', brandName: '', - collectionTypeKey: '', createOrgSid: '', - createStartTime: '', - createEndTime: '', + collectionTypeKey: '', + manufaSaleChannelValue: '', collectionStartDate: '', collectionEndDate: '', + rebateTypeKey: '', + rebateName: '', + withholdingStartDate: '', + withholdingEndDate: '', + uploadStartDate: '', + uploadEndDate: '', state: '', orgPath: '', userSid: '',