diff --git a/anrui-scm/anrui-scm-ui/src/views/manufacturerrebates/huikuanhedui/collectionrebatetobechecked.vue b/anrui-scm/anrui-scm-ui/src/views/manufacturerrebates/huikuanhedui/collectionrebatetobechecked.vue index 45ae226046..840613f5d2 100644 --- a/anrui-scm/anrui-scm-ui/src/views/manufacturerrebates/huikuanhedui/collectionrebatetobechecked.vue +++ b/anrui-scm/anrui-scm-ui/src/views/manufacturerrebates/huikuanhedui/collectionrebatetobechecked.vue @@ -40,9 +40,14 @@ - + - + + + + + +
@@ -181,8 +186,10 @@ export default { rebateName: '', collectionEndDate: '', collectionStartDate: '', - createStartTime: '', - createEndTime: '', + uploadStartDate: '', + uploadEndDate: '', + withholdingStartDate: '', + withholdingEndDate: '', collectionTypeKey: '', createOrgSid: '', state: '', @@ -211,6 +218,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 @@ -296,8 +308,10 @@ export default { rebateName: '', collectionEndDate: '', collectionStartDate: '', - createStartTime: '', - createEndTime: '', + uploadStartDate: '', + uploadEndDate: '', + withholdingStartDate: '', + withholdingEndDate: '', collectionTypeKey: '', createOrgSid: '', state: '',