瀏覽代碼

金额预算预防小数点设定

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) {