Explorar o código

fix(details): 修改发货详情按钮显示逻辑,允许在发货数量大于0时显示

xieyong hai 5 días
pai
achega
52e06e19e1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/produce/components/outsourcing/details.vue

+ 1 - 1
src/views/produce/components/outsourcing/details.vue

@@ -296,7 +296,7 @@
           :underline="false"
           @click="sendGoods(row, 'detail')"
           v-if="
-            row.approvalStatus == 2 && row.sendOutQuantity > 0
+            row.approvalStatus == 2 || row.sendOutQuantity > 0
           "
         >
           发货详情