소스 검색

金额预算预防小数点设定

linehang 6 년 전
부모
커밋
fc11c88996
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/recover/html/new_recover.html

+ 1 - 1
app/recover/html/new_recover.html

@ -405,7 +405,7 @@
			    		this.templateDetail.splice(index, 1)
			    		var len = detail.specialistServiceItemDO.executeTime.length
			    		if(len) {
			    			this.allFee -= (len * detail.expense)
			    			this.allFee = (this.allFee - (len * detail.expense)) * 1000 | 0 / 1000
			    		}
			    		$.each(vm.projectList, function(index, o) {
							if(detail.specialistServiceItemDO.itemType == o.itemType) {