فهرست منبع

fix(opportunityDetailDialog): 修正生产交付期限显示条件

liujt 8 ماه پیش
والد
کامیت
fc51d2773f
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/views/bpm/handleTask/components/businessOpportunity/opportunityDetailDialog.vue

+ 2 - 2
src/views/bpm/handleTask/components/businessOpportunity/opportunityDetailDialog.vue

@@ -91,13 +91,13 @@
           'salesManagerApprove'
         ].includes(taskDefinitionKey)
       "
-    :isCustomerMark="false"
+      :isCustomerMark="false"
       ref="inventoryTable"
       :isDeliveryDeadline="false"
       :isGuaranteePeriod="false"
       :isDiscount="false"
       :pricing-way="form.pricingWay"
-      :isProduceDeliveryDeadline="true"
+      :isProduceDeliveryDeadline="taskDefinitionKey === 'productionSupervisorApprove2'"
       
     ></inventoryTable>