|
@@ -962,6 +962,50 @@
|
962
|
962
|
});
|
963
|
963
|
}
|
964
|
964
|
}
|
|
965
|
+ }else{
|
|
966
|
+ // 患者陪检执行中或待送达,患者转运待送达
|
|
967
|
+ if (
|
|
968
|
+ ress.type == "ins-zxz-1" ||
|
|
969
|
+ ress.type == "ins-dsd-1" ||
|
|
970
|
+ ress.type == "trans-dsd-1"
|
|
971
|
+ ) {
|
|
972
|
+ console.log(ress.patientName, "code");
|
|
973
|
+ uni.navigateTo({
|
|
974
|
+ url: `../scanning_Result/scanning_Result?type=${
|
|
975
|
+ this.queryObj.type
|
|
976
|
+ }&type1=${
|
|
977
|
+ this.queryObj.type1
|
|
978
|
+ }&infoData=${encodeURIComponent(
|
|
979
|
+ JSON.stringify(ress.data)
|
|
980
|
+ )}&status=${ress.status}&msg=${ress.msg}&patient=${
|
|
981
|
+ ress.patient
|
|
982
|
+ }&patientCode=${ress.patientCode}&deptName=${
|
|
983
|
+ ress.deptName
|
|
984
|
+ }&bedNum=${ress.bedNum}&deptCode=${
|
|
985
|
+ this.queryObj.deptCode
|
|
986
|
+ }&dept=${
|
|
987
|
+ this.queryObj.dept
|
|
988
|
+ }&id=${this.dataId}&model=${encodeURIComponent(
|
|
989
|
+ JSON.stringify(ress)
|
|
990
|
+ )}`,
|
|
991
|
+ });
|
|
992
|
+ } else {
|
|
993
|
+ uni.navigateTo({
|
|
994
|
+ url: `../scanning_Result/scanning_Result?type=${
|
|
995
|
+ this.queryObj.type
|
|
996
|
+ }&type1=${
|
|
997
|
+ this.queryObj.type1
|
|
998
|
+ }&infoData=${encodeURIComponent(
|
|
999
|
+ JSON.stringify(ress.data)
|
|
1000
|
+ )}&status=${ress.status}&msg=${ress.msg}&deptCode=${
|
|
1001
|
+ this.queryObj.deptCode
|
|
1002
|
+ }&dept=${
|
|
1003
|
+ this.queryObj.dept
|
|
1004
|
+ }&deptId=${this.deptId}&id=${this.dataId}&model=${encodeURIComponent(
|
|
1005
|
+ JSON.stringify(ress)
|
|
1006
|
+ )}&speNum=${ress.specimenCount}&scanOrHand=${type}`,
|
|
1007
|
+ });
|
|
1008
|
+ }
|
965
|
1009
|
}
|
966
|
1010
|
// ------------end------------
|
967
|
1011
|
}
|