ソースを参照

fix(opportunityDetailDialog): 修正生产交付期限显示条件

liujt 8 ヶ月 前
コミット
fc51d2773f

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