diff --git a/src/views/distribution/inventory/CreateOrder.vue b/src/views/distribution/inventory/CreateOrder.vue
index 8488fb97..2d970bb3 100644
--- a/src/views/distribution/inventory/CreateOrder.vue
+++ b/src/views/distribution/inventory/CreateOrder.vue
@@ -399,7 +399,7 @@
{
}
if (message) {
- item.goodsName = '';
+ // item.goodsName = '';
return ElMessage.warning(message);
}
@@ -2842,10 +2842,15 @@ $borderColor: #172e60;
background: #fff;
transition: all 0.3s;
padding: 10px 0;
+ cursor: pointer;
&:hover {
background: #f5f7fa;
}
+
+ &.active {
+ background: #f5f7fa;
+ }
}
.is-error {