浏览代码

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

xieyong 5 天之前
父节点
当前提交
52e06e19e1
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
           "
         >
           发货详情