scanning_all.vue 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308
  1. <template>
  2. <view class="Scanning_all">
  3. <view class="Scanning">
  4. <view class="Scanning_top" id="Scanning_tops" :animation="animationData">
  5. <view class="Scanning_top_icon">
  6. <text class="cubeic-ok icon_transport transport-duigou"></text>
  7. </view>
  8. <view class="Scanning_top_text">
  9. <view class="text1">签到成功</view>
  10. </view>
  11. <view class="Scanning_cont">
  12. 当前科室关联多个工单,请查看工单信息,
  13. <view>可选择多个工单后,点击 一键送达 完成配送.</view>
  14. </view>
  15. </view>
  16. <view class="title" v-if="workData && workData.length > 0">
  17. <text class="span1">工单信息</text>
  18. <text class="span2" @click="all()" v-if="tabType != 'specimenPlan'">全选</text>
  19. <text class="span3" @click="Dall()">全不选</text>
  20. </view>
  21. <view class="tabs" v-if="workData && workData.length > 0">
  22. <view class="tab">
  23. <view @click="act('drugsBag')" v-if="infoDATA['drugsBag']">
  24. <view id="10" :class="{ acts: tabType == 'drugsBag' }">药品({{ infoDATA.drugsBag.length }})</view>
  25. </view>
  26. <view @click="act('specimen')" v-if="infoDATA['specimen']">
  27. <view id="40" :class="{ acts: tabType == 'specimen' }">标本({{ infoDATA.specimen.length }})</view>
  28. </view>
  29. <view @click="act('specimenPlan')" v-if="infoDATA['specimenPlan']">
  30. <view id="40" :class="{ acts: tabType == 'specimenPlan' }">标本轮巡({{ infoDATA.specimenPlan.length }})</view>
  31. </view>
  32. <view @click="act('patientTransport')" v-if="infoDATA['patientTransport']">
  33. <view id="20" :class="{ acts: tabType == 'patientTransport' }">患者转运({{ infoDATA.patientTransport.length }})
  34. </view>
  35. </view>
  36. <view @click="act('inspect')" v-if="infoDATA['inspect']">
  37. <view id="30" :class="{ acts: tabType == 'inspect' }">患者陪检({{ infoDATA.inspect.length }})</view>
  38. </view>
  39. <view @click="act('jPBag')" v-if="infoDATA['jPBag']">
  40. <view id="40" :class="{ acts: tabType == 'jPBag' }">静配({{ infoDATA.jPBag.length }})</view>
  41. </view>
  42. <view @click="act('other')" v-if="infoDATA['other']">
  43. <view id="40" :class="{ acts: tabType == 'other' }">其他({{ infoDATA.other.length }})</view>
  44. </view>
  45. <view @click="act('blood')" v-if="infoDATA['blood']">
  46. <view id="40" :class="{ acts: tabType == 'blood' }">血制品({{ infoDATA.blood.length }})</view>
  47. </view>
  48. <view @click="act('clothingGet')" v-if="infoDATA['clothingGet']">
  49. <view id="40" :class="{ acts: tabType == 'clothingGet' }">被服洗涤回收({{ infoDATA.clothingGet.length }})</view>
  50. </view>
  51. <view @click="act('clothingSend')" v-if="infoDATA['clothingSend']">
  52. <view id="40" :class="{ acts: tabType == 'clothingSend' }">被服洗涤送回({{ infoDATA.clothingSend.length }})</view>
  53. </view>
  54. </view>
  55. </view>
  56. <view class="page_items" v-if="!workData" style="font-size: 18px; margin-top: 15%">
  57. <view class="zwsj">
  58. <image class="zwsj_img" mode="widthFix" src="../../static/img/zanwushuju.png"></image>
  59. <view class="zwsj_txt">暂无工单</view>
  60. </view>
  61. </view>
  62. <view class="page_items footerOtherMargin" v-if="workData && workData.length > 0">
  63. <view class="page_item" v-for="(infoDATA, i) of workData" :key="i">
  64. <view class="page_item_top">
  65. <view class="page_item_top_L">
  66. <text v-show="hasSelect(infoDATA.id)" class="ac" @click="ac(infoDATA, i)" :id="infoDATA.id">
  67. <text class="ac-span"></text>
  68. </text>
  69. <text v-show="!hasSelect(infoDATA.id)" class="ac1" @click="ac1(infoDATA, i)"
  70. :id="infoDATA.id + '0'"></text>
  71. <text class="L_text">单号:{{ infoDATA.gdcode }}</text>
  72. <view class="page_item_cont_start emergency1" v-if="infoDATA.emergencyType.value == 1">
  73. <text class="page_item_cont_start_txt">
  74. <text class="cubeic-star icon_transport transport-shiwujiaoxing"></text>
  75. {{ infoDATA.emergencyType.name }}
  76. </text>
  77. </view>
  78. <view class="page_item_cont_start emergency" v-if="infoDATA.emergencyType.value == 2">
  79. <text class="page_item_cont_start_txt">
  80. <text class="cubeic-star icon_transport transport-shiwujiaoxing"></text>
  81. {{ infoDATA.emergencyType.name }}
  82. </text>
  83. </view>
  84. <view class="page_item_cont_start emergencys" v-if="infoDATA.emergencyType.value == 3">
  85. <text class="page_item_cont_start_txt">
  86. <text class="cubeic-star icon_transport transport-shiwujiaoxing"></text>
  87. {{ infoDATA.emergencyType.name }}
  88. </text>
  89. </view>
  90. </view>
  91. <view class="page_item_top_R">
  92. <text class="L_iocn" v-if="infoDATA.taskType.associationType.value == 'specimen'">标本</text>
  93. <text class="L_iocn" v-if="infoDATA.taskType.associationType.value == 'specimenPlan'">标本</text>
  94. <text class="L_iocn" v-if="infoDATA.taskType.associationType.value == 'drugsBag'">药品</text>
  95. <text class="L_iocn" v-if="infoDATA.taskType.associationType.value == 'jPBag'">静配</text>
  96. <text class="L_iocn" v-if="infoDATA.taskType.associationType.value == 'inspect'">患者陪检</text>
  97. <text class="L_iocn" v-if="
  98. infoDATA.taskType.associationType.value == 'patientTransport'
  99. ">患者转运</text>
  100. <text class="L_iocn" v-if="infoDATA.taskType.associationType.value == 'other'">其他</text>
  101. <text class="L_iocn" v-if="infoDATA.taskType.associationType.value == 'ordinary' && infoDATA.taskType.ordinaryField.value == 'blood'">血制品</text>
  102. <text class="L_iocn" v-if="infoDATA.taskType.associationType.value == 'ordinary' && infoDATA.taskType.ordinaryField.value == 'clothingGet'">被服洗涤回收</text>
  103. <text class="L_iocn" v-if="infoDATA.taskType.associationType.value == 'ordinary' && infoDATA.taskType.ordinaryField.value == 'clothingSend'">被服洗涤送回</text>
  104. </view>
  105. <view class="L"></view>
  106. <view class="R"></view>
  107. </view>
  108. <view class="page_item_cont">
  109. <view class="page_item_cont_T">
  110. <view class="page_item_cont_title">
  111. <text> <text class="starting">起</text> 点科室 </text>
  112. <text class="text_big">{{ infoDATA.startDept.dept }}</text>
  113. </view>
  114. </view>
  115. <view class="line"></view>
  116. <view class="page_item_cont_B">
  117. <template v-if="infoDATA.taskType.associationType.value == 'inspect'">
  118. <view class="page_item_cont_title" v-for="(dept, i) of infoDATA.middleDept" :key="i">
  119. <text> <text class="End">检</text> 查科室 </text>
  120. <text class="text_big">{{ dept.dept }}</text>
  121. <view></view>
  122. </view>
  123. </template>
  124. <template v-if="infoDATA.taskType.associationType.value != 'inspect'">
  125. <view class="page_item_cont_title" v-for="(dept, i) of infoDATA.endDepts" :key="i">
  126. <text> <text class="End">终</text> 点科室 </text>
  127. <text class="text_big">{{ dept.dept }}</text>
  128. </view>
  129. </template>
  130. </view>
  131. </view>
  132. <view class="page_item_foot">
  133. <view class="page_item_foot_text">
  134. <text class="text1">状态</text>
  135. <text class="text2" v-if="
  136. !(
  137. infoDATA.gdState.value == '5' &&
  138. infoDATA.taskType.associationType.value == 'inspect'
  139. )
  140. ">{{ infoDATA.gdState.name }}</text>
  141. <text class="text2" v-if="
  142. infoDATA.gdState.value == '5' &&
  143. infoDATA.taskType.associationType.value == 'inspect'
  144. ">待送回</text>
  145. </view>
  146. <view class="page_item_foot_text" v-if="infoDATA.gdState.value == '2'">
  147. <text class="text1">预计响应时间</text>
  148. <text class="text2">{{ infoDATA.estimeResponseTime || '无' }}</text>
  149. </view>
  150. <view class="page_item_foot_text" v-if="infoDATA.gdState.value == '5'">
  151. <text class="text1" v-if="!(infoDATA.taskType.associationType.value == 'inspect')">预计送达时间</text>
  152. <text class="text1" v-if="infoDATA.taskType.associationType.value == 'inspect'">预计送回时间</text>
  153. <text class="text2">{{ infoDATA.estimeCompleteTime || '无' }}</text>
  154. </view>
  155. <view class="page_item_foot_text" v-if="infoDATA.gdState.value == '4'">
  156. <text class="text1">预计到达时间</text>
  157. <text class="text2">{{ infoDATA.estimateArriveTime || '无' }}</text>
  158. </view>
  159. <view class="page_item_foot_text">
  160. <text class="text1">创建时间</text>
  161. <text class="text2">{{ infoDATA.startTime || '无' }}</text>
  162. </view>
  163. </view>
  164. </view>
  165. </view>
  166. <view class="foot_btn2 footerPadding" v-if="workData && workData.length > 0">
  167. <view class="btn1" @click="allStart()" v-if="flag">一键操作</view>
  168. <view class="btn1" v-if="!flag">一键操作</view>
  169. <view class="btn1" @click="showAlert">知道了</view>
  170. </view>
  171. <view class="foot_btn1 footerPadding" v-if="!workData">
  172. <view class="btn3" @click="showAlert">知道了</view>
  173. </view>
  174. </view>
  175. <!-- 弹窗 -->
  176. <showModel :title="models.title" :icon="models.icon" :disjunctor="models.disjunctor" :content="models.content"
  177. @know="know" :operate="models.operate"></showModel>
  178. <!-- 填写交接人工号弹窗 -->
  179. <selectAccount v-if="hosModels.disjunctor" :disjunctor="hosModels.disjunctor" @ok="hosOk"
  180. @cancel="hosCancel">
  181. </selectAccount>
  182. </view>
  183. </template>
  184. <script>
  185. import showModel from "../../components/showModel/showModel.vue";
  186. import {
  187. post,
  188. SM,
  189. webHandle
  190. } from "../../http/http.js";
  191. export default {
  192. data() {
  193. return {
  194. hosId: null,
  195. currentCode: '', //当前小扫描的科室二维码
  196. SMFlag: true,
  197. // 填写交接人工号弹窗model
  198. hosModels: {
  199. disjunctor: false,
  200. },
  201. // 弹窗model
  202. models: {
  203. disjunctor: false,
  204. },
  205. infoDATA: {},
  206. workData: [],
  207. tabType: "", //当前选中项
  208. userId: {
  209. ids: [],
  210. },
  211. typeData: [],
  212. types: false,
  213. code: "",
  214. deptId: '',
  215. deptName: '',
  216. flag: true, //一键操作,禁止多次
  217. flagTimer: null,
  218. selectArr: [], //选中项
  219. animationData: {}, //动画
  220. };
  221. },
  222. methods: {
  223. // 填写交接人工号-确认
  224. hosOk(data) {
  225. console.log(data);
  226. const {
  227. accountName,
  228. account,
  229. accountId
  230. } = data;
  231. if (!accountName && !account) {
  232. //没有填写交接人
  233. uni.showModal({
  234. title: "提示",
  235. content: "请填写交接人工号!",
  236. showCancel: false,
  237. success: function(res) {
  238. if (res.confirm) {
  239. console.log("用户点击确定");
  240. } else if (res.cancel) {
  241. console.log("用户点击取消");
  242. }
  243. },
  244. });
  245. return;
  246. } else if ((!accountName && account) || (accountName && !account)) {
  247. //没有填写交接人
  248. uni.showModal({
  249. title: "提示",
  250. content: "请填写正确的交接人工号!",
  251. showCancel: false,
  252. success: function(res) {
  253. if (res.confirm) {
  254. console.log("用户点击确定");
  255. } else if (res.cancel) {
  256. console.log("用户点击取消");
  257. }
  258. },
  259. });
  260. return;
  261. }
  262. this.hosModels.disjunctor = false;
  263. this.orderDeptHandler(false, data);
  264. },
  265. // 填写交接人工号-取消
  266. hosCancel() {
  267. this.hosModels.disjunctor = false;
  268. this.flag = true;
  269. },
  270. // 填写交接人工号弹窗
  271. showSelectAccount() {
  272. this.hosModels = {
  273. disjunctor: true,
  274. };
  275. },
  276. // 知道了
  277. showAlert() {
  278. uni.navigateTo({
  279. url: "../receiptpage/receiptpage",
  280. });
  281. },
  282. //科室签到
  283. //trueBigScanner----判断是否大扫描
  284. //bigScanner----判断是否需要交接人
  285. //accountObj----弹窗填写的交接人信息
  286. orderDeptHandler(bigScanner, accountObj) {
  287. let type = "orderSign/" + this.code;
  288. let list = {
  289. ids: this.userId.ids,
  290. trueBigScanner: ['666']
  291. };
  292. bigScanner && (list.bigScanner = ['666']);
  293. if (accountObj) {
  294. list.handover = [accountObj.accountId];
  295. }
  296. uni.showLoading({
  297. title: "加载中",
  298. mask: true,
  299. });
  300. post("/workerOrder/" + type, list).then((res) => {
  301. console.log(this.tabType)
  302. uni.hideLoading();
  303. if (res.status == 200) {
  304. if (this.tabType == "inspect" || this.tabType == "patientTransport") {
  305. if (res.ids) {
  306. for (var i = 0; i < this.userId.ids.length; i++) {
  307. if (this.userId.ids[i] == res.ids[0]) {
  308. this.userId.ids.splice(i, 1);
  309. }
  310. }
  311. }
  312. uni.navigateTo({
  313. url: `../scanning_djInfo/scanning_djInfo?type=${
  314. this.tabType
  315. }&type1=${res.type}&infoData=${res.data}&status=${
  316. res.status
  317. }&msg=${res.msg}&deptCode=${this.code}&dept=${
  318. res.dept
  319. }&ids=${encodeURIComponent(
  320. JSON.stringify(this.userId.ids)
  321. )}&model=${encodeURIComponent(JSON.stringify(res))}`,
  322. });
  323. } else if (this.tabType == 'specimenPlan') {
  324. // -----------------------------
  325. console.log(this.selectArr, '选中工单')
  326. let gd = this.infoDATA.specimenPlan.find(v => v.id == this.selectArr[0]);
  327. let startDeptId = gd.startDept.id; //起点科室id
  328. let isDigitalHandover = gd.taskType.isDigitalHandover; //是否数字交接开关
  329. let signDeptId = res.deptId; //签到的科室id
  330. let gdId = gd.id;
  331. let gdState = gd.gdState.value;
  332. let endDepts = gd.endDepts.map(v => v.id).toString();
  333. uni.navigateTo({
  334. url: `../scanning_djEnd/scanning_djEnd?type=${
  335. this.tabType
  336. }&type1=${res.type}&code=${this.code}&dept=${
  337. res.dept
  338. }&ids=${encodeURIComponent(
  339. JSON.stringify(this.userId.ids)
  340. )}&model=${encodeURIComponent(JSON.stringify(res))}&accountObj=${encodeURIComponent(JSON.stringify(accountObj))}&deptId=${res.deptId}&startDeptId=${startDeptId}&isDigitalHandover=${isDigitalHandover}&signDeptId=${signDeptId}&gdId=${gdId}&gdState=${gdState}&endDepts=${endDepts}`,
  341. });
  342. } else if (this.tabType == 'specimen') {
  343. if (res.deptType && res.deptType.value === 'middleRoom') {
  344. // 如果是中转科室
  345. uni.navigateTo({
  346. url: `../checkAfterBigScreen/checkAfterBigScreen?type=${
  347. this.tabType
  348. }&type1=${res.type}&code=${this.code}&dept=${
  349. res.dept
  350. }&ids=${encodeURIComponent(
  351. JSON.stringify(this.userId.ids)
  352. )}&model=${encodeURIComponent(JSON.stringify(res))}&accountObj=${encodeURIComponent(JSON.stringify(accountObj))}&deptId=${res.deptId}`,
  353. });
  354. } else {
  355. uni.navigateTo({
  356. url: `../scanning_djEnd/scanning_djEnd?type=${
  357. this.tabType
  358. }&type1=${res.type}&code=${this.code}&dept=${
  359. res.dept
  360. }&ids=${encodeURIComponent(
  361. JSON.stringify(this.userId.ids)
  362. )}&model=${encodeURIComponent(JSON.stringify(res))}&accountObj=${encodeURIComponent(JSON.stringify(accountObj))}&deptId=${res.deptId}`,
  363. });
  364. }
  365. } else {
  366. uni.navigateTo({
  367. url: `../scanning_djEnd/scanning_djEnd?type=${
  368. this.tabType
  369. }&type1=${res.type}&code=${this.code}&dept=${
  370. res.dept
  371. }&ids=${encodeURIComponent(
  372. JSON.stringify(this.userId.ids)
  373. )}&model=${encodeURIComponent(JSON.stringify(res))}&accountObj=${encodeURIComponent(JSON.stringify(accountObj))}&deptId=${res.deptId}`,
  374. });
  375. }
  376. } else if (res.status == "0000") {
  377. this.showSelectAccount();
  378. } else {
  379. this.flag = true;
  380. uni.navigateTo({
  381. url: `../scanning_djEnd/scanning_djEnd?type=${this.tabType}&type1=${
  382. res.type
  383. }&code=${this.code}&dept=${res.dept}&ids=${encodeURIComponent(
  384. JSON.stringify(this.userId.ids)
  385. )}&model=${encodeURIComponent(JSON.stringify(res))}&deptId=${res.deptId}`,
  386. });
  387. }
  388. });
  389. },
  390. //一键操作
  391. allStart() {
  392. console.log(this.tabType)
  393. clearTimeout(this.flagTimer);
  394. this.flagTimer = setTimeout(() => {
  395. this.flag = false;
  396. let list = {};
  397. let type = "";
  398. console.log(this.userId)
  399. if (this.userId.ids.length > 0) {
  400. if (this.tabType == "blood") {
  401. uni.showLoading({
  402. title: "加载中",
  403. mask: true,
  404. });
  405. // 判断是否签到批量核对
  406. post('/simple/data/fetchDataList/taskTypeConfig', {
  407. idx: 0,
  408. sum: 1,
  409. taskTypeConfig: {
  410. "taskTypeDTO": {
  411. "hosId": {
  412. "id": this.hosId
  413. },
  414. "ordinaryField": {
  415. "key": "ordinary_field",
  416. "value": "blood"
  417. }
  418. }
  419. },
  420. }).then(res => {
  421. if(res.status == 200){
  422. let list = res.list || [];
  423. if(list.length > 0){
  424. let signTypeList = list[0].signTypeList || [];
  425. let signType = signTypeList.find( v => v.value == 4 );
  426. if(signType){
  427. uni.hideLoading();
  428. uni.navigateTo({
  429. url: `../endOrderSignBlood/endOrderSignBlood?orderIds=${this.userId.ids.toString()}&deptName=${this.deptName}&deptId=${this.deptId}`,
  430. });
  431. }else{
  432. // 万能交接服务的血制品
  433. let postData = {
  434. "idx": 0,
  435. "sum": 1,
  436. "taskTypeConfig": {
  437. "taskTypeDTO": {
  438. "hosId": {
  439. "id": this.hosId
  440. },
  441. "ordinaryField": {
  442. "key": "ordinary_field",
  443. "value": "blood"
  444. }
  445. }
  446. }
  447. };
  448. post("/simple/data/fetchDataList/taskTypeConfig", postData).then((result) => {
  449. uni.hideLoading();
  450. if(result.status == 200){
  451. if(result.list && result.list[0] && result.list[0].checkType){
  452. if(result.list[0].checkType.value == 1){
  453. // 起点终点科室按照血制品类型进行核对
  454. uni.navigateTo({
  455. url: `../signIn_blood/signIn_blood?deptName=${this.deptName}&orderId=${this.userId.ids[0]}`,
  456. });
  457. }else if(result.list[0].checkType.value == 2){
  458. // 终点科室无需扫码进行核对
  459. uni.navigateTo({
  460. url: `../check_blood/check_blood?orderId=${this.userId.ids[0]}`,
  461. });
  462. }
  463. }else{
  464. uni.showToast({
  465. icon: "none",
  466. title: "请前往血制品配置页面配置核对方式!",
  467. });
  468. }
  469. }else{
  470. uni.showToast({
  471. icon: "none",
  472. title: result.msg || "接口获取数据失败!",
  473. });
  474. }
  475. })
  476. }
  477. }else{
  478. uni.showToast({
  479. icon: "none",
  480. title: "请配置血制品任务类型!",
  481. });
  482. }
  483. }else{
  484. uni.hideLoading();
  485. uni.showToast({
  486. icon: "none",
  487. title: res.msg || "接口获取数据失败!",
  488. });
  489. }
  490. })
  491. }else if (this.tabType == "clothingGet") {
  492. uni.navigateTo({
  493. url: `../quiltWashing/quiltWashingGetEndCheck/quiltWashingGetEndCheck?orderIds=${this.userId.ids.toString()}&endDeptName=${this.deptName}`
  494. })
  495. } else if (this.tabType == "clothingSend") {
  496. let postData = {
  497. ids: this.userId.ids,
  498. type: 'clothingSend',
  499. };
  500. uni.showLoading({
  501. title: "加载中",
  502. mask: true,
  503. });
  504. post("/transflow/bigScan", postData).then((res) => {
  505. uni.hideLoading();
  506. if (res.status == 200) {
  507. uni.navigateTo({
  508. url: "../receiptpage/receiptpage",
  509. });
  510. } else {
  511. uni.showToast({
  512. icon: "none",
  513. title: res.msg || "接口获取数据失败!",
  514. });
  515. }
  516. });
  517. } else if (
  518. this.tabType == "drugsBag" ||
  519. this.tabType == "jPBag" ||
  520. this.tabType == "other" ||
  521. this.tabType == "specimen" ||
  522. this.tabType == "specimenPlan"
  523. ) {
  524. this.orderDeptHandler(true);
  525. } else {
  526. if (!this.SMFlag) {
  527. return;
  528. }
  529. this.SMFlag = false;
  530. SM()
  531. .then((ress1) => {
  532. uni.showLoading({
  533. title: "加载中",
  534. mask: true,
  535. });
  536. //检验二维码的有效性
  537. post("/dept/scanning", {
  538. content: ress1,
  539. }).then((result) => {
  540. this.SMFlag = true;
  541. this.currentCode = result.code;
  542. if (result.state == 200 || result.state == 201) {
  543. let ress = result.code;
  544. if (ress) {
  545. if (this.tabType == "patientTransport") {
  546. type = "handleTrans";
  547. let data = {
  548. ids: this.userId.ids,
  549. deptCode: this.code,
  550. code: ress,
  551. };
  552. list = data;
  553. }
  554. if (this.tabType == "inspect") {
  555. type = "handleIns";
  556. let data = {
  557. ids: this.userId.ids,
  558. deptCode: this.code,
  559. code: ress,
  560. };
  561. list = data;
  562. }
  563. post("/workerOrder/" + type, list).then((res) => {
  564. uni.hideLoading();
  565. if (res.status == 200) {
  566. if (
  567. this.tabType == "inspect" ||
  568. this.tabType == "patientTransport"
  569. ) {
  570. if (res.ids) {
  571. for (var i = 0; i < this.userId.ids.length; i++) {
  572. if (this.userId.ids[i] == res.ids[0]) {
  573. this.userId.ids.splice(i, 1);
  574. }
  575. }
  576. }
  577. uni.navigateTo({
  578. url: `../scanning_djInfo/scanning_djInfo?type=${
  579. this.tabType
  580. }&type1=${res.type}&infoData=${res.data}&status=${
  581. res.status
  582. }&msg=${res.msg}&deptCode=${this.code}&dept=${
  583. res.dept
  584. }&ids=${encodeURIComponent(
  585. JSON.stringify(this.userId.ids)
  586. )}&model=${encodeURIComponent(
  587. JSON.stringify(res)
  588. )}`,
  589. });
  590. } else {
  591. uni.navigateTo({
  592. url: `../scanning_djEnd/scanning_djEnd?type=${
  593. this.tabType
  594. }&type1=${res.type}&dept=${
  595. res.dept
  596. }&ids=${encodeURIComponent(
  597. JSON.stringify(this.userId.ids)
  598. )}&model=${encodeURIComponent(
  599. JSON.stringify(res)
  600. )}&code=${this.code}`,
  601. });
  602. }
  603. } else {
  604. uni.navigateTo({
  605. url: `../scanning_djEnd/scanning_djEnd?type=${
  606. this.tabType
  607. }&type1=${res.type}&dept=${
  608. res.dept
  609. }&ids=${encodeURIComponent(
  610. JSON.stringify(this.userId.ids)
  611. )}&model=${encodeURIComponent(
  612. JSON.stringify(res)
  613. )}&code=${this.code}&qrcode=${this.currentCode}`,
  614. });
  615. }
  616. });
  617. }
  618. } else {
  619. this.flag = true;
  620. uni.hideLoading();
  621. uni.showToast({
  622. icon: "none",
  623. title: result.info || "接口获取数据失败!",
  624. });
  625. }
  626. });
  627. })
  628. .catch((err) => {
  629. this.SMFlag = true;
  630. });
  631. }
  632. } else {
  633. this.flag = true;
  634. this.models = {
  635. disjunctor: true,
  636. title: "提示",
  637. content: "请选择工单!",
  638. icon: "warn",
  639. operate: {
  640. know: "知道了",
  641. },
  642. };
  643. }
  644. }, 500);
  645. },
  646. typePD(data, list) {
  647. if (list) {
  648. if (data.length >= 2) {
  649. for (var i = 0; i < data.length; i++) {
  650. if (data[i].gdState.value != list.gdState.value) {
  651. this.typeData.splice(i, 1);
  652. this.types = true;
  653. }
  654. }
  655. } else {
  656. this.types = false;
  657. }
  658. } else if (data.length == 1) {
  659. this.types = false;
  660. } else {
  661. this.types = false;
  662. for (var i = 0; i < data.length; i++) {
  663. if (data[0].gdState.value != data[i].gdState.value) {
  664. this.typeData.splice(i, 1);
  665. this.types = true;
  666. }
  667. }
  668. }
  669. },
  670. act(type) {
  671. this.Dall();
  672. this.tabType = type;
  673. this.workData = this.infoDATA[type];
  674. this.all();
  675. },
  676. // 已选择的项中是否包含该id
  677. hasSelect(id) {
  678. return this.selectArr.includes(id);
  679. },
  680. //取消
  681. ac(data, i) {
  682. console.log(data, i, this.selectArr, this.userId.ids, this.typeData);
  683. // id放入数组
  684. this.selectArr = this.selectArr.filter((item) => item != data.id);
  685. for (var i = 0; i < this.userId.ids.length; i++) {
  686. if (this.userId.ids[i] == data.id) {
  687. this.typeData.splice(i, 1);
  688. this.userId.ids.splice(i, 1);
  689. }
  690. }
  691. },
  692. //选中
  693. ac1(data, i) {
  694. console.log(data, i, this.userId.ids, '选中');
  695. if (this.tabType == 'specimenPlan' && this.typeData.length > 0) {
  696. this.typeData = [data];
  697. } else {
  698. this.typeData.push(data);
  699. }
  700. this.types = false;
  701. for (var i = 0; i < this.typeData.length; i++) {
  702. if (this.typeData[0].gdState.value != this.typeData[i].gdState.value) {
  703. this.models = {
  704. disjunctor: true,
  705. title: "提示",
  706. content: "请选择不同状态的工单!",
  707. icon: "warn",
  708. operate: {
  709. know: "知道了",
  710. },
  711. };
  712. this.typeData.splice(i, 1);
  713. this.types = true;
  714. }
  715. }
  716. if (!this.types) {
  717. if (this.tabType == 'specimenPlan' && this.typeData.length > 0) {
  718. this.userId.ids = [data.id];
  719. this.selectArr = [data.id];
  720. } else {
  721. this.userId.ids.push(data.id);
  722. this.selectArr.push(data.id);
  723. }
  724. }
  725. },
  726. //全选
  727. all() {
  728. let id = [];
  729. this.typeData = JSON.parse(JSON.stringify(this.workData));
  730. this.typePD(this.workData);
  731. if (this.types) {
  732. this.models = {
  733. disjunctor: true,
  734. title: "提示",
  735. content: "请选择不同状态的工单!",
  736. icon: "warn",
  737. operate: {
  738. know: "知道了",
  739. },
  740. };
  741. this.typeData = [];
  742. } else {
  743. for (var i = 0; i < this.workData.length; i++) {
  744. id.push(this.workData[i].id);
  745. this.selectArr.push(this.workData[i].id);
  746. }
  747. this.userId.ids = id;
  748. }
  749. },
  750. //全不选
  751. Dall() {
  752. this.selectArr = [];
  753. this.typeData = [];
  754. this.userId.ids = [];
  755. },
  756. texiao() {
  757. setTimeout(() => {
  758. this.animation.height(0).opacity(0).step();
  759. this.animationData = this.animation.export();
  760. }, 15000);
  761. },
  762. // 知道了
  763. know() {
  764. this.models.disjunctor = false;
  765. },
  766. },
  767. onLoad(options) {
  768. console.log(options, 'options');
  769. this.infoDATA = JSON.parse(options.infoDATA); //扫描科室码返回的信息
  770. console.log(this.infoDATA);
  771. this.code = options.code; //扫描科室码返回的二维码信息
  772. this.deptName = options.deptName; //扫描科室码返回的科室名称
  773. this.deptId = options.deptId; //扫描科室码返回的科室ID
  774. let arr = [];
  775. for (let key in this.infoDATA) {
  776. if(key === 'ordinary'){
  777. // 如果是万能交接服务,key值要从关联业务区分
  778. this.infoDATA['ordinary'].forEach(v => {
  779. arr.push(v.taskType.ordinaryField.value);
  780. if(this.infoDATA[v.taskType.ordinaryField.value]){
  781. this.infoDATA[v.taskType.ordinaryField.value].push(v);
  782. }else{
  783. this.infoDATA[v.taskType.ordinaryField.value] = [v];
  784. }
  785. })
  786. delete this.infoDATA['ordinary'];
  787. }else{
  788. arr.push(key);
  789. }
  790. }
  791. console.log(this.infoDATA);
  792. this.workData = this.infoDATA[arr[0]];
  793. this.tabType = arr[0];
  794. this.all();
  795. // #ifdef APP-PLUS
  796. webHandle("no", "app");
  797. // #endif
  798. // #ifdef H5
  799. webHandle("no", "wx");
  800. // #endif
  801. },
  802. onShow() {
  803. this.SMFlag = true;
  804. this.flag = true;
  805. // 创建动画
  806. this.animation = uni.createAnimation({
  807. duration: 500,
  808. timingFunction: "ease",
  809. delay: 2000,
  810. });
  811. setTimeout(() => {
  812. this.texiao();
  813. }, 500);
  814. },
  815. onHide() {
  816. this.animationData = {};
  817. },
  818. onUnload() {
  819. // 页面关闭后清空数据
  820. this.animationData = {};
  821. },
  822. created(){
  823. this.hosId = uni.getStorageSync('userData').user.currentHospital.id;
  824. }
  825. };
  826. </script>
  827. <style lang="less">
  828. ::-webkit-scrollbar {
  829. width: 0;
  830. }
  831. ::-webkit-scrollbar-track {
  832. background-color: none;
  833. }
  834. ::-webkit-scrollbar-thumb {
  835. background-color: none;
  836. }
  837. ::-webkit-scrollbar-thumb:hover {
  838. background-color: none;
  839. }
  840. ::-webkit-scrollbar-thumb:active {
  841. background-color: none;
  842. }
  843. .Scanning_all {
  844. .title {
  845. font-size: 36rpx;
  846. margin-top: 20rpx;
  847. margin-bottom: 20rpx;
  848. font-weight: 700;
  849. position: relative;
  850. height: 40rpx;
  851. .span1 {
  852. position: absolute;
  853. left: 0;
  854. font-weight: 700;
  855. }
  856. .span2 {
  857. position: absolute;
  858. right: 20%;
  859. color: rgb(73, 184, 86);
  860. }
  861. .span3 {
  862. position: absolute;
  863. right: 0;
  864. color: rgb(73, 184, 86);
  865. }
  866. }
  867. .tabs {
  868. height: 90rpx;
  869. width: 100%;
  870. overflow-x: auto;
  871. overflow-y: hidden;
  872. position: relative;
  873. background: #fff;
  874. .acts {
  875. background: #ccc;
  876. height: 50rpx !important;
  877. width: 80% !important;
  878. border-radius: 20rpx;
  879. }
  880. .tab {
  881. display: flex;
  882. align-items: center;
  883. flex-wrap: nowrap;
  884. height: 90rpx;
  885. position: absolute;
  886. width: auto;
  887. padding-top: 6rpx;
  888. view {
  889. display: inline-block;
  890. width: 300rpx;
  891. line-height: 48rpx;
  892. font-size: 32rpx;
  893. height: 100%;
  894. text-align: center;
  895. }
  896. }
  897. }
  898. .Scanning {
  899. padding: 0 20rpx;
  900. height: calc(100% - 100rpx);
  901. // seimin
  902. .Scanning_top {
  903. height: 400rpx;
  904. opacity: 1;
  905. .Scanning_top_icon {
  906. width: 140rpx;
  907. height: 140rpx;
  908. margin: 0 auto;
  909. margin-top: 36rpx;
  910. border-radius: 50%;
  911. line-height: 140rpx;
  912. .cubeic-ok {
  913. font-size: 140rpx;
  914. color: #35b34a;
  915. }
  916. }
  917. .Scanning_top_text {
  918. .text1 {
  919. margin-top: 40rpx;
  920. font-size: 48rpx;
  921. text-align: center;
  922. }
  923. }
  924. .Scanning_cont {
  925. font-size: 32rpx;
  926. margin-top: 30rpx;
  927. text-align: center;
  928. .text1 {
  929. margin-top: 24rpx;
  930. color: #ff3b53;
  931. }
  932. }
  933. }
  934. .page_items {
  935. margin-bottom: 110rpx;
  936. .zwsj {
  937. margin-top: 180rpx;
  938. text-align: center;
  939. .zwsj-img {
  940. width: 560rpx;
  941. }
  942. .zwsj_txt {
  943. font-size: 36rpx;
  944. font-weight: 700;
  945. margin-top: 20rpx;
  946. text-align: center;
  947. }
  948. }
  949. .page_item {
  950. margin-top: 16rpx;
  951. min-height: 356rpx;
  952. background: #fff;
  953. border-radius: 8rpx;
  954. overflow: hidden;
  955. padding: 0 16rpx;
  956. border: 2rpx solid #e5e9ed;
  957. .L {
  958. width: 40rpx;
  959. height: 40rpx;
  960. border-radius: 50%;
  961. background: #f9fafb;
  962. position: relative;
  963. left: -50rpx;
  964. top: 66rpx;
  965. }
  966. .R {
  967. width: 40rpx;
  968. height: 40rpx;
  969. border-radius: 50%;
  970. background: #f9fafb;
  971. position: relative;
  972. float: right;
  973. right: -50rpx;
  974. top: 26rpx;
  975. }
  976. .starting {
  977. width: 50rpx;
  978. height: 50rpx;
  979. color: #fff;
  980. background: #49b856;
  981. display: inline-block;
  982. border-radius: 50%;
  983. text-align: center;
  984. line-height: 46rpx;
  985. font-size: 32rpx;
  986. margin-right: 6rpx;
  987. }
  988. .End {
  989. width: 50rpx;
  990. height: 50rpx;
  991. color: #fff;
  992. background: #39b199;
  993. display: inline-block;
  994. border-radius: 50%;
  995. text-align: center;
  996. line-height: 46rpx;
  997. font-size: 32rpx;
  998. margin-right: 6rpx;
  999. }
  1000. .page_item_top {
  1001. height: 86rpx;
  1002. border-bottom: 2rpx dashed #e5e9ed;
  1003. padding: 0 16rpx;
  1004. .page_item_top_L {
  1005. height: 100%;
  1006. float: left;
  1007. line-height: 88rpx;
  1008. display: flex;
  1009. align-items: center;
  1010. .ac {
  1011. width: 32rpx;
  1012. height: 32rpx;
  1013. border: 2rpx solid #ccc;
  1014. display: inline-block;
  1015. position: relative;
  1016. .ac-span {
  1017. position: absolute;
  1018. left: 50%;
  1019. top: 50%;
  1020. width: 24rpx;
  1021. height: 24rpx;
  1022. background: #39b199;
  1023. transform: translate(-50%, -50%);
  1024. }
  1025. }
  1026. .ac1 {
  1027. width: 32rpx;
  1028. height: 32rpx;
  1029. border: 2rpx solid #ccc;
  1030. display: inline-block;
  1031. position: relative;
  1032. }
  1033. .emergencys {
  1034. background: #ff3b53 !important;
  1035. width: 124rpx !important;
  1036. }
  1037. .emergency {
  1038. background: #ff3b53 !important;
  1039. }
  1040. .emergency1 {
  1041. background: #49b856 !important;
  1042. }
  1043. .page_item_cont_start {
  1044. text-align: center;
  1045. height: 44rpx;
  1046. width: 104rpx;
  1047. line-height: 44rpx;
  1048. border-radius: 8rpx;
  1049. background: #49b856;
  1050. color: #fff;
  1051. display: inline-block;
  1052. .page_item_cont_start_txt {
  1053. font-size: 28rpx;
  1054. display: flex;
  1055. align-items: center;
  1056. justify-content: center;
  1057. .cubeic-star {
  1058. font-size: 28rpx;
  1059. }
  1060. }
  1061. }
  1062. .L_time {
  1063. color: #6cc076;
  1064. font-size: 32rpx;
  1065. }
  1066. .L_text {
  1067. font-size: 32rpx;
  1068. display: inline-block;
  1069. font-weight: 700;
  1070. margin-right: 8rpx;
  1071. }
  1072. }
  1073. .page_item_top_R {
  1074. height: 60rpx;
  1075. float: right;
  1076. padding-top: 20rpx;
  1077. font-size: 32rpx;
  1078. position: absolute;
  1079. right: 50rpx;
  1080. .L_iocn {
  1081. display: inline-block;
  1082. height: 52rpx;
  1083. line-height: 48rpx;
  1084. color: rgb(7, 134, 60);
  1085. font-size: 36rpx;
  1086. font-weight: 700;
  1087. }
  1088. }
  1089. }
  1090. .page_item_cont {
  1091. min-height: 180rpx;
  1092. padding: 0 16rpx;
  1093. text-align: left;
  1094. position: relative;
  1095. .text_big {
  1096. font-size: 32rpx;
  1097. position: absolute;
  1098. right: 16rpx;
  1099. font-weight: 700;
  1100. margin-top: 10rpx;
  1101. }
  1102. .text_big2 {
  1103. font-size: 32rpx;
  1104. position: absolute;
  1105. right: 16rpx;
  1106. font-weight: 700;
  1107. }
  1108. .line {
  1109. height: 20rpx;
  1110. width: 2rpx;
  1111. border-left: 2rpx solid #e5e9ed;
  1112. position: absolute;
  1113. top: 82rpx;
  1114. left: 40rpx;
  1115. }
  1116. .lines {
  1117. height: 40%;
  1118. width: 2rpx;
  1119. border-left: 2rpx solid #e5e9ed;
  1120. position: absolute;
  1121. top: 23%;
  1122. left: 36rpx;
  1123. }
  1124. .page_item_cont_T {
  1125. padding-top: 28rpx;
  1126. font-size: 28rpx;
  1127. .page_item_cont_title {
  1128. height: 100%;
  1129. font-size: 32rpx;
  1130. }
  1131. }
  1132. .page_item_cont_B {
  1133. padding-top: 28rpx;
  1134. margin-bottom: 28rpx;
  1135. .page_item_cont_title {
  1136. height: 60rpx;
  1137. font-size: 32rpx;
  1138. }
  1139. .page_item_cont_title1 {
  1140. height: 60rpx;
  1141. line-height: 60rpx;
  1142. font-size: 32rpx;
  1143. padding-left: 64rpx;
  1144. }
  1145. }
  1146. }
  1147. .page_item_foot {
  1148. border-top: 2rpx dashed #e5e9ed;
  1149. border-bottom: 2rpx dashed #e5e9ed;
  1150. padding: 28rpx 16rpx;
  1151. text-align: left;
  1152. .page_item_foot_text {
  1153. height: 48rpx;
  1154. font-size: 32rpx;
  1155. line-height: 48rpx;
  1156. margin-bottom: 20rpx;
  1157. .text1 {
  1158. color: rgb(102, 102, 102);
  1159. }
  1160. .text2 {
  1161. float: right;
  1162. font-weight: 700;
  1163. }
  1164. }
  1165. }
  1166. #infos {
  1167. display: none;
  1168. }
  1169. .page_item_infos {
  1170. padding-bottom: 20rpx;
  1171. border-bottom: 2rpx dashed #e5e9ed;
  1172. .page_item_info2 {
  1173. text-align: left;
  1174. line-height: 60rpx;
  1175. font-size: 32rpx;
  1176. padding-left: 16rpx;
  1177. .page_item_foot_text {
  1178. height: 48rpx;
  1179. font-size: 32rpx;
  1180. line-height: 48rpx;
  1181. margin-bottom: 20rpx;
  1182. .text1 {
  1183. color: rgb(102, 102, 102);
  1184. }
  1185. .text2 {
  1186. float: right;
  1187. font-weight: 700;
  1188. }
  1189. }
  1190. }
  1191. }
  1192. }
  1193. }
  1194. .foot_btn2 {
  1195. position: fixed;
  1196. bottom: 0;
  1197. right: 20rpx;
  1198. left: 20rpx;
  1199. line-height: 66rpx;
  1200. height: 100rpx;
  1201. border-top: 2rpx solid #e5e9ed;
  1202. background: #f9fafb;
  1203. display: flex;
  1204. .btn1,
  1205. .btn2 {
  1206. height: 66rpx;
  1207. flex: 1;
  1208. margin: 0 2%;
  1209. background-image: linear-gradient(to right, #72c172, #3bb197);
  1210. color: #fff;
  1211. border-radius: 8rpx;
  1212. font-size: 32rpx;
  1213. margin-top: 16rpx;
  1214. text-align: center;
  1215. }
  1216. }
  1217. .foot_btn1 {
  1218. position: fixed;
  1219. bottom: 0;
  1220. right: 20rpx;
  1221. left: 20rpx;
  1222. line-height: 66rpx;
  1223. height: 100rpx;
  1224. border-top: 2rpx solid #e5e9ed;
  1225. background: #f9fafb;
  1226. text-align: center;
  1227. .btn3 {
  1228. height: 66rpx;
  1229. width: 100%;
  1230. background-image: linear-gradient(to right, #72c172, #3bb197);
  1231. color: #fff;
  1232. border-radius: 8rpx;
  1233. font-size: 32rpx;
  1234. margin-top: 16rpx;
  1235. }
  1236. }
  1237. }
  1238. }
  1239. </style>