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