Przeglądaj źródła

金额预算预防小数点设定

linehang 6 lat temu
rodzic
commit
fc11c88996
1 zmienionych plików z 1 dodań i 1 usunięć
  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) {