diff --git a/src/views/distribution/inventory/CreateOrder.vue b/src/views/distribution/inventory/CreateOrder.vue index 66e2b7a7..7ed2398c 100644 --- a/src/views/distribution/inventory/CreateOrder.vue +++ b/src/views/distribution/inventory/CreateOrder.vue @@ -4254,7 +4254,7 @@ const handleAssignmentItemPriceDispatch = (value, dispatch, template) => { } // 赋值 - value.systemDeliveryChargeType = _item.chargeType || 0; + value.systemDeliveryChargeType = _item.chargeType || 1; value.deliveryPrice = _item.price || 0; } } else {