|
@@ -1578,6 +1578,7 @@ function matchProject(realNo) {
|
|
|
});
|
|
|
}
|
|
|
|
|
|
+
|
|
|
/**
|
|
|
* 打印发票通用方法
|
|
|
* @param patientId
|
|
@@ -1596,6 +1597,7 @@ function printCommon(url, patientId, times, chargeFeeFlag) {
|
|
|
contentType: "application/json;charset=UTF-8",
|
|
|
dataType: "json",
|
|
|
headers: {'Accept': 'application/json', 'Authorization': 'Bearer ' + localStorage.getItem("token")},
|
|
|
+ async: false,
|
|
|
success: function (res) {
|
|
|
if (res == '401' || res == 401) {
|
|
|
window.location.href = '/thmz/login/view'
|