|
@@ -10941,7 +10941,7 @@ function savePrescription() {
|
|
|
function getHlyyResult(res) {
|
|
|
console.log("res",res)
|
|
|
$("#messageButton").attr("disabled", false);
|
|
|
- if(res.beSave) {
|
|
|
+ if(res.bSave == true) {
|
|
|
var jsonData = getParamsForpPrescription(1);
|
|
|
let wpMedicineFlag = jsonData.rxDruginfoList ==null || jsonData.rxDruginfoList.length ==0 ? false : true;
|
|
|
savePrescriptionForReadCard(wpMedicineFlag);
|
|
@@ -11083,6 +11083,7 @@ function showHlyyModel(hlyyDiv, loading, hlyyModal, showUrl) {
|
|
|
* 点击保存处方时提示是否读卡 wpMedicineFlag true 是外配处方 false 否
|
|
|
*/
|
|
|
function savePrescriptionForReadCard(wpMedicineFlag) {
|
|
|
+ console.log("savePrescriptionForReadCard")
|
|
|
if (!verifyInsuranceInfo()) {
|
|
|
return;
|
|
|
}
|