fix:发货管理2608
parent
415b9b3e46
commit
a249239e77
|
|
@ -179,7 +179,7 @@
|
||||||
v-hasPermi="['inventory:execution:recall']"
|
v-hasPermi="['inventory:execution:recall']"
|
||||||
>撤单</el-button>
|
>撤单</el-button>
|
||||||
<el-button
|
<el-button
|
||||||
v-if="scope.row.orderStatus === '2' && scope.row.rebackApproveStatus !== '2' && scope.row.rebackApproveStatus !== '0'"
|
v-if="scope.row.orderStatus === '2' && (scope.row.rebackApproveStatus === '1' || scope.row.rebackApproveStatus === '3')"
|
||||||
size="mini"
|
size="mini"
|
||||||
type="text"
|
type="text"
|
||||||
icon="el-icon-view"
|
icon="el-icon-view"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue