소스 검색

成本分配列表-面料转入数量-单位成本保留两位小数

jingbb 1 년 전
부모
커밋
59a59380ca
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/reportForms/cost-allocation-table/tabs.vue

+ 1 - 1
src/views/reportForms/cost-allocation-table/tabs.vue

@@ -697,7 +697,7 @@ export default {
            
             record.syTransfers.map(item=>{
               if(item.unitCost){
-                 item.unitCost =  Number(item.unitCost).toFixed(3)
+                 item.unitCost =  Number(item.unitCost).toFixed(2)
               }
             })
             this.$refs.fabInQuaModal.data = record.syTransfers