商品订单 和预约 权限修改

This commit is contained in:
shidongli 2022-11-08 13:36:52 +08:00
parent c3f580e112
commit f61789cb93
2 changed files with 7 additions and 7 deletions

View File

@ -99,7 +99,7 @@
type="text" type="text"
icon="el-icon-edit" icon="el-icon-edit"
@click="seeOrder(scope.row)" @click="seeOrder(scope.row)"
v-hasPermi="['system:nurseType:edit']" v-hasPermi="['system:goodsOrder:goodsOrderByOrder']"
>查看商品信息</el-button >查看商品信息</el-button
> >
<el-button <el-button
@ -108,7 +108,7 @@
type="text" type="text"
icon="el-icon-edit" icon="el-icon-edit"
@click="seelogistics(scope.row.id)" @click="seelogistics(scope.row.id)"
v-hasPermi="['system:nurseType:edit']" v-hasPermi="['system:goodsOrder:editExpressNo']"
>录入物流单号</el-button >录入物流单号</el-button
> >
<!-- <el-button <!-- <el-button
@ -126,7 +126,7 @@
type="text" type="text"
icon="el-icon-edit" icon="el-icon-edit"
@click="refund(scope.row.id)" @click="refund(scope.row.id)"
v-hasPermi="['system:nurseType:edit']" v-hasPermi="['system:goodsOrder:goodsOrderRefund']"
>确认退款</el-button >确认退款</el-button
> >
<!-- <el-button <!-- <el-button
@ -339,7 +339,7 @@
<!-- 查看物流信息弹框 --> <!-- 查看物流信息弹框 -->
<el-dialog <el-dialog
title="查看物流信息" title="录入物流单号"
:visible.sync="innerlogistics" :visible.sync="innerlogistics"
append-to-body append-to-body
width="500px" width="500px"

View File

@ -87,7 +87,7 @@
type="text" type="text"
icon="el-icon-zoom-in" icon="el-icon-zoom-in"
@click="seeLook(scope.row)" @click="seeLook(scope.row)"
v-hasPermi="['system:nurseType:edit']" v-hasPermi="['system:appointmentOrder:query']"
>查看</el-button >查看</el-button
> >
<el-button <el-button
@ -95,7 +95,7 @@
type="text" type="text"
icon="el-icon-s-promotion" icon="el-icon-s-promotion"
@click="dispatch(scope.row)" @click="dispatch(scope.row)"
v-hasPermi="['system:nurseType:edit']" v-hasPermi="['system:appointmentOrder:dispatch']"
v-if="scope.row.orderStatus=='WAIT_DISPATCH'" v-if="scope.row.orderStatus=='WAIT_DISPATCH'"
>派单</el-button >派单</el-button
> >
@ -104,7 +104,7 @@
type="text" type="text"
icon="el-icon-error" icon="el-icon-error"
@click="cencel(scope.row.appointmentOrderId)" @click="cencel(scope.row.appointmentOrderId)"
v-hasPermi="['system:nurseType:edit']" v-hasPermi="['system:appointmentOrder:confirmCancel']"
>取消预约</el-button >取消预约</el-button
> >
<el-button <el-button