优化财务单据的数值计算

This commit is contained in:
季圣华
2021-06-02 23:33:42 +08:00
parent c25b6dd41e
commit faf5710133
5 changed files with 6 additions and 4 deletions

View File

@@ -166,7 +166,6 @@ export const BillModalMixin = {
//单元值改变一个字符就触发一次
onValueChange(event) {
let that = this
debugger
const { type, row, column, value, target } = event
let param,operNumber,unitPrice,taxUnitPrice,allPrice,taxRate,taxMoney,taxLastMoney
switch(column.key) {