diff --git a/src/views/warehouseManage/machinery/coding-nw/index.vue b/src/views/warehouseManage/machinery/coding-nw/index.vue
index e315e55..347a04c 100644
--- a/src/views/warehouseManage/machinery/coding-nw/index.vue
+++ b/src/views/warehouseManage/machinery/coding-nw/index.vue
@@ -152,7 +152,11 @@
type="selection"
width="55"
align="center"
- :selectable="(row) => row.maStatus == '15'"
+ :selectable="
+ (row) =>
+ row.maStatus == '15' &&
+ (row.pushStatus == 0 || row.pushStatus == null)
+ "
/>
-
+
+
+ 未推送
+ 已推送
+
+
{
- this.$message.info('已取消推送')
+ // this.$message.info('已取消推送')
})
},