瀏覽代碼

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

liujt 9 月之前
父節點
當前提交
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>