|
@@ -162,7 +162,7 @@
|
|
|
:min="0"
|
|
:min="0"
|
|
|
:max="100"
|
|
:max="100"
|
|
|
:disabled="item.orderCategory != 4 || dialogType === 'view'"
|
|
:disabled="item.orderCategory != 4 || dialogType === 'view'"
|
|
|
- @input="getDiscountRatioPrice(scope.row, scope.$index)"
|
|
|
|
|
|
|
+ @input="getDiscountRatioPrice(scope.row, scope.$index, item, index)"
|
|
|
>
|
|
>
|
|
|
<template slot="append">%</template>
|
|
<template slot="append">%</template>
|
|
|
</el-input>
|
|
</el-input>
|