|
@@ -4,11 +4,11 @@
|
|
|
<el-scrollbar style="height: 100%">
|
|
|
<el-row>
|
|
|
<el-col style="padding-left: 15px" :span="16">
|
|
|
- <ws-button type="primary" v-hasPermission="`report.saleOutReport.view`" @click="adopt()">备注
|
|
|
+ <ws-button type="primary" v-hasPermission="`report.goodsSaleOutReport.view`" @click="adopt()">备注
|
|
|
</ws-button>
|
|
|
- <ws-button type="primary" v-hasPermission="`report.saleOutReport.view`" @click="depositbutton()">定金
|
|
|
+ <ws-button type="primary" v-hasPermission="`report.goodsSaleOutReport.view`" @click="depositbutton()">定金
|
|
|
</ws-button>
|
|
|
- <ws-button type="primary" v-hasPermission="`report.saleOutReport.payment`" @click="handlecollect()">收款
|
|
|
+ <ws-button type="primary" v-hasPermission="`report.goodsSaleOutReport.payment`" @click="handlecollect()">收款
|
|
|
</ws-button>
|
|
|
</el-col>
|
|
|
<el-col style="text-align: right; line-height: 60px; padding-right: 10px" :span="8">
|