@@ -548,7 +548,7 @@
size="mini"
type="text"
icon="el-icon-delete"
- v-if="scope.row.fItemsStatus == '计划'"
+ v-if="scope.row.fItemsStatus == '计划' && scope.row.warehouseStatus < 4"
@click="handleDelete(scope.row)"
v-hasPermi="['warehouseBusiness:inStock:remove']"
>删除
@@ -469,7 +469,7 @@
v-hasPermi="['warehouseBusiness:outStock:remove']"
@@ -439,7 +439,7 @@
v-hasPermi="['warehouseBusiness:stockTransfer:remove']"