feat(business/order): 暂时隐藏撤销产品
This commit is contained in:
parent
f83f1d9893
commit
9221ed1221
|
@ -420,14 +420,14 @@
|
|||
scope.row.howLong < 7
|
||||
&& scope.row.orderType != 30
|
||||
" -->
|
||||
<el-button
|
||||
<!-- <el-button
|
||||
v-if="![1, 2, 7, 24, 25, 26, 30].includes(scope.row.orderType) && scope.row.howLong < 7"
|
||||
v-hasButtons="['OrderBusinessCancel']"
|
||||
style="color: rgba(72, 178, 253, 1)"
|
||||
type="text"
|
||||
size="small"
|
||||
@click="backOrder(scope.row.orderCode, 4)"
|
||||
>撤销产品</el-button>
|
||||
>撤销产品</el-button> -->
|
||||
<el-button
|
||||
v-show="(scope.row.orderType == 1 || scope.row.orderType == 24 || scope.row.orderType == 7) && scope.row.returnFlag ==0 && scope.row.orderType != 30"
|
||||
v-hasButtons="['OrderBusinessReturn']"
|
||||
|
|
Loading…
Reference in New Issue