12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382 |
- <template>
- <view class="HomeItem">
- <view v-if="!online && online !== undefined && workSchemeType == 1">
- <view class="goWork" @click="GoWork()">
- <view class="goWork_btn_E">
- <view class="goWork_btn_W"> 上班 </view>
- </view>
- </view>
- <view class="goWork_text">
- <view class="goWork_text-p">上班提醒</view>
- <view>请点击" 上班 "开始接单!</view>
- </view>
- </view>
- <view v-if="!online && online !== undefined && workSchemeType == 2" class="goWorkAll">
- <view class="goWorkSelect combination">
- <view class="goWorkSelect-head">上班选择工作组合</view>
- <scroll-view class="goWorkSelect-list scroll" scroll-y :refresher-enabled="scroll_refresher_enabled"
- :refresher-triggered="triggered" @refresherrefresh="refresherrefresh" @refresherrestore="refresherrestore"
- @scrolltolower="scrolltolower" :scroll-top="scroll_top" @refresherabort="refresherabort" @scroll="scroll">
- <radio-group @change="radioChange1">
- <label class="goWorkSelect-item relative" v-for="item in zxzData" :key="item.str">
- <radio :value="item.str" :checked="item.checked" />
- <picker class="picker" v-if="item.ruleType == 4" @change="bindPickerChange" :value="index" :range="groups"
- range-key="groupName">
- <view>{{ item.configName }}</view>
- </picker>
- <view v-else>{{ item.configName }}</view>
- </label>
- </radio-group>
- </scroll-view>
- </view>
- <view class="goWorkSelect history">
- <view class="goWorkSelect-head"> 历史上班记录 </view>
- <view class="goWorkSelect-list">
- <radio-group @change="radioChange2">
- <label class="goWorkSelect-item" v-for="(item, index) in historys" :key="index">
- <radio :value="item.str" :checked="item.checked" />
- <view>{{ item.useTime }}上班记录快捷上班</view>
- <button @click="lock(item)">
- {{ item.locking == 1 ? "解锁" : "锁定" }}
- </button>
- </label>
- </radio-group>
- </view>
- </view>
- </view>
-
- <view class="login" v-if="!workSchemeType && (isApp||isH5AndPwd)">
- <view class="title"> 医疗服务中心转运系统 </view>
- <input class="login_input" v-model="username" placeholder="请输入用户名" />
- <input class="login_input" password v-model="password" placeholder="请输入密码" />
- <input class="login_input" v-show="!isH5AndPwd" v-model="ip" placeholder="请输入域名或IP地址,如:http(s)://192.168.3.108" />
- <view class="savePassword">
- <checkbox-group @change="checkboxChange">
- <label>
- <checkbox v-for="(item,index) in savePassword" :key="item.value" color="#42b983" :value="item.value"
- :checked="item.checked" />记住密码
- </label>
- </checkbox-group>
- </view>
- <view class="page_item_btn" @click="login()"> 登录 </view>
- <view class="tips" v-show="isH5AndPwd">
- (此系统为服务中心及药房人员使用,其他科室人员请勿进行操作)
- </view>
- </view>
-
- <view class="botImg" v-if="online || (!online && online !== undefined && workSchemeType == 1)">
- <view class="img"></view>
- </view>
-
- <showModel :title="models.title" :icon="models.icon" :disjunctor="models.disjunctor" :content="models.content"
- @ok="ok" @cancel="cancel" :operate="models.operate" :phone="models.phone" @know="know"></showModel>
-
- <showModel :title="modelsLock.title" :icon="modelsLock.icon" :disjunctor="modelsLock.disjunctor"
- :content="modelsLock.content" @ok="okLock" @cancel="cancelLock" :operate="modelsLock.operate" @know="knowLock">
- </showModel>
-
- <showModel :title="models2.title" :icon="models2.icon" :disjunctor="models2.disjunctor" :content="models2.content"
- @ok="ok2" @cancel="cancel2" :operate="models2.operate">
- </showModel>
- </view>
- </template>
- <script>
- import {
- get,
- post,
- changeIP,
- webHandle
- } from "../../http/http.js";
- import showModel from "../../components/showModel/showModel.vue";
- import {
- AES,
- mode,
- pad,
- enc
- } from "crypto-js";
- export default {
- data() {
- return {
-
- type: "",
-
-
- savePassword: [{
- value: 'savePassword',
- name: '记住密码',
- checked: true
- }],
-
- online: undefined,
-
- isApp: false,
-
- isH5AndPwd: false,
-
- username: "",
-
- password: "",
-
- ip: "hsms.dashitech.com",
- scroll_refresher_enabled: true,
- triggered: false,
- freshing: false,
- scroll_top: 0,
-
- idx: 0,
-
- totalNum: -1,
-
- zxzData: [],
- workSchemeId: "",
- workSchemeType: "",
- ruleType: "",
-
- historys: [],
-
- models: {
- disjunctor: false,
- },
-
- itemLock: {},
-
- modelsLock: {
- disjunctor: false,
- },
- groups: [],
- index: 0,
- quickObj: {},
-
- models2: {
- disjunctor: false,
- },
- objHistory: {}
- };
- },
- methods: {
-
- encryptByEnAES(data) {
- let Key = "dsadmin";
- let tmpAES = AES.encrypt(data, Key, {
- mode: mode.CBC,
- padding: pad.Pkcs7,
- });
- return tmpAES.toString();
- },
-
- encryptByEnAESLogin(data) {
- data = enc.Utf8.parse(data);
- let Key = enc.Utf8.parse('Aes2Util666AQWER');
- let tmpAES = AES.encrypt(data, Key, {
- mode: mode.ECB,
- padding: pad.Pkcs7,
- });
- return tmpAES.toString();
- },
-
- encryptByDeAES(data) {
- let Key = "dsadmin";
- let tmpDeAES = AES.decrypt(data, Key, {
- mode: mode.CBC,
- padding: pad.Pkcs7,
- });
- return tmpDeAES.toString(enc.Utf8);
- },
-
- checkboxChange(e) {
- console.log(e.detail.value);
- let arr = e.detail.value;
- if (arr.length) {
- this.savePassword.forEach(v => {
- v.checked = true;
- })
- } else {
- this.savePassword.forEach(v => {
- v.checked = false;
- })
- }
- console.log(this.savePassword)
- },
-
- lock(data) {
- console.log(data);
-
- if (data.workAllocationQuick.ruleType != 3) {
- this.modelsLock = {
- disjunctor: true,
- title: "提示",
- content: `需科室绑定人员模式下才可快捷上班!`,
- icon: "warn",
- };
- return;
- }
- this.itemLock = data;
- this.modelsLock = {
- disjunctor: true,
- title: "提示",
- content: `是否${
- this.itemLock.locking == 1 ? "解锁" : "锁定"
- }该上班记录`,
- icon: "warn",
- operate: {
- ok: "确定",
- cancel: "取消",
- },
- };
- },
-
- knowLock() {
- this.modelsLock.disjunctor = false;
- let userId = uni.getStorageSync("userData").user.id;
- this.getHistorys(userId);
- },
-
- okLock() {
- this.modelsLock.disjunctor = false;
- let postData = {
- workConfigHistory: {
- id: this.itemLock.id,
- locking: this.itemLock.locking == 1 ? 0 : 1,
- },
- };
- uni.showLoading({
- title: "加载中",
- mask: true,
- });
- post("/configuration/updData/workConfigHistory", postData).then(
- (result) => {
- uni.hideLoading();
- if (result.status == 200) {
- this.modelsLock = {
- disjunctor: true,
- title: "提示",
- content: `${this.itemLock.locking == 0 ? "锁定" : "解锁"}成功`,
- icon: "success",
- operate: {
- know: "知道了",
- },
- };
- } else {
- uni.showToast({
- icon: "none",
- title: result.msg || "接口获取数据失败!",
- });
- }
- }
- );
- },
-
- cancelLock() {
- this.modelsLock.disjunctor = false;
- },
-
- radioChange2(value) {
- this.objHistory = JSON.parse(value.target.value);
- console.log(this.objHistory);
-
- if (this.objHistory.workAllocationQuick.ruleType != 3) {
- this.models = {
- disjunctor: true,
- title: "提示",
- content: `需科室绑定人员模式下才可快捷上班!`,
- icon: "warn",
- };
- return;
- }
- if (!this.objHistory.deptList) {
- this.objHistory.deptList = [];
- }
- let depts = this.objHistory.deptList.map((item) => item.dept).join();
- this.models = {
- disjunctor: true,
- title: "提示",
- content: `组合名称是【${this.objHistory.workAllocationQuick.configName}】;选择的科室是【${depts}】`,
- icon: "warn",
- operate: {
- ok: "快捷上班",
- cancel: "取消",
- },
- };
- },
-
- know() {
- this.models.disjunctor = false;
- },
-
- ok() {
- this.models.disjunctor = false;
- this.ruleType = 3;
- uni.setStorageSync("setDepts", this.objHistory.deptList);
- uni.setStorageSync("setDeptConfg", {
-
- configName: this.objHistory.workAllocationQuick.configName,
- workSchemeType: 2,
- ruleType: 3,
- id: this.objHistory.workAllocationQuick.id,
- classesId: this.objHistory.classId,
- });
- this.GoWork();
- },
-
- cancel() {
- this.models.disjunctor = false;
- let userId = uni.getStorageSync("userData").user.id;
- this.historys = [];
- this.getHistorys(userId);
- },
-
- getHistorys(id) {
- let postData = {
- idx: 0,
- sum: 3,
- workConfigHistory: {
- hosId: uni.getStorageSync("userData").user.currentHospital.id,
- user: {
- id: id,
- },
- },
- };
- post("/configuration/fetchDataList/workConfigHistory", postData).then(
- (res) => {
- if (res.status == 200) {
- this.historys = res.list;
- this.historys.forEach((item) => {
- let d = new Date(item.useTime);
- let month = (d.getMonth() + 1 + "").padStart(2, "0");
- let day = (d.getDate() + "").padStart(2, "0");
- item.useTime = `${month}月${day}日`;
- let o = JSON.parse(JSON.stringify(item));
- item.str = JSON.stringify(o);
- item.checked = false;
- });
- } else {
- uni.showToast({
- icon: "none",
- title: res.msg || "接口获取数据失败!",
- });
- }
- }
- );
- },
-
- ok2() {
- uni.setStorageSync("manager", this.groups[this.index].manager);
- this.models2.disjunctor = false;
-
- uni.setStorageSync("setDeptConfg", {
-
- configName: this.quickObj.configName,
- workSchemeType: this.workSchemeType,
- ruleType: this.quickObj.ruleType,
- id: this.quickObj.id,
- classesId: this.quickObj.classes.id,
- selectGroupId: this.groups[this.index].id,
- });
- uni.navigateTo({
- url: `../setDept/setDept?configName=${this.quickObj.configName}&id=${this.quickObj.id}`,
- });
- },
-
- cancel2() {
- this.models2.disjunctor = false;
- },
-
- bindPickerChange: function(e) {
- console.log('picker发送选择改变,携带值为', e.detail.value)
- this.index = e.target.value;
- let userId = uni.getStorageSync("userData").user.id;
- let groupObj = this.groups[this.index];
- if (groupObj.manager == userId) {
-
- this.models2 = {
- disjunctor: true,
- title: "提示",
- content: `请确认您选择了‘${this.quickObj.classes.name}’班次,并选择了‘${groupObj.groupName}’分组!`,
- icon: "warn",
- operate: {
- ok: "确定",
- cancel: "取消",
- },
- };
- } else {
-
- uni.setStorageSync("setDeptConfg", {
-
- configName: this.quickObj.configName,
- workSchemeType: this.workSchemeType,
- ruleType: this.quickObj.ruleType,
- id: this.quickObj.id,
- classesId: this.quickObj.classes.id,
- });
- this.GoWork([groupObj]);
- }
- },
-
- radioChange1(value) {
- let obj = JSON.parse(value.target.value);
- console.log(obj);
- this.quickObj = obj;
- this.ruleType = obj.ruleType;
- if (uni.getStorageSync("setDeptConfg")) {
- uni.removeStorageSync("setDeptConfg");
- }
- if (obj.ruleType == 1) {
- uni.setStorageSync("setDeptConfg", {
- configName: this.quickObj.configName,
- workSchemeType: this.workSchemeType,
- ruleType: this.quickObj.ruleType,
- id: this.quickObj.id,
- classesId: this.quickObj.classes.id,
- });
-
- this.GoWork();
- } else if (obj.ruleType == 3) {
-
- uni.setStorageSync("setDeptConfg", {
-
- configName: this.quickObj.configName,
- workSchemeType: this.workSchemeType,
- ruleType: this.quickObj.ruleType,
- id: this.quickObj.id,
- classesId: this.quickObj.classes.id,
- });
- uni.navigateTo({
- url: `../setDept/setDept?configName=${this.quickObj.configName}&id=${this.quickObj.id}`,
- });
- } else if (obj.ruleType == 2) {
-
- uni.setStorageSync("setDeptConfg", {
-
- configName: this.quickObj.configName,
- workSchemeType: this.workSchemeType,
- ruleType: this.quickObj.ruleType,
- id: this.quickObj.id,
- classesId: this.quickObj.classes.id,
- });
- this.GoWork(obj.groups);
- } else if (obj.ruleType == 4) {
-
- this.groups = obj.groups;
- }
- },
-
- offWork(type, ip) {
- let ipp, wws;
- if (type == "wx") {
- wws = document.location.protocol === "http:" ? "ws" : "wss";
- ipp = document.domain;
- } else if (type == "app") {
- wws = ip.split(":")[0] === "http" ? "ws" : "wss";
- ipp = ip.split(":")[1];
- }
- console.log(ipp, wws);
- uni.connectSocket({
- url: `${wws}://${ipp}:8080/webSocket/message/onlineStatus`,
-
- });
- uni.onSocketOpen(function(res) {
- console.log("WebSocket连接已打开!");
- let userid = uni.getStorageSync("userData").user.id;
- uni.sendSocketMessage({
- data: JSON.stringify({
- userid,
- }),
- success: function(res) {
- console.log(res, "传参");
- },
- fail: function(err) {
- console.log(err, "传参错误");
- },
- });
- });
- uni.onSocketError(function(res) {
- console.log("WebSocket连接打开失败,请检查!");
- });
- uni.onSocketMessage((res) => {
- console.log("收到服务器内容:" + res.data);
- if (res.data == "ok") {
- this.goOffWork();
- }
- });
- },
-
- goOffWork() {
- let setDeptConfg = uni.getStorageSync("setDeptConfg");
- if (setDeptConfg.workSchemeType == 2 && setDeptConfg.ruleType == 3) {
- post("/auth/onOrOffLine", {
- type: "off",
- customWorking: "off",
- classId: uni.getStorageSync("setDeptConfg").classesId
- }).then((res) => {
- if (res.status == 200) {
- if (uni.getStorageSync("setDeptConfg")) {
- uni.removeStorageSync("setDeptConfg");
- }
- uni.showToast({
- icon: "none",
- title: "您已被强制下班!",
- mask: true,
- duration: 5000,
- });
- setTimeout(() => {
- uni.redirectTo({
- url: "../mypage/mypage",
- });
- }, 5000);
- } else {
- uni.showToast({
- icon: "none",
- title: res.msg || "接口获取数据失败!",
- });
- }
- });
- } else {
- post("/auth/onOrOffLine", {
- type: "off",
- classId: uni.getStorageSync("setDeptConfg").classesId
- }).then((res) => {
- if (res.status == 200) {
- if (uni.getStorageSync("setDeptConfg")) {
- uni.removeStorageSync("setDeptConfg");
- }
- uni.showToast({
- icon: "none",
- title: "您已被强制下班!",
- mask: true,
- duration: 5000,
- });
- setTimeout(() => {
- uni.redirectTo({
- url: "../mypage/mypage",
- });
- }, 5000);
- } else {
- uni.showToast({
- icon: "none",
- title: res.msg || "接口获取数据失败!",
- });
- }
- });
- }
- },
-
- GoWork(groups) {
- console.log(groups)
- uni.showLoading({
- title: "加载中",
- mask: true,
- });
-
- if (this.workSchemeType == 2 && (this.ruleType == 1 || this.ruleType == 2 || this.ruleType == 3 || this
- .ruleType == 4)) {
- let userId = uni.getStorageSync("userData").user.id;
- let setDeptConfg = uni.getStorageSync("setDeptConfg");
- let postData = {
- type: "on",
- customWorking: "on",
- userId: userId,
- };
- console.log(postData, this.objHistory)
- if (this.ruleType == 3 || this.ruleType == 4) {
- if (!this.objHistory.deptList) {
- this.objHistory.deptList = [];
- }
- let depts = this.objHistory.deptList.map((item) => item.id).join();
- postData.deptIds = depts;
- postData.quickId = setDeptConfg.id;
- postData.classId = setDeptConfg.classesId;
- } else if (this.ruleType == 2 || this.ruleType == 1) {
- postData.quickId = setDeptConfg.id;
- postData.classId = setDeptConfg.classesId;
- }
- console.log(postData, this.ruleType, setDeptConfg)
- if (groups) {
- postData.groupIds = groups.map(v => v.id).toString();
- if (this.ruleType == 4) {
-
- delete postData.deptIds;
- }
- }
- post("/auth/onOrOffLine", postData).then((result) => {
- uni.hideLoading();
- if (result.status == 200) {
- let obj = uni.getStorageSync("userData");
- obj.user.online = true;
- uni.setStorageSync("userData", obj);
- uni.redirectTo({
- url: "../receiptpage/receiptpage",
- });
- } else if (result.status == 504) {
- let dept = result.department.dept;
- let user = result.user.name;
- let phone = result.user.phone;
- this.models = {
- disjunctor: true,
- title: "提示",
- content: `您选择的科室已经被使用,请换个科室,或者联系:科室[${dept}]人员[${user}]号码[${phone}] 切换科室解决`,
- icon: "warn",
- phone,
- operate: {
- know: "知道了",
- },
- };
- } else {
- uni.showToast({
- icon: "none",
- title: result.msg || "接口获取数据失败!",
- });
- }
- });
- } else {
- let postData = {
- type: "on",
- classId: uni.getStorageSync("setDeptConfg").classesId
- };
- if (groups) {
- postData.groupIds = groups.map(v => v.id).toString();
- }
- post("/auth/onOrOffLine", postData).then((res) => {
- uni.hideLoading();
- if (res.status == 200) {
- let obj = uni.getStorageSync("userData");
- obj.user.online = true;
- uni.setStorageSync("userData", obj);
- uni.redirectTo({
- url: "../receiptpage/receiptpage",
- });
- } else {
- uni.showToast({
- icon: "none",
- title: res.msg || "接口获取数据失败!",
- });
- }
- });
- }
- },
-
- login() {
-
- if (
- this.username.trim() === "" ||
- this.password.trim() === "" ||
- this.ip.trim() === ""
- ) {
- uni.showToast({
- icon: "none",
- title: "请输入用户名,密码,域名或IP",
- });
- return;
- }
-
- let regUrl =
- /^https?:\/\/([\w-]+\.)+((com)|(net)|(org)|(gov\.cn)|(info)|(cc)|(com\.cn)|(net\.cn)|(org\.cn)|(name)|(biz)|(tv)|(cn)|(mobi)|(name)|(sh)|(ac)| (io)|(tw)|(com\.tw)|(hk)|(com\.hk)|(ws)|(travel)|(us)|(tm)|(la)|(me\.uk)|(org\.uk)|(ltd\.uk)|(plc\.uk)|(in)|(eu)|(it)|(jp))(\:([0-9]|[1-9]\d{1,3}|[1-5]\d{4}|6[0-5]{2}[0-3][0-5]))?$/;
- let regIp =
- /^https?:\/\/((25[0-5])|(2[0-4]\d)|(1\d\d)|([1-9]\d)|\d)(\.((25[0-5])|(2[0-4]\d)|(1\d\d)|([1-9]\d)|\d)){3}(\:([0-9]|[1-9]\d{1,3}|[1-5]\d{4}|6[0-5]{2}[0-3][0-5]))?$/;
- if (!regUrl.test(this.ip.trim()) && !regIp.test(this.ip.trim())) {
- uni.showToast({
- icon: "none",
- title: "请输入正确的域名或IP",
- });
- return;
- }
- if (this.savePassword[0].checked) {
-
- uni.setStorageSync("ip", this.ip);
- } else {
-
- uni.removeStorageSync('ip');
- }
- changeIP(this.ip);
- uni.showLoading({
- title: "登录中",
- mask: true,
- });
-
- let data = {
- username: this.username.trim(),
- password: this.password.trim(),
- type: 'APP'
- };
- data = {
- k: this.encryptByEnAESLogin(JSON.stringify(data))
- };
- post("/auth/login", data).then((res) => {
- uni.hideLoading();
- if (res.status == 200) {
-
- let role = res.user.user.role;
-
- let workerFlag = role.some((item) => item.rolecode === "worker");
- let pharmacistFlag = role.some((item) => item.rolecode === "pharmacist");
- if (!workerFlag && !pharmacistFlag) {
- uni.showToast({
- icon: "none",
- title: "暂无权限登录!",
- });
- return;
- }
- if (this.savePassword[0].checked) {
-
- uni.setStorageSync("username", this.encryptByEnAES(this.username));
- uni.setStorageSync("password", this.encryptByEnAES(this.password));
- uni.setStorageSync("savePasswordTime", Date.now());
- } else {
- uni.removeStorageSync('username');
- uni.removeStorageSync('password');
- uni.removeStorageSync('savePasswordTime');
- }
- uni.setStorageSync("userData", res.user);
- this.getWorkScheme(false, res.user.user.currentHospital.id);
- this.getHistorys(res.user.user.id);
- this.offWork("app", this.ip);
- if (workerFlag) {
- if (!res.user.user.online) {
- this.online = false;
- } else {
- this.online = true;
- let menu = res.user.menu.filter(i=>i.parentid=='278')
- if(menu){
- let isSpecimen = menu.filter(i=>i.title=='标本间')
- if(isSpecimen.length>0){
-
- webHandle("specimenPort", "app");
- uni.setStorageSync("isSpecimen", '1');
- }else{
-
- webHandle("receiptpage", "wx");
- uni.setStorageSync("isSpecimen", '0');
- }
- }else{
-
- webHandle("receiptpage", "wx");
- uni.setStorageSync("isSpecimen", '0');
- }
- }
- } else {
- webHandle("pharmacy", "app", this.ip);
- }
- } else if (!res.status && !res.remarks) {
-
- uni.showToast({
- icon: "none",
- title: "服务器连接失败!请检查输入的域名(IP)及端口号",
- });
- } else {
- uni.showToast({
- icon: "none",
- title: res.remarks || "接口获取数据失败!",
- });
- }
- });
-
- },
-
-
-
-
-
- submCommon(user, type, workerFlag, pharmacistFlag) {
-
- if (type === "pharmacy") {
-
-
- if (!pharmacistFlag) {
- uni.showToast({
- icon: "none",
- title: "暂无权限登录!",
- });
- return;
- }
- } else if (type === "mypage") {
- if (!workerFlag) {
- uni.showToast({
- icon: "none",
- title: "暂无权限登录!",
- });
- return;
- }
- } else {
-
- if (!workerFlag && !pharmacistFlag) {
- uni.showToast({
- icon: "none",
- title: "暂无权限登录!",
- });
- return;
- }
- }
- uni.setStorageSync("userData", user);
- this.getWorkScheme(false, user.user.currentHospital.id);
- this.getHistorys(user.user.id);
- this.offWork("wx");
-
- if (type === "pharmacy") {
-
- webHandle("pharmacy", "wx");
- } else if (type === "mypage") {
-
- webHandle("mypage", "wx");
- } else {
- if (workerFlag) {
- if (!user.user.online) {
- this.online = false;
- } else {
- this.online = true;
- let menu = user.menu.filter(i=>i.parentid=='278')
- if(menu){
- let isSpecimen = menu.filter(i=>i.title=='标本间')
- if(isSpecimen.length>0){
-
- webHandle("specimenPort", "app");
- uni.setStorageSync("isSpecimen", '1');
- }else{
-
- webHandle("receiptpage", "wx");
- uni.setStorageSync("isSpecimen", '0');
- }
- console.log(88888,isSpecimen)
- }else{
-
- webHandle("receiptpage", "wx");
- uni.setStorageSync("isSpecimen", '0');
- }
- }
- } else {
- webHandle("pharmacy", "wx");
- }
- }
- },
-
- subm() {
- uni.showLoading({
- title: "登录中",
- mask: true,
- });
- var href = location.href;
- console.log(href, "href");
- var href_wenhao = href.indexOf("?code=");
- var wenhaohoumian = location.href.split("?code=");
- this.arr_last = wenhaohoumian[1];
- if (href_wenhao == -1) {
- post("/auth/wxlogin").then((res) => {
- this.url = res.url;
- this.state = res.status;
- uni.setStorageSync("type", this.type);
- uni.hideLoading();
- if (this.state == "200") {
-
- let role = res.user.user.role;
- let workerFlag = role.some((item) => item.rolecode === "worker");
- let pharmacistFlag = role.some((item) => item.rolecode === "pharmacist");
- this.submCommon(res.user, this.type, workerFlag, pharmacistFlag);
- } else if (this.state == "501") {
- uni.showModal({
- title: '提示',
- content: res.remarks,
- showCancel: false,
- confirmColor: '#49b856',
- success: function(res) {
- if (res.confirm) {
- console.log('用户点击确定');
- } else if (res.cancel) {
- console.log('用户点击取消');
- }
- }
- });
- } else if (this.state == "555") {
-
- if (this.type) {
- uni.redirectTo({
- url: `../bindUser/bindUser?type=${this.type}`
- })
- } else {
- uni.redirectTo({
- url: `../bindUser/bindUser`
- })
- }
- } else {
- console.log(this.url, "url");
-
- location.assign(this.url);
- }
- });
- } else if (href_wenhao != -1) {
- this.arr_last = this.arr_last.split("&");
- this.arr_last = this.arr_last[0];
- post("/auth/wxlogina", {
- code: this.arr_last,
- }).then((res) => {
- this.state = res.status;
- uni.hideLoading();
- if (this.state == "200") {
- this.type = uni.getStorageSync("type");
- console.log(this.type);
-
- let role = res.user.user.role;
- let workerFlag = role.some((item) => item.rolecode === "worker");
- let pharmacistFlag = role.some((item) => item.rolecode === "pharmacist");
- this.submCommon(res.user, this.type, workerFlag, pharmacistFlag);
- } else if (this.state == "501") {
- uni.showModal({
- title: '提示',
- content: res.remarks,
- showCancel: false,
- confirmColor: '#49b856',
- success: function(res) {
- if (res.confirm) {
- console.log('用户点击确定');
- } else if (res.cancel) {
- console.log('用户点击取消');
- }
- }
- });
- } else if (this.state == "555") {
- this.type = uni.getStorageSync("type");
-
- if (this.type) {
- uni.redirectTo({
- url: `../bindUser/bindUser?type=${this.type}`
- })
- } else {
- uni.redirectTo({
- url: `../bindUser/bindUser`
- })
- }
- } else {
- uni.showToast({
- icon: "none",
- title: res.msg || "接口获取数据失败!",
- });
- }
- });
- }
- },
-
- getCombinationById(idx, type) {
- console.log(this.type);
- if (this.zxzData.length == this.totalNum && !type) {
- uni.showToast({
- icon: "none",
- title: "没有更多数据了!",
- });
- this.freshing = true;
- return;
- }
- let data = {
- workAllocationQuickConfig: {
- workSchemeId: this.workSchemeId,
- },
- idx: idx,
- sum: 20,
- };
- uni.showLoading({
- title: "加载中",
- mask: true,
- });
-
- post("/configuration/fetchDataList/workAllocationQuickConfig", data).then(
- (res) => {
- uni.hideLoading();
- if (res.status == 200) {
- this.triggered = false;
- this.freshing = true;
- this.totalNum = res.totalNum;
- if (idx === 0) {
- res.list.forEach((item) => {
- let o = JSON.parse(JSON.stringify(item));
- item.str = JSON.stringify(o);
- item.checked = false;
- });
- this.zxzData = res.list;
- } else {
- res.list.forEach((item) => {
- let o = JSON.parse(JSON.stringify(item));
- item.str = JSON.stringify(o);
- item.checked = false;
- });
- this.zxzData.push(...res.list);
- }
- } else {
- uni.showToast({
- icon: "none",
- title: res.msg || "接口获取数据失败!",
- });
- }
- }
- );
- },
-
- refresherrefresh() {
- if (this.triggered) {
- return;
- }
- console.log("下拉刷新");
- this.triggered = true;
- this.idx = 0;
- this.totalNum = -1;
- this.getCombinationById(0);
- },
-
- refresherrestore() {
- this.triggered = false;
- console.log("下拉刷新复位");
- },
-
- refresherabort() {
- this.triggered = false;
- console.log("下拉刷新中止");
- },
-
- scrolltolower() {
- if (this.freshing) {
- console.log("上拉加载");
- this.freshing = false;
- this.getCombinationById(++this.idx);
- }
- },
-
- scroll(e) {
- if (e.detail.scrollTop < 20) {
- this.scroll_refresher_enabled = true;
- } else {
- this.scroll_refresher_enabled = false;
- }
- },
-
- getWorkScheme(type, hosId) {
- let postData = {
- idx: 0,
- workScheme: {
- status: 1,
- hosId
- },
- sum: 1,
- };
- post("/simple/data/fetchDataList/workScheme", postData).then((res) => {
- if (res.status == 200) {
- if(Array.isArray(res.list) && res.list.length){
- this.workSchemeId = res.list[0].id;
- this.workSchemeType = res.list[0].workType;
- if (type) {
- if (this.workSchemeType == 2) {
- this.getCombinationById(0, "no");
- } else if (this.workSchemeType == 1) {
- if (uni.getStorageSync("setDeptConfg")) {
- uni.removeStorageSync("setDeptConfg");
- }
- }
- } else {
- this.getCombinationById(0);
- }
- }
- } else {
- uni.showToast({
- icon: "none",
- title: res.msg || "接口获取数据失败!",
- });
- }
- });
- },
-
- stop(e) {
- e.preventDefault();
- },
-
- GetQueryString(name) {
- var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)");
- var r = location.search.substr(1).match(reg);
- if (r != null) {
- return unescape(r[2]);
- }
- return null;
- }
- },
- onBackPress(e) {
-
- if (e.from === 'backbutton') {
- return true
- }
- },
- onHide() {
- this.zxzData = [];
- this.historys = [];
-
- document.body.removeEventListener("touchmove", this.stop, {
- passive: false,
- });
-
- },
- onShow() {
- console.log('onShow');
-
- if (uni.getStorageSync("userData")) {
- this.online = uni.getStorageSync("userData").user.online;
- }
- if (!this.workSchemeType) {
- return;
- }
-
-
-
-
-
- let userId = uni.getStorageSync("userData").user.id;
- this.getWorkScheme(true, uni.getStorageSync("userData").user.currentHospital.id);
- this.getHistorys(userId);
-
- uni.closeSocket();
-
-
- document.body.addEventListener("touchmove", this.stop, {
- passive: false,
- });
-
- },
- onLoad(options) {
- if (uni.getStorageSync("setDepts")) {
- uni.removeStorageSync("setDepts");
- }
- console.log(options);
- console.log(typeof uni.getStorageSync("savePasswordTime"));
- if (Date.now() - uni.getStorageSync("savePasswordTime") < 10 * 24 * 60 * 60 * 1000) {
-
- this.ip = uni.getStorageSync("ip") || this.ip;
- if (uni.getStorageSync("username")) {
- this.username = this.encryptByDeAES(uni.getStorageSync("username"));
- }
- if (uni.getStorageSync("password")) {
- this.password = this.encryptByDeAES(uni.getStorageSync("password"));
- }
- }
-
- this.isApp = false;
- this.type = options.type || "";
- console.log(this.type);
- if (this.GetQueryString('login') === '1') {
-
- this.isH5AndPwd = true;
- this.ip = location.origin;
- } else {
- this.isH5AndPwd = false;
- this.subm();
- }
-
-
- this.isApp = true;
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- },
- };
- </script>
- <style lang="less" scoped>
- .HomeItem {
- height: 100vh;
- .login {
- height: 420rpx;
- padding: 0 32rpx;
- padding-top: 164rpx;
- position: relative;
- z-index: 999;
- .savePassword {
- margin-top: 32rpx;
- }
- /deep/ uni-checkbox:not([disabled]) .uni-checkbox-input:hover {
- border-color: #42b983 !important;
- }
- .login_input {
- margin-top: 32rpx;
- background-color: #ffffff;
- height: 72rpx;
- box-sizing: border-box;
- padding: 16rpx;
- }
- .title {
- font-size: 36rpx;
- color: #42b983;
- text-align: center;
- }
- .tips {
- font-size: 28rpx;
- color: red;
- margin-top: 16rpx;
- }
- .page_item_btn {
- height: 88rpx;
- background-image: linear-gradient(to right, #72c172, #3bb197);
- border-radius: 8rpx;
- line-height: 88rpx;
- color: #fff;
- font-size: 36rpx;
- font-weight: 700;
- margin-top: 64rpx;
- text-align: center;
- }
- }
- //上班页面
- .goWorkAll {
- height: 100%;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- /deep/ .uni-radio-input-checked {
- background-color: #42b983 !important;
- border-color: #42b983 !important;
- }
- .goWorkSelect {
- &.history {
- height: 356rpx;
- padding-bottom: 16rpx;
- }
- &.combination {
- .goWorkSelect-head {
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- }
- .goWorkSelect-list {
- margin-top: 82rpx;
- }
- }
- .goWorkSelect-head {
- font-size: 36rpx;
- padding: 16rpx 0;
- color: #42b983;
- border-bottom: 2rpx solid #42b983;
- text-align: center;
- }
- .goWorkSelect-list {
- &.scroll {
- height: calc(100vh - 356rpx - 82rpx);
- // height: calc(100vh - 82rpx);
- }
- .goWorkSelect-item {
- height: 52rpx;
- display: flex;
- align-items: center;
- border-bottom: 2rpx solid #e5e9ed;
- padding: 16rpx;
- &.relative {
- position: relative;
- .picker {
- position: absolute;
- width: 100%;
- padding-left: 64rpx;
- }
- }
- button {
- font-size: 32rpx;
- height: 52rpx;
- line-height: 52rpx;
- margin: 0;
- margin-left: 16rpx;
- color: rgb(7, 134, 60);
- font-weight: 700;
- }
- }
- }
- }
- }
- .goWork {
- margin: 0 auto 48rpx;
- width: 240rpx;
- height: 240rpx;
- .goWork_btn_E {
- width: 100%;
- height: 100%;
- background: #bee1a7;
- border-radius: 30%;
- .goWork_btn_W {
- width: 75%;
- height: 75%;
- background-image: linear-gradient(to right, #72c172, #3bb197);
- border-radius: 30%;
- margin: 0 auto;
- position: relative;
- top: 12.5%;
- line-height: 180rpx;
- color: #fff;
- font-size: 36rpx;
- text-align: center;
- }
- }
- }
- .goWork_text {
- width: 100%;
- view {
- text-align: center;
- }
- .goWork_text-p {
- font-size: 36rpx;
- margin-bottom: 48rpx;
- }
- }
- .botImg {
- height: 600rpx;
- width: 100%;
- position: fixed;
- bottom: 0;
- .img {
- height: 100%;
- background: url("../../static/img/BG.png") no-repeat center center;
- background-size: 100% 100%;
- }
- }
- }
- </style>
|