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