Browse Source

全部提醒参数修改

linehang 6 năm trước cách đây
mục cha
commit
9ca0785cb7
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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)