瀏覽代碼

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>