Browse Source

修复开单

pre-production
qb 2 months ago
parent
commit
b999292550
  1. 2
      src/views/distribution/inventory/CreateOrder.vue

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

Loading…
Cancel
Save