|
|
@ -52,7 +52,6 @@ |
|
|
|
</template> |
|
|
|
|
|
|
|
<script> |
|
|
|
import req from '@/api/specialrebate/specialrebatecheck' |
|
|
|
import specialrebatemanagementInfo from '../../specialrebatemanagement/specialrebatemanagementInfo' |
|
|
|
|
|
|
|
export default { |
|
|
@ -87,19 +86,9 @@ export default { |
|
|
|
this.$nextTick(() => { |
|
|
|
this.$refs['form_obj'].clearValidate() |
|
|
|
}) |
|
|
|
this.scmSpecialrebateCheckapplydetailDetails = JSON.parse(JSON.stringify(value)) |
|
|
|
this.viewTitle = '专项返利核对审核申请明细' |
|
|
|
this.scmSpecialrebateCheckapplydetailDetails = value |
|
|
|
if (sid !== '' && sid !== null) { |
|
|
|
req.specialRebateCheckDetails(sid).then((resp) => { |
|
|
|
if (resp.success) { |
|
|
|
this.list = resp.data |
|
|
|
} |
|
|
|
}).catch((e) => { |
|
|
|
this.list = [] |
|
|
|
}) |
|
|
|
} else { |
|
|
|
this.list = this.scmSpecialrebateCheckapplydetailDetails |
|
|
|
} |
|
|
|
this.list = this.scmSpecialrebateCheckapplydetailDetails |
|
|
|
}, |
|
|
|
handleDelete() { |
|
|
|
if (this.sids.length === 0) { |
|
|
|