123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825 |
- <template>
- <view class="Scanning_djInfo">
- <view class="Scanning_top" v-if="res.status == 200">
- <view class="Scanning_top_icon">
- <view v-if="type == 'specimenPlan' || type == 'specimen'">
- <view class="fweight speNum" style="color: red;"> {{ speNum }} </view>
- </view>
- <text v-else class="cubeic-ok icon_transport transport-duigou"></text>
- </view>
- <view class="Scanning_top_text">
- <view class="text1">操作成功</view>
- </view>
- </view>
- <view class="Scanning_top" v-if="
- res.status == 10005 ||
- res.status == 100018 ||
- res.status == 500 ||
- res.status == 10004 ||
- res.status == 100021 ||
- res.status == 100020 ||
- res.status == 100019 ||
- res.status == 100031
- ">
- <view class="Scanning_top_icon">
- <text class="cubeic-close icon_transport transport-shibai"></text>
- </view>
- <view class="Scanning_top_text">
- <view class="text1">操作失败</view>
- <view class="text1 f30" v-if="queryObj.qrcode !== undefined">扫描内容:{{queryObj.qrcode}}</view>
- </view>
- </view>
- <view class="Scanning_cont" v-if="res.status != 200 || res.msg != '成功!'">
- <view>{{ res.msg }}</view>
- </view>
- <view class="Scanning_cont" v-if="
- (res.status == 200 && type == 'specimenPlan') ||
- (res.status == 200 && type == 'specimen')
- ">
- <view>{{ infoDATA.data.stype.name }}({{infoDATA.data.scode}})</view>
- <view>检验项目 : {{ infoDATA.data.specimenDesc || "-" }}</view>
- <view>
- {{ infoDATA.data.sickRoom ? infoDATA.data.sickRoom.dept : "" }}
- <text style="width: 4em;text-align: center;margin-left: 1em;margin-right: 1em;" class="icon_transport transport-arrow-right-full"></text>
- {{ infoDATA.data.checkDept ? infoDATA.data.checkDept.dept : "" }}
- </view>
- <view>患者姓名 : {{ infoDATA.data.patientName}}({{infoDATA.data.bedNum}})</view>
- <view>住院号 : {{ infoDATA.data.residenceNo || '-' }}</view>
- <!-- <view>标本类型 : {{ infoDATA.data.stype.name || "-" }}</view>
- <view>标本编号 : {{ infoDATA.data.scode || "-" }}</view>
- <view>检验科室 : {{ infoDATA.data.checkDept ? infoDATA.data.checkDept.dept : "-" }}</view>
- <view>检验项目 : {{ infoDATA.data.specimenDesc || "-" }}</view>
- <view>患者姓名 : {{ infoDATA.data.patientName}}<text v-if="infoDATA.data.bedNum">({{infoDATA.data.bedNum}})</text></view>
- <view>住院号 : {{ infoDATA.data.residenceNo || "-" }}</view>
- <view v-if="
- accountObj && infoType !== 'spe-ddd-1' && infoType !== 'spe-dsd-1'&& infoType !== 'plan-spe-ddd-1' && infoType !== 'plan-spe-dsd-1'
- ">
- 交接人账号 : {{ accountObj.account }}
- </view>
- <view v-if="
- accountObj && infoType !== 'spe-ddd-1' && infoType !== 'spe-dsd-1'&& infoType !== 'plan-spe-ddd-1' && infoType !== 'plan-spe-dsd-1'
- ">
- 交接人姓名 : {{ accountObj.accountName }}
- </view>
- <view>已扫描 : {{ speNum }}</view> -->
- </view>
- <view class="Scanning_cont" v-if="
- (res.status == 200 && type == 'inspect') || type == 'patientTransport'
- ">
- <view v-if="infoDATA.patient">患者姓名 : {{ infoDATA.patient || "-" }}</view>
- <view v-if="infoDATA.patient">住院号 : {{ infoDATA.residenceNo || "-" }}</view>
- <view v-if="infoDATA.patient">住院科室 : {{ infoDATA.deptName || "-" }}</view>
- <view v-if="infoDATA.patient">床号 : {{ infoDATA.bedNum || "-" }}</view>
- <view v-if="infoDATA.data">
- 检查项目 :
- <text v-for="(data, i) in infoDATA.data" :key="i">{{ data.inspectName }},</text>
- </view>
- <view v-if="
- infoType == 'ins-dsd-1' ||
- infoType == 'trans-dsd-1' ||
- infoDATA.type == 'trans-dsd-1'
- ">工单已完成</view>
- <view v-if="infoDATA.type == 'ins-half-ok'">已到达检查科室,工单已完成。</view>
- </view>
- <view class="Scanning_cont" v-if="
- (res.status == 200 && type == 'drugsBag') ||
- (res.status == 200 && type == 'jPBag')
- ">
- <view> 药包类型 : {{(infoDATA.data.packType && infoDATA.data.packType !== 0) ? DRUGSBAG_TYPE[infoDATA.data.packType] : "-"}} </view>
- <view v-if="type == 'drugsBag'">药包编码 : #{{ infoDATA.data.packid }}</view>
- <view v-if="type == 'jPBag'">静配编码 : #{{ infoDATA.data.packid }}</view>
- <view>所属科室 : {{ infoDATA.data.target.dept }}</view>
- <view v-if="
- accountObj && (infoType === 'drug-ddd-2' || infoType === 'drug-dsd-2')
- ">
- 交接人账号 : {{ accountObj.account }}
- </view>
- <view v-if="
- accountObj && (infoType === 'drug-ddd-2' || infoType === 'drug-dsd-2')
- ">
- 交接人姓名 : {{ accountObj.accountName }}
- </view>
- <text v-if="infoType == 'drug-dsd-2' || infoType == 'jp-dsd-2'">工单已完成。</text>
- <view class="red"> 如果您当前科室还有药包需要扫描,请点击“继续扫描”! </view>
- </view>
- <!-- <view class="foot_btn" v-if="idsType==1&&res.status==200">
- <view class="btn1" @click="Scanning_again()">继续扫描</view>
- <view class="btn2" @click="showAlert()">知道了</view>
- </view> -->
- <view class="foot_btn_spe" v-if="
- res.status == 100018 || type == 'specimen' || type == 'specimenPlan'
- ">
- <view class="btn1" @click="Scanning_again()">继续扫描</view>
- <view class="btn3" @click="hand_again()" v-if="type == 'specimen' || type == 'specimenPlan'">手动录入</view>
- <view class="btn3" @click="getNoScanSpecimen(false)" v-if="type == 'specimen' || type == 'specimenPlan'">未扫描标本</view>
- <view class="btn3" @click="getNoScanSpecimen(true)" v-if="type == 'specimen' || type == 'specimenPlan'">已扫描标本</view>
- <view class="btn2" @click="Scanning_complete(ids)">完成扫描</view>
- </view>
- <view class="foot_btn" v-if="
- type != 'specimen' &&
- res.status != 200 &&
- type != 'specimenPlan' &&
- type !== 'drugsBag' &&
- type !== 'jPBag' &&
- type !== 'patientTransport'
- ">
- <view class="btn3" @click="showAlert()">知道了</view>
- </view>
- <view class="foot_btn" v-if="
- (res.status != 200 && type == 'drugsBag') ||
- (res.status != 200 && type == 'jPBag') ||
- (res.status != 200 && type == 'patientTransport')
- ">
- <view class="btn3" @click="Scanning_again()">继续扫描</view>
- <view class="btn3" @click="showAlert()" v-if="type == 'drugsBag'">知道了</view>
- </view>
- <view class="foot_btn" v-if="
- res.status == 200 &&
- type != 'specimen' &&
- type != 'specimenPlan'
- ">
- <view class="btn3" @click="Scanning_again()" v-if="
- (res.status == 200 && type == 'drugsBag') ||
- (res.status == 200 && type == 'jPBag')
- ">继续扫描</view>
- <view class="btn3" @click="showAlert()">知道了</view>
- </view>
- <!-- 弹窗 -->
- <showModel :title="models.title" :icon="models.icon" :disjunctor="models.disjunctor" :content="models.content"
- @ok="ok" @cancel="cancel" :operate="models.operate"></showModel>
- <!-- 弹窗 -->
- <showModel :title="models2.title" :icon="models2.icon" :disjunctor="models2.disjunctor" :content="models2.content"
- @ok="ok2" @know="know2" @cancel="cancel2" :operate="models2.operate">
- </showModel>
- <!-- 手动查询标本弹窗 -->
- <handViewSpecimen v-if="speModels.disjunctor" :title="speModels.title" :disjunctor="speModels.disjunctor"
- @ok="speOk" @cancel="speCancel">
- </handViewSpecimen>
- </view>
- </template>
- <script>
- import showModel from "../../components/showModel/showModel.vue";
- import {
- get,
- post,
- SM,
- webHandle
- } from "../../http/http.js";
- import {
- DRUGSBAG_TYPE
- } from '../../tools/enum.drugsbagType.js';
- export default {
- data() {
- return {
- DRUGSBAG_TYPE,
- currentCode: '', //当前小扫描的科室二维码
- // 手动查询标本弹窗model
- speModels: {
- disjunctor: false,
- },
- // 交接人信息
- accountObj: undefined,
- //传给后端查询是否继续扫描
- deptId: undefined,
- SMFlag: true,
- // 弹窗model
- models: {
- disjunctor: false,
- },
- // 完成扫描弹窗model1
- models2: {
- disjunctor: false,
- },
- wcId: "", //工单完成ID
- wcFlag: false,
- infoDATA: [],
- res: {
- status: "",
- msg: "",
- },
- infoType: "",
- DEPTCode: "",
- RESData: {},
- DEPT: "",
- dataId: "",
- type: "",
- model: {},
- idsType: 1,
- packid: "",
- speNum: 0,
- queryObj: {}, //路由传递过来的参数
- gotoFlag: true,
- content: "",
- };
- },
- methods: {
- // 手动查询标本-确认
- speOk(data) {
- console.log(data);
- if (!data.id) {
- //没有查询到标本
- uni.showModal({
- title: '提示',
- content: "没有查询到标本!",
- showCancel: false,
- success: function(res) {
- if (res.confirm) {
- console.log('用户点击确定');
- } else if (res.cancel) {
- console.log('用户点击取消');
- }
- }
- });
- return;
- }
- this.speModels.disjunctor = false;
- this.hand_scanning_common(data.scode, 'hand');
- },
- // 手动查询标本-取消
- speCancel() {
- this.speModels.disjunctor = false;
- },
- // 手动查询标本弹窗
- showHandViewSpecimen() {
- this.speModels = {
- title: '填写标本编码',
- disjunctor: true,
- }
- },
- // 手动录入标本
- hand_again() {
- this.showHandViewSpecimen();
- },
- // 手动输入标本和扫码公共方法
- hand_scanning_common(ress1, type) {
- let list = [];
- let postType = "";
- let ids = [];
- if (this.ids && this.ids[0]) {
- ids = this.ids;
- } else if (this.dataId) {
- ids = [];
- ids.push(this.dataId);
- }
- let data = {
- ids: ids,
- deptCode: this.DEPTCode,
- code: "", // 2
- };
- // ----------------
- uni.showLoading({
- title: "加载中",
- mask: true,
- });
- //检验二维码的有效性
- post("/dept/scanning", {
- content: ress1,
- }).then((result) => {
- this.SMFlag = true;
- this.currentCode = result.code;
- if (result.state == 200 || result.state == 201) {
- let ress = result.code;
- if (ress) {
- data.code = ress;
- if (this.type == "inspect") {
- postType = "handleIns";
- list = data;
- }
- if (this.type == "jPBag" || this.type == "drugsBag") {
- postType = "handleDrugsAndJp";
- data["type"] = this.infoType;
- list = data;
- if (this.accountObj) {
- list.handover = this.accountObj.accountId;
- }
- list.deptId = this.deptId;
- delete list.ids;
- }
- if (this.type == "specimen") {
- postType = "handleSpes";
- data["speCode"] = data.code;
- delete data.code;
- data["type"] = this.infoType;
- list = data;
- if (this.accountObj) {
- list.handover = this.accountObj.accountId;
- }
- }
- if (this.type == "specimenPlan") {
- postType = "handlePlanSpes";
- data["speCode"] = data.code;
- delete data.code;
- data["type"] = this.infoType;
- list = data;
- if (this.accountObj) {
- list.handover = this.accountObj.accountId;
- }
- }
- if (this.type == "patientTransport") {
- postType = "handleTrans";
- list = data;
- }
- post("/workerOrder/" + postType, list).then((res) => {
- uni.hideLoading();
- if (res.status == 200) {
- //标本和标本轮巡工单,扫描标本后会自动调用摄像头,继续扫描,直到status不是200
- if (this.type == "specimenPlan" || this.type == "specimen") {
- if (type === 'scan') {
- setTimeout(()=>{
- this.Scanning_again();
- },500)
- } else if (type === 'hand') {
- this.hand_again();
- }
- }
- if (
- this.type == "inspect" ||
- this.type == "patientTransport"
- ) {
- if (res.ids) {
- for (var i = 0; i < this.ids.length; i++) {
- if (this.ids[i] == res.ids[0]) {
- this.ids.splice(i, 1);
- }
- }
- if (this.ids.length > 1) {
- this.idsType = 1;
- } else {
- this.idsType = 2;
- }
- }
- this.infoDATA = res;
- this.type = this.type;
- this.DEPTCode = this.DEPTCode;
- } else if (this.type == "drugsBag") {
- // this.infoDATA.data.packid = res.data.packid;
- this.infoDATA = res;
- this.res["status"] = res.status;
- this.res["msg"] = res.msg;
- } else if (
- this.type == "specimenPlan" ||
- this.type == "specimen"
- ) {
- this.infoDATA = res;
- this.speNum = res.specimenCount;
- // --------------------------
- this.res["status"] = res.status;
- this.res["msg"] = res.msg;
- // --------------------------
- } else if (this.type == "jPBag") {
- // this.infoDATA.data.packid = res.data.packid;
- this.infoDATA = res;
- this.res["status"] = res.status;
- this.res["msg"] = res.msg;
- } else {
- uni.navigateTo({
- url: `../scanning_djEnd/scanning_djEnd?type=${
- this.queryObj.type
- }&type1=${this.queryObj.type1}&code=${
- this.queryObj.deptCode
- }&dept=${this.queryObj.dept}&ids=${encodeURIComponent(
- JSON.stringify(this.ids)
- )}&model=${encodeURIComponent(
- JSON.stringify(res)
- )}&accountObj=${encodeURIComponent(
- JSON.stringify(this.accountObj)
- )}&deptId=${this.deptId}`,
- });
- }
- } else {
- uni.navigateTo({
- url: `../scanning_djEnd/scanning_djEnd?type=${
- this.queryObj.type
- }&type1=${this.queryObj.type1}&code=${
- this.queryObj.deptCode
- }&dept=${this.queryObj.dept}&ids=${encodeURIComponent(
- JSON.stringify(this.ids)
- )}&model=${encodeURIComponent(
- JSON.stringify(res)
- )}&speNum=${this.speNum}&accountObj=${encodeURIComponent(
- JSON.stringify(this.accountObj)
- )}&deptId=${this.deptId}&scanOrHand=${type}&qrcode=${this.currentCode}`,
- });
- }
- });
- }
- } else {
- uni.hideLoading();
- uni.showToast({
- icon: "none",
- title: result.info || "接口获取数据失败!",
- });
- }
- });
- // ------------------------------
- },
- // 查看未扫描标本
- // isScan true已扫描标本,false未扫描标本
- getNoScanSpecimen(isScan) {
- if (!this.gotoFlag) {
- return;
- }
- this.gotoFlag = false;
- if(isScan){
- uni.navigateTo({
- url: `../noScanSpecimen/noScanSpecimen?deptName=${this.queryObj.dept}&workOrderId=${encodeURIComponent(JSON.stringify(this.queryObj.ids))}&deptCode=${this.queryObj.deptCode}&isScan=1`,
- });
- }else{
- uni.navigateTo({
- url: `../noScanSpecimen/noScanSpecimen?deptName=${this.queryObj.dept}&workOrderId=${encodeURIComponent(JSON.stringify(this.queryObj.ids))}&deptCode=${this.queryObj.deptCode}`,
- });
- }
- },
- overFinish() {
- let postType = "";
- if (
- this.queryObj.type1 === "plan-spe-ddd-2" ||
- this.queryObj.type1 === "plan-spe-dsd-2" ||
- this.queryObj.type1 === "plan-spe-dsd-3"
- ) {
- postType = "finishPlanSpes";
- } else if (this.queryObj.type1 == "spe-ddd-2") {
- postType = "finishSpes";
- }
- let data = {
- type: this.queryObj.type1,
- ids: this.wcId,
- };
- post("/workerOrder/" + postType, data).then((res) => {
- if (res.status == 200) {
- this.models2 = {
- disjunctor: true,
- title: "提示",
- content: `完成扫描成功`,
- icon: "success",
- operate: {
- know: "知道了",
- },
- };
- } else {
- uni.showToast({
- icon: "none",
- title: res.msg || "接口获取数据失败!",
- });
- }
- });
- },
- // 确定
- ok() {
- this.models.disjunctor = false;
- let postData = {
- ids: this.queryObj.ids,
- sign: true,
- deptQrCode: this.queryObj.deptCode,
- };
- uni.showLoading({
- title: "加载中",
- mask: true,
- });
- post("/workerOrder/expectedAndActual", postData).then((ress) => {
- uni.hideLoading();
- if (ress.status == 200) {
- if (this.wcFlag) {
- //正常完成扫描
- this.overFinish();
- } else {
- this.gotoOver();
- }
- } else if (ress.status == 1000035) {
- let content = "";
- if (
- this.queryObj.type1 === "spe-ddd-2" ||
- this.queryObj.type1 === "plan-spe-ddd-2"
- ) {
- //待到达
- content =
- `系统内预计标本<strong class="red">${ress.expectReceiveNum}</strong>只,您扫描收取标本<strong class="red">${ress.actualReceiveNum}</strong>只,其中<strong class="red">${ress.notReceiveNum}</strong>只未扫描;`;
- } else {
- //待送达
- this.content = `本工单已签到<strong class="red">${
- ress.scanSet ? ress.scanSet.join("、") : ""
- }</strong>,剩余需签到科室<strong class="red">${
- ress.notScanSet ? ress.notScanSet.join("、") : ""
- }</strong>,总签收<strong class="red">${
- ress.totalAcceptance
- }</strong>只,剩余<strong class="red">${
- ress.notAcceptance
- }</strong>只未签收,您确定完成工单吗?`;
- content =
- `您在<strong class="red">${ress.deptName}</strong>检验科扫描了<strong class="red">${ress.deptScanNum}</strong>个标本,还需扫描<strong class="red">${ress.deptNotScanNum}</strong>标本。`;
- }
- // 取消弹窗 2022年10月10日
- this.ok2();
- // this.models2 = {
- // disjunctor: true,
- // title: "提示",
- // content,
- // icon: "warn",
- // operate: {
- // ok: "确定",
- // cancel: "取消",
- // },
- // };
- } else {
- uni.showToast({
- icon: "none",
- title: ress.msg || "接口获取数据失败!",
- });
- }
- });
- },
- // 取消
- cancel() {
- this.models.disjunctor = false;
- },
- // 确定
- ok2() {
- this.models2.disjunctor = false;
- let postData = {
- ids: this.queryObj.ids,
- deptQrCode: this.queryObj.deptCode,
- };
- uni.showLoading({
- title: "加载中",
- mask: true,
- });
- post("/workerOrder/expectedAndActual", postData).then((ress) => {
- uni.hideLoading();
- if (ress.status == 200) {
- if (this.wcFlag) {
- this.overFinish();
- } else {
- this.gotoOver();
- }
- } else {
- uni.showToast({
- icon: "none",
- title: ress.msg || "接口获取数据失败!",
- });
- }
- });
- },
- // 取消
- cancel2() {
- this.models2.disjunctor = false;
- },
- know2() {
- this.models2.disjunctor = false;
- uni.navigateTo({
- url: "../receiptpage/receiptpage",
- });
- },
- //完成扫描
- Scanning_complete(id) {
- // 如果是标本配送和标本轮巡,则进入标本核对页面
- if((this.type === 'specimen' || this.type === 'specimenPlan') && this.queryObj.type1.includes('ddd')){
- uni.navigateTo({
- url: `../checkAfterScanning/checkAfterScanning?id=${id}&type=${this.queryObj.type}&type1=${this.queryObj.type1}&dept=${this.queryObj.dept}&deptId=${this.queryObj.deptId}&deptCode=${this.queryObj.deptCode}&speNum=${this.speNum}&content=${this.content}`,
- });
- return;
- }
- this.wcId = id;
- if (
- this.queryObj.type1 == "plan-spe-ddd-2" ||
- this.queryObj.type1 == "spe-ddd-2"
- ) {
- this.wcFlag = true;
- this.models = {
- disjunctor: true,
- title: "提示",
- content: "是否确定标本已扫描完成?",
- icon: "warn",
- operate: {
- ok: "确定",
- cancel: "取消",
- },
- };
- } else if (
- this.queryObj.type1 == "plan-spe-dsd-2" ||
- this.queryObj.type1 == "plan-spe-dsd-3" ||
- this.queryObj.type1 == "spe-dsd-2" ||
- this.queryObj.type1 == "spe-dsd-3"
- ) {
- this.wcFlag = false;
- this.models = {
- disjunctor: true,
- title: "提示",
- content: "是否确定标本已扫描完成?",
- icon: "warn",
- operate: {
- ok: "确定",
- cancel: "取消",
- },
- };
- } else {
- this.gotoOver();
- }
- },
- // 跳转完成工单页面
- gotoOver() {
- if(this.queryObj.type === 'specimenPlan'){
- uni.navigateTo({
- url: `../specimenCheckingEnd/specimenCheckingEnd?type=${this.queryObj.type}&type1=${
- this.queryObj.type1
- }&id=${encodeURIComponent(JSON.stringify(this.wcId))}&deptCode=${
- this.queryObj.deptCode
- }&dept=${this.queryObj.dept}&content=${this.content}`,
- });
- }else{
- uni.navigateTo({
- url: `../scanning/scanning?type=${this.queryObj.type}&type1=${
- this.queryObj.type1
- }&id=${encodeURIComponent(JSON.stringify(this.wcId))}&deptCode=${
- this.queryObj.deptCode
- }&dept=${this.queryObj.dept}&content=${this.content}`,
- });
- }
- },
- // 继续扫描
- Scanning_again() {
- if (!this.SMFlag) {
- return;
- }
- this.SMFlag = false;
- SM()
- .then((ress1) => {
- this.hand_scanning_common(ress1, 'scan');
- })
- .catch((err) => {
- this.SMFlag = true;
- });
- },
- // 知道了
- showAlert() {
- uni.navigateTo({
- url: "../receiptpage/receiptpage",
- });
- },
- },
- onShow() {
- this.SMFlag = true;
- this.gotoFlag = true;
- },
- onLoad(options) {
- if (options.status == 200&&options.scanOrHand === 'hand'&&(options.type === "specimen"||options.type === "specimenPlan")) {
- this.hand_again();
- }
- console.log(options, "options");
- if (options.speNum) {
- this.speNum = options.speNum;
- }
- if (options.accountObj && options.accountObj != "undefined") {
- this.accountObj = JSON.parse(options.accountObj);
- }
- if (options.deptId && options.deptId != "undefined") {
- this.deptId = options.deptId;
- }
- this.queryObj = options;
- if (this.queryObj.model) {
- let list = JSON.parse(this.queryObj.model);
- this.infoDATA = list;
- } else {
- this.infoDATA = this.queryObj.infoData;
- }
- this.RESData = this.queryObj.resData;
- this.res["status"] = this.queryObj.status;
- this.res["msg"] = this.queryObj.msg;
- this.res["patient"] = this.queryObj.patient;
- this.infoType = this.queryObj.type1;
- if (this.queryObj.dept) {
- this.DEPT = this.queryObj.dept;
- }
- this.queryObj.ids = JSON.parse(this.queryObj.ids);
- if (this.queryObj.ids) {
- this.ids = this.queryObj.ids;
- if (this.ids.length > 1) {
- this.idsType = 1;
- } else {
- this.idsType = 2;
- }
- }
- this.DEPTCode = this.queryObj.deptCode;
- this.type = this.queryObj.type;
- // #ifdef APP-PLUS
- webHandle("no", "app");
- // #endif
- // #ifdef H5
- webHandle("no", "wx");
- // #endif
- },
- };
- </script>
- <style lang="less">
- .Scanning_djInfo {
- padding: 0 20rpx;
- .Scanning_top {
- min-height: 270rpx;
- .red {
- background-color: #ff3b53 !important;
- }
- .Scanning_top_icon {
- width: 140rpx;
- height: 140rpx;
- margin: 0 auto;
- margin-top: 116rpx;
- border-radius: 50%;
- line-height: 140rpx;
-
- .speNum{
- text-align: center;
- font-size: 140rpx;
- }
- .cubeic-ok {
- font-size: 140rpx;
- color: #35b34a;
- }
- .cubeic-close {
- font-size: 140rpx;
- color: #ff3b53;
- }
- }
- .Scanning_top_text {
- .text1 {
- margin-top: 40rpx;
- font-size: 48rpx;
- text-align: center;
- }
- }
- }
- .Scanning_cont {
- font-size: 32rpx;
- text-align: center;
- view {
- margin-bottom: 16rpx;
- }
- .text {
- margin-top: 24rpx;
- color: #35b34a;
- }
- .text1 {
- margin-top: 24rpx;
- color: #ff3b53;
- }
- }
- .foot_btn {
- line-height: 88rpx;
- height: 100rpx;
- margin-top: 40rpx;
- text-align: center;
- display: flex;
- .btn1,
- .btn2,
- .btn3 {
- height: 88rpx;
- margin: 0 1%;
- flex: 1;
- background-image: linear-gradient(to right, #72c172, #3bb197);
- color: #fff;
- border-radius: 8rpx;
- font-size: 32rpx;
- margin-top: 16rpx;
- }
- }
- .foot_btn_spe {
- line-height: 88rpx;
- height: 100rpx;
- margin-top: 40rpx;
- text-align: center;
- display: flex;
- justify-content: space-between;
- flex-wrap: wrap;
-
- &::after {
- content: '';
- flex: 1;
- }
-
- view {
- height: 88rpx;
- width: 48%;
- margin: 0 1%;
- background-image: linear-gradient(to right, #72c172, #3bb197);
- color: #fff;
- border-radius: 8rpx;
- font-size: 32rpx;
- margin-top: 16rpx;
- }
- }
- }
- </style>
|