Commit 07265d9d authored by dragondean@qq.com's avatar dragondean@qq.com

完善订单列表按钮

parent 8217f3f3
......@@ -178,7 +178,7 @@
</template>
<!-- 取消 -->
<template v-if="include(scope.row.status, [0,2])">
<template v-if="include(scope.row.status, [2])">
<el-dropdown-item @click.native="oprateOrder(scope.row.orderId, 'cancelOrder')" >{{$t('取消订单')}}</el-dropdown-item>
</template>
......@@ -280,11 +280,11 @@
</template>
<!-- 取消调仓 -->
<template v-if="
<!-- <template v-if="
include(scope.row.inWarehouseState, [212,213,214])
">
<el-dropdown-item @click.native="$alert('// TODO')" >{{$t('取消调仓')}}</el-dropdown-item>
</template>
</template> -->
<!-- 调拨出仓 -->
<template v-if="
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment