Explorar el Código

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

liujt hace 8 meses
padre
commit
70845a404c

+ 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>