|
@@ -917,7 +917,8 @@ $(function () {
|
|
|
* 医保电子凭证读卡
|
|
|
*/
|
|
|
$("#siReadCard").on("click", function (t) {
|
|
|
- siReadCard("qrcode_01101");
|
|
|
+ // siReadCard("qrcode_01101");
|
|
|
+ siReadCard("jiangsu_qrcode_01101");
|
|
|
});
|
|
|
|
|
|
|
|
@@ -940,6 +941,7 @@ $(function () {
|
|
|
*/
|
|
|
// $("#mztczfSiReadCard").on("click", function (t) {
|
|
|
// mztczfSiReadCard(true, "qrcode_01101");
|
|
|
+ // mztczfSiReadCard(true, "jiangsu_qrcode_01101");
|
|
|
// });
|
|
|
|
|
|
/**
|
|
@@ -2537,7 +2539,8 @@ var visitMtCardResult = null;
|
|
|
function readVisitPatientCard() {
|
|
|
$.ajax({
|
|
|
type: "GET",
|
|
|
- url: 'http://localhost:8321/readcard/entry?param=qrcode_01101',
|
|
|
+ // url: 'http://localhost:8321/readcard/entry?param=qrcode_01101',
|
|
|
+ url: 'http://localhost:8321/api/entry?param=jiangsu_qrcode_01101',
|
|
|
contentType: "application/json;charset=UTF-8",
|
|
|
dataType: "json",
|
|
|
headers: {'Accept': 'application/json', 'Authorization': 'Bearer ' + localStorage.getItem("token")},
|
|
@@ -2690,7 +2693,7 @@ function mztczfSiReadCard(asyncFlag, params) {
|
|
|
mztczfSiReadCardStatus = true;
|
|
|
$.ajax({
|
|
|
type: "GET",
|
|
|
- url: 'http://localhost:8321/readcard/entry?param=' + params,
|
|
|
+ url: params && params === 'jiangsu_qrcode_01101' ? 'http://localhost:8321/api/entry?param=jiangsu_qrcode_01101' :'http://localhost:8321/readcard/entry?param=' + params,
|
|
|
contentType: "application/json;charset=UTF-8",
|
|
|
dataType: "json",
|
|
|
async: asyncFlag,
|
|
@@ -10686,7 +10689,8 @@ function savePrescriptionForReadCard(wpMedicineFlag) {
|
|
|
$("#messageModalYb").modal();
|
|
|
$("#messageContent").html("门诊统筹处方必须读卡,是否立即读卡?");
|
|
|
$("#ybdzpz").off("click").bind("click", function (t) {
|
|
|
- mztczfSiReadCard(true, "qrcode_01101");
|
|
|
+ // mztczfSiReadCard(true, "qrcode_01101");
|
|
|
+ mztczfSiReadCard(true, "jiangsu_qrcode_01101");
|
|
|
realSavePrescription(wpMedicineFlag,false);
|
|
|
});
|
|
|
$("#ybsl").off("click").bind("click", function (t) {
|
|
@@ -14049,7 +14053,7 @@ function setOtherEmrProcess() {
|
|
|
function siReadCard(params) {
|
|
|
$.ajax({
|
|
|
type: "GET",
|
|
|
- url: 'http://localhost:8321/readcard/entry?param=' + params,
|
|
|
+ url: params && params === 'jiangsu_qrcode_01101' ? 'http://localhost:8321/api/entry?param=jiangsu_qrcode_01101' :'http://localhost:8321/readcard/entry?param=' + params,
|
|
|
contentType: "application/json;charset=UTF-8",
|
|
|
dataType: "json",
|
|
|
headers: {'Accept': 'application/json', 'Authorization': 'Bearer ' + localStorage.getItem("token")},
|