Browse Source

修复开单bug

dev-xx
qb 4 months ago
parent
commit
1e6b97f7b2
  1. 2
      src/views/distribution/inventory/CreateOrder.vue

2
src/views/distribution/inventory/CreateOrder.vue

@ -4006,7 +4006,7 @@ const handleSpecialBrandPrice = (value, trunkLine, template) => {
if (!isDisabled.value) return;
// 15 && 0.8 && / 0.11 ,
const { totalCount, totalVolume } = details.totalCost;
const { totalCount, totalVolume } = details.totalObj;
if (totalCount < 15 && totalVolume < 0.8 && totalVolume / (totalCount || 1) < 0.11) {
value.chargeType = 1;

Loading…
Cancel
Save