|
@@ -315,9 +315,8 @@
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
icon="el-icon-delete"
|
|
|
- v-show="scope.row.fItemsStatus !== 6"
|
|
|
@click="handleDelete(scope.row)"
|
|
|
- v-if="scope.row.fBillstatus < 4"
|
|
|
+ v-if="scope.row.fItemsStatus === 1"
|
|
|
v-hasPermi="['warehouseBusiness:stockTransfer:remove']"
|
|
|
>删除
|
|
|
</el-button>
|