소스 검색

feat(opportunityDetailDialog): 商机审批生产交付交期必填

liujt 8 달 전
부모
커밋
70845a404c
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/views/bpm/handleTask/components/businessOpportunity/opportunityDetailDialog.vue

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

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