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