流程+任务分发+报销功能完成
This commit is contained in:
@@ -714,7 +714,6 @@ export default {
|
||||
methods: {
|
||||
|
||||
updateBigPrice(index, row) {
|
||||
console.log(index, row);
|
||||
if (row.price !== '') {
|
||||
row.bigPrice = numberToCNY(parseFloat(row.price) || 0);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user