فهرست منبع

fix(采购订单): 修复收货单按钮显示条件

liujt 3 ماه پیش
والد
کامیت
4c5b93fadd
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/views/purchasingManage/purchaseOrder/index.vue

+ 1 - 1
src/views/purchasingManage/purchaseOrder/index.vue

@@ -177,7 +177,7 @@
                   v-if="
                     !['3', '4', '5', '6', '8', '9'].includes(row.sourceType) &&
                     [2].includes(row.orderStatus) &&
-                    row.progress < 200
+                    row.progress < 200 && row.isShowReceiptButton == 1
                   "
                 >
                   收货单