@@ -167,7 +167,7 @@
v-model="scope.row.openQuantity"
placeholder="请输入本次开票数量"
:disabled="disabled"
- @blur="calcMoney(scope.row,scope.$index)"
+ @blur="formatMoney(Number(scope.row.openQuantity) * Number(scope.row.salesPrice))"
@input="totalOpenQuantity(scope.row,scope.$index)"
/>
</template>