|
|
|
@ -172,10 +172,17 @@
|
|
|
|
|
<div> |
|
|
|
|
<!-- <el-button @click="addingRecord(slotProps.scope)">新增记录</el-button> --> |
|
|
|
|
<el-button |
|
|
|
|
v-if="TabPermissions != '4' && !AppealStatusT" |
|
|
|
|
v-if="TabPermissions !== '4' && !AppealStatusT" |
|
|
|
|
@click="view(slotProps.scope)" |
|
|
|
|
>查看</el-button |
|
|
|
|
> |
|
|
|
|
|
|
|
|
|
<el-button |
|
|
|
|
v-if="AppealStatusT && UserPermissions!='仓库客服'" |
|
|
|
|
@click="view(slotProps.scope)" |
|
|
|
|
>查看</el-button |
|
|
|
|
> |
|
|
|
|
|
|
|
|
|
<!-- 处理结果确定和完结确定 --> |
|
|
|
|
<el-button |
|
|
|
|
v-if="TabPermissions == '2'" |
|
|
|
@ -184,21 +191,22 @@
|
|
|
|
|
> |
|
|
|
|
|
|
|
|
|
<el-button |
|
|
|
|
v-if="TabPermissions == '6' && !AppealStatusT" |
|
|
|
|
v-if="TabPermissions == '6' && !AppealStatusT && UserPermissions=='仓库客服'" |
|
|
|
|
@click="appeal(slotProps.scope, false)" |
|
|
|
|
>申诉</el-button |
|
|
|
|
> |
|
|
|
|
|
|
|
|
|
<el-button v-if="AppealStatusT && slotProps.scope.row.typesOf=='0'" @click="appeal(slotProps.scope, 'edit')" |
|
|
|
|
<el-button v-if="AppealStatusT && slotProps.scope.row.typesOf=='0' && UserPermissions=='仓库客服'" @click="appeal(slotProps.scope, 'edit')" |
|
|
|
|
>编辑</el-button |
|
|
|
|
> |
|
|
|
|
|
|
|
|
|
<el-button |
|
|
|
|
v-if="AppealStatusT && slotProps.scope.row.typesOf=='0'" |
|
|
|
|
v-if="AppealStatusT && slotProps.scope.row.typesOf=='0' && UserPermissions=='仓库客服'" |
|
|
|
|
@click="CancelappealFn(slotProps.scope, 'edit')" |
|
|
|
|
>取消申诉</el-button |
|
|
|
|
> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- AppealStatusT申诉列表状态 --> |
|
|
|
|
<!-- <el-button v-if="AppealStatusT" @click="Appealeditor">编辑</el-button> --> |
|
|
|
|
<!-- <el-button @click="ViewEvent(slotProps.scope)">编辑</el-button> --> |
|
|
|
|