Pārlūkot izejas kodu

feat: 出库物品选择计量数量为0不可选

liujt 2 nedēļas atpakaļ
vecāks
revīzija
cfbeadbc54

+ 2 - 2
src/views/bpm/outgoingManagement/components/AssetsDialog.vue

@@ -171,7 +171,7 @@
               (row) => {
                 return !this.productLists.some(
                   (it) => it.categoryId == row.categoryId
-                );
+                ) && row.measureQuantity != 0;
               }
             "
           >
@@ -185,7 +185,7 @@
             fixed="left"
             :selectable="
               (row) => {
-                return !this.productLists.some((it) => it.id == row.id);
+                return !this.productLists.some((it) => it.id == row.id) && row.measureQuantity != 0;
               }
             "
           >