|
@@ -26,31 +26,31 @@
|
|
|
>
|
|
|
<ws-button
|
|
|
type="primary"
|
|
|
- v-hasPermission="`report.procurementInReport.view`"
|
|
|
+ v-hasPermission="`report.goodsProcurementInReport.view`"
|
|
|
@click="handleAudit()"
|
|
|
>通过</ws-button
|
|
|
>
|
|
|
<ws-button
|
|
|
type="primary"
|
|
|
- v-hasPermission="`report.procurementInReport.view`"
|
|
|
+ v-hasPermission="`report.goodsProcurementInReport.view`"
|
|
|
@click="handlereject()"
|
|
|
>驳回</ws-button
|
|
|
>
|
|
|
<ws-button
|
|
|
type="primary"
|
|
|
- v-hasPermission="`report.procurementInReport.payment`"
|
|
|
+ v-hasPermission="`report.goodsProcurementInReport.payment`"
|
|
|
@click="handlepayment"
|
|
|
>付款</ws-button
|
|
|
>
|
|
|
<ws-button
|
|
|
type="primary"
|
|
|
- v-hasPermission="`report.procurementInReport.edit`"
|
|
|
+ v-hasPermission="`report.goodsProcurementInReport.edit`"
|
|
|
@click="addRemarks()"
|
|
|
>备注</ws-button
|
|
|
>
|
|
|
<ws-button
|
|
|
type="primary"
|
|
|
- v-hasPermission="`report.procurementInReport.carry`"
|
|
|
+ v-hasPermission="`report.goodsProcurementInReport.carry`"
|
|
|
@click="dis()"
|
|
|
>定金</ws-button
|
|
|
>
|