Explorar el Código

全部提醒参数修改

linehang hace 6 años
padre
commit
9ca0785cb7
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      app/sign/html/sign_manage.html

+ 2 - 2
app/sign/html/sign_manage.html

@ -296,7 +296,7 @@
			        		loading = layer.load(0, {shade: false})
			        		param = {
			        			patient: list ? list.patientCode : "",
			        			all: status
			        			isAll: status
			        		}
			        	signAPI.remainMoney(param).then(function(res) {
			        		layer.close(loading)
@ -313,7 +313,7 @@
			        		loading = layer.load(0, {shade: false})
			        		param = {
			        			patient: list ? list.patientCode : "",
			        			all: status
			        			isAll: status
			        		}
			        	signAPI.remainFocus(param).then(function(res) {
			        		layer.close(loading)