소스 검색

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>