|
|
@ -2731,7 +2731,11 @@ const handleDispatchPrice = (dispatch, template) => { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// 是否存在最低计费 |
|
|
|
// 是否存在最低计费 |
|
|
|
if ((dispatch || template) && template.trunklineIsMinCost) { |
|
|
|
if ( |
|
|
|
|
|
|
|
(dispatch || template) && |
|
|
|
|
|
|
|
template.trunklineIsMinCost && |
|
|
|
|
|
|
|
Number(template.dispatchMinCostMode) === 1 |
|
|
|
|
|
|
|
) { |
|
|
|
switch (Number(template.dispatchMinCostType)) { |
|
|
|
switch (Number(template.dispatchMinCostType)) { |
|
|
|
// 价格 |
|
|
|
// 价格 |
|
|
|
case 1: |
|
|
|
case 1: |
|
|
|