scanning_code.vue 56 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582
  1. <template>
  2. <view class="Scanning_code" v-if="infoDATA.emergencyType">
  3. <view class="Scanning_top">
  4. <view class="Scanning_top_icon">
  5. <text class="cubeic-ok icon_transport transport-duigou"></text>
  6. </view>
  7. <view class="Scanning_top_text">
  8. <view class="text1" v-if="infoDATA.gdState.value != '6'">签到成功</view>
  9. <view class="text1" v-if="infoDATA.gdState.value == '6'">扫描成功</view>
  10. <!-- 工单状态->value -->
  11. <!-- 待抢单-2,待接单-3,带到达-4,待送达-5,待评价-6,已完成-7,执行中-8 -->
  12. <view class="text2">
  13. 您已到达
  14. <text style="font-weight: 600" v-if="
  15. infoType == 'plan-spe-ddd-1' ||
  16. infoType == 'spe-ddd-1' ||
  17. infoType == 'plan-spe-ddd-2' ||
  18. infoType == 'spe-ddd-2' ||
  19. infoType == 'drug-ddd-2' ||
  20. infoType == 'jp-ddd-2'
  21. ">{{ infoDATA.startDept.dept }}</text>
  22. <text style="font-weight: 600"
  23. v-if="infoType == 'drug-dsd-2' || infoType == 'jp-dsd-2'">{{ infoDATA.endDepts[0].dept }}</text>
  24. <text style="font-weight: 600" v-if="
  25. infoType == 'plan-spe-dsd-2' ||
  26. infoType == 'plan-spe-dsd-3' ||
  27. infoType == 'plan-spe-dsd-1' ||
  28. infoType == 'spe-dsd-2' ||
  29. infoType == 'spe-dsd-3' ||
  30. infoType == 'spe-dsd-1' ||
  31. infoType == 'ins-zxz-1' ||
  32. infoType == 'ins-dsd-1' ||
  33. infoType == 'trans-dsd-1' ||
  34. (infoType == 'qt-ddd-1' && infoDATA.gdState.value == '5') ||
  35. infoDATA.gdState.value == '6' ||
  36. infoDATA.gdState.value == '8'
  37. ">{{ DEPT }}</text>
  38. <text v-if="
  39. infoType == 'ins-zxz-1' ||
  40. infoType == 'ins-dsd-1' ||
  41. infoType == 'trans-dsd-1'
  42. ">, 请扫描患者腕带</text>
  43. <text v-if="
  44. infoType == 'plan-spe-ddd-2' ||
  45. infoType == 'spe-ddd-2' ||
  46. infoType == 'spe-ddd-1' ||
  47. infoType == 'plan-spe-ddd-1'
  48. ">,请取标本</text>
  49. <text v-if="infoType == 'drug-ddd-2' || infoType == 'jp-ddd-2'">, 请取药包</text>
  50. <text v-if="infoType == 'drug-dsd-2' || infoType == 'jp-dsd-2'">, 请放置药包</text>
  51. <text v-if="
  52. (infoType == 'spe-dsd-3' && infoDATA.gdState.value == '5') ||
  53. (infoType == 'plan-spe-dsd-3' && infoDATA.gdState.value == '5')
  54. ">,请扫描标本</text>
  55. <text v-if="
  56. infoType == 'plan-spe-dsd-1' ||
  57. infoType == 'plan-spe-dsd-2' ||
  58. (infoType == 'plan-spe-dsd-2' && infoDATA.gdState.value == '5') ||
  59. infoType == 'spe-dsd-1' ||
  60. infoType == 'spe-dsd-2' ||
  61. (infoType == 'spe-dsd-2' && infoDATA.gdState.value == '5')
  62. ">,请放置标本</text>
  63. </view>
  64. <text v-if="infoType == 'qt-dsd-1'">工单已完成。</text>
  65. </view>
  66. </view>
  67. <view class="page_item footerOtherMargin">
  68. <view class="page_item_top">
  69. <view class="page_item_top_L">
  70. <text class="L_text">单号:{{ infoDATA.gdcode }}</text>
  71. <view class="page_item_cont_start emergency1" v-if="infoDATA.emergencyType.value == 1">
  72. <text class="page_item_cont_start_txt">
  73. <text class="cubeic-star icon_transport transport-shiwujiaoxing" style="font-size: 14px"></text>
  74. {{ infoDATA.emergencyType.name }}
  75. </text>
  76. </view>
  77. <view class="page_item_cont_start emergency" v-if="infoDATA.emergencyType.value == 2">
  78. <text class="page_item_cont_start_txt">
  79. <text class="cubeic-star icon_transport transport-shiwujiaoxing" style="font-size: 14px"></text>
  80. {{ infoDATA.emergencyType.name }}
  81. </text>
  82. </view>
  83. <view class="page_item_cont_start emergencys" v-if="infoDATA.emergencyType.value == 3">
  84. <text class="page_item_cont_start_txt">
  85. <text class="cubeic-star icon_transport transport-shiwujiaoxing" style="font-size: 14px"></text>
  86. {{ infoDATA.emergencyType.name }}
  87. </text>
  88. </view>
  89. </view>
  90. <view class="page_item_top_R">
  91. <text class="L_iocn"
  92. v-if="!(infoDATA.gdState.value == '5'&&infoDATA.taskType.associationType.value == 'inspect')">{{ infoDATA.gdState.name }}</text>
  93. <text class="L_iocn"
  94. v-if="infoDATA.gdState.value == '5'&&infoDATA.taskType.associationType.value == 'inspect'">待送回</text>
  95. </view>
  96. <view class="L"></view>
  97. <view class="R"></view>
  98. </view>
  99. <view class="page_item_cont">
  100. <view class="page_item_cont_T">
  101. <view class="page_item_cont_title">
  102. <text> <text class="starting">起</text> 点科室 </text>
  103. <text class="text_big">{{ infoDATA.startDept.dept }}</text>
  104. </view>
  105. </view>
  106. <view class="line"></view>
  107. <view class="page_item_cont_B">
  108. <view class="page_item_cont_title" v-for="(dept, i) in infoDATA.middleDept" :key="'middleDept-' + i">
  109. <view v-if="infoDATA.taskType.associationType.value == 'inspect'">
  110. <text> <text class="End">检</text> 查科室 </text>
  111. <text class="text_big">{{ dept.dept }}</text>
  112. </view>
  113. </view>
  114. <view class="page_item_cont_title" v-for="(dept, i) in infoDATA.endDepts" :key="'endDepts-' + i">
  115. <view v-if="infoDATA.taskType.associationType.value != 'inspect'">
  116. <text> <text class="End">终</text> 点科室 </text>
  117. <text class="text_big">{{ dept.dept }}</text>
  118. </view>
  119. </view>
  120. </view>
  121. </view>
  122. <view class="page_item_foot">
  123. <view class="page_item_foot_text" v-if="accountObj && (infoType === 'drug-ddd-1' || infoType === 'drug-dsd-1')">
  124. <text class="text1">交接人账号</text>
  125. <text class="text2">{{ accountObj.account }}</text>
  126. </view>
  127. <view class="page_item_foot_text" v-if="accountObj && (infoType === 'drug-ddd-1' || infoType === 'drug-dsd-1')">
  128. <text class="text1">交接人姓名</text>
  129. <text class="text2">{{ accountObj.accountName }}</text>
  130. </view>
  131. <view class="page_item_foot_text">
  132. <text class="text1">状态</text>
  133. <text class="text2"
  134. v-if="!(infoDATA.gdState.value == '5'&&infoDATA.taskType.associationType.value == 'inspect')">{{ infoDATA.gdState.name }}</text>
  135. <text class="text2"
  136. v-if="infoDATA.gdState.value == '5'&&infoDATA.taskType.associationType.value == 'inspect'">待送回</text>
  137. </view>
  138. <view class="page_item_foot_text">
  139. <text class="text1">关联类型</text>
  140. <text class="text2">{{ infoDATA.taskType.associationType.name }}</text>
  141. </view>
  142. <view class="page_item_foot_text">
  143. <text class="text1">任务类型</text>
  144. <text class="text2">{{ infoDATA.taskType.taskName }}</text>
  145. </view>
  146. <view class="page_item_foot_text" v-if="infoDATA.taskType.associationType.value==='inspect'">
  147. <text class="text1">是否半程陪检</text>
  148. <text class="text2">{{ infoDATA.isHalfInspect===1?'是':'否' }}</text>
  149. </view>
  150. <view class="page_item_foot_text" v-if="infoDATA.gdState.value == '2'">
  151. <text class="text1">预计响应时间</text>
  152. <text class="text2">{{ infoDATA.estimeResponseTime || 0 }}</text>
  153. </view>
  154. <view class="page_item_foot_text" v-if="infoDATA.gdState.value == '5'">
  155. <text class="text1" v-if="!(infoDATA.taskType.associationType.value == 'inspect')">预计送达时间</text>
  156. <text class="text1" v-if="infoDATA.taskType.associationType.value == 'inspect'">预计送回时间</text>
  157. <text class="text2">{{ infoDATA.estimeCompleteTime || 0 }}</text>
  158. </view>
  159. <view class="page_item_foot_text" v-if="infoDATA.gdState.value == '4'">
  160. <text class="text1">预计到达时间</text>
  161. <text class="text2">{{ infoDATA.estimateArriveTime || 0 }}</text>
  162. </view>
  163. <view class="page_item_foot_text">
  164. <text class="text1">创建时间</text>
  165. <text class="text2">{{ infoDATA.startTime }}</text>
  166. </view>
  167. <view class="page_item_foot_text" v-if="
  168. infoDATA.taskType.associationType.value == 'inspect' ||
  169. infoDATA.taskType.associationType.value == 'patientTransport'
  170. ">
  171. <text class="text1">携带设备</text>
  172. <text class="text2">{{ infoDATA.goods || "暂无" }}</text>
  173. </view>
  174. <view class="page_item_foot_text" v-if="
  175. infoDATA.taskType.associationType.value == 'inspect' ||
  176. infoDATA.taskType.associationType.value == 'patientTransport'
  177. ">
  178. <text class="text1">患者姓名</text>
  179. <text class="text2">{{ infoDATA.patient.patientName }}({{
  180. infoDATA.patient.patientCode
  181. }})</text>
  182. </view>
  183. </view>
  184. <!-- 药包 -->
  185. <view class="page_item_info" v-if="infoDATA.taskType.associationType.value == 'drugsBag'">
  186. <text class="page_item_info_title">药包信息</text>
  187. <text class="text">#{{ infoDATA.drugs.packid }}</text>
  188. </view>
  189. <!-- 标本 送达-->
  190. <view class="page_item_info" v-if="
  191. infoDATA.taskType.associationType.value == 'specimen' ||
  192. infoDATA.taskType.associationType.value == 'specimenPlan'
  193. ">
  194. <text class="page_item_info_title">标本信息</text>
  195. <!-- <text class="text" v-if="infoType=='plan-spe-ddd-1'||infoType=='plan-spe-dsd-2'||infoType=='plan-spe-dsd-3'&&infoDATA.gdState.value=='5'||infoType=='spe-ddd-1'||infoType=='spe-dsd-2'||infoType=='spe-dsd-3'&&infoDATA.gdState.value=='5'"> -->
  196. <!-- <text class="text" v-if="infoType=='plan-spe-ddd-1'||infoType=='plan-spe-dsd-2'||infoType=='plan-spe-dsd-3'&&infoDATA.gdState.value=='5'||infoType=='spe-ddd-1'||infoType=='spe-dsd-2'"> -->
  197. <text class="text" v-if="
  198. infoType == 'plan-spe-ddd-1' ||
  199. infoType == 'plan-spe-dsd-2' ||
  200. infoType == 'spe-ddd-1' ||
  201. infoType == 'spe-dsd-2'
  202. ">
  203. 预计标本总数
  204. <text class="text_span">{{ infoDATA.expectReceiveNum || 0 }}</text>
  205. </text>
  206. <text class="text" v-if="
  207. (infoType == 'plan-spe-ddd-2' && infoDATA.gdState.value == '4') ||
  208. (infoType == 'spe-ddd-2' && infoDATA.gdState.value == '4')
  209. ">
  210. 预计标本总数
  211. <text>{{ infoDATA.expectReceiveNum || 0 }}</text>
  212. </text>
  213. <text class="text" v-if="
  214. (infoType == 'plan-spe-dsd-2' && infoDATA.gdState.value == '6') ||
  215. (infoType == 'spe-dsd-2' && infoDATA.gdState.value == '6')
  216. ">
  217. 已扫描标本总数
  218. <text>{{ infoDATA.actualReceiveNum || 0 }}</text>
  219. </text>
  220. <text class="text" v-if="
  221. (infoType == 'plan-spe-dsd-3' && infoDATA.gdState.value == '5') ||
  222. (infoType == 'spe-dsd-3' && infoDATA.gdState.value == '5')
  223. ">
  224. 已收取标本总数
  225. <text>{{ infoDATA.actualReceiveNum || 0 }}</text>
  226. </text>
  227. </view>
  228. <!-- 静配 -->
  229. <view class="page_item_info" v-if="infoDATA.taskType.associationType.value == 'jPBag'">
  230. <text class="page_item_info_title">静配信息</text>
  231. <text class="text">#{{ infoDATA.staticDistri.packid }}</text>
  232. </view>
  233. <!-- 陪检 -->
  234. <view v-if="infoDATA.taskType.associationType.value == 'inspect'">
  235. <view class="page_item_info">
  236. <text class="page_item_info_title">检查信息</text>
  237. </view>
  238. <view id="infos" :animation="animationData">
  239. <view class="page_item_infos" v-for="(item, i) of infoDATA.checkList" :key="i">
  240. <view class="page_item_info2">
  241. <view class="page_item_foot_text">
  242. <text class="text1">检查科室</text>
  243. <text class="text2">{{ item.execDept.dept }}</text>
  244. </view>
  245. <view class="page_item_foot_text">
  246. <text class="text1">检查项</text>
  247. <text class="text2">{{ item.inspectName }}</text>
  248. </view>
  249. <view class="page_item_foot_text">
  250. <text class="text1">预约时间</text>
  251. <text class="text2">{{ item.yyTime || "-" }}</text>
  252. </view>
  253. </view>
  254. </view>
  255. </view>
  256. <view id="pulldown" @click="show('show')" v-if="showType == 'hiddle'">
  257. 点击可查看检查详情
  258. <text class="cubeic-pulldown icon_transport transport-paixujiantouxia"></text>
  259. </view>
  260. <view id="pullup" @click="show('hiddle')" v-if="showType == 'show'">
  261. 点击可收起检查详情
  262. <text class="cubeic-pullup icon_transport transport-paixujiantoushang"></text>
  263. </view>
  264. </view>
  265. </view>
  266. <view class="foot_btn2 footerPadding" v-if="infoType == 'plan-spe-ddd-1' || infoType == 'spe-ddd-1'">
  267. <view class="btn2" @click="Scanning_complete(dataId)">知道了</view>
  268. </view>
  269. <view class="foot_btn1 footerPadding" v-if="
  270. (infoType == 'plan-spe-dsd-1' && infoDATA.gdState.value == '5') ||
  271. (infoType == 'spe-dsd-1' && infoDATA.gdState.value == '5')
  272. ">
  273. <view class="btn1" @click="Scanning_complete(dataId)">工单完成</view>
  274. <view class="btn2" @click="showAlert">继续配送</view>
  275. </view>
  276. <view class="foot_btn1 footerPadding" v-if="
  277. (infoType == 'plan-spe-ddd-2' && infoDATA.gdState.value == '4') ||
  278. (infoType == 'spe-ddd-2' && infoDATA.gdState.value == '4')
  279. ">
  280. <view class="btn1" @click="Scanning_again(dataId)" v-if="
  281. infoDATA.taskType.associationType.value == 'specimen' ||
  282. infoDATA.taskType.associationType.value == 'specimenPlan'
  283. ">扫描标本</view>
  284. <view class="btn1" @click="Scanning_again(dataId)" v-if="
  285. infoDATA.taskType.associationType.value == 'jPBag' ||
  286. infoDATA.taskType.associationType.value == 'drugsBag'
  287. ">扫描药包</view>
  288. </view>
  289. <view class="foot_btn1 footerPadding" v-if="
  290. (infoType == 'plan-spe-dsd-3' && infoDATA.gdState.value == '5') ||
  291. (infoType == 'spe-dsd-3' && infoDATA.gdState.value == '5')
  292. ">
  293. <view class="btn1" @click="Scanning_again(dataId)" v-if="
  294. infoDATA.taskType.associationType.value == 'specimen' ||
  295. infoDATA.taskType.associationType.value == 'specimenPlan'
  296. ">扫描标本</view>
  297. <view class="btn1" @click="Scanning_again(dataId)" v-if="
  298. infoDATA.taskType.associationType.value == 'jPBag' ||
  299. infoDATA.taskType.associationType.value == 'drugsBag'
  300. ">扫描药包</view>
  301. <view class="btn2" @click="Scanning_complete1(dataId)">完成工单</view>
  302. </view>
  303. <view class="foot_btn2 footerPadding" v-if="
  304. infoType == 'plan-spe-ddd-2' ||
  305. infoType == 'plan-spe-dsd-2' ||
  306. (infoType == 'plan-spe-dsd-3' && infoDATA.gdState.value == '5') ||
  307. infoType == 'spe-ddd-2' ||
  308. infoType == 'spe-dsd-2' ||
  309. (infoType == 'spe-dsd-3' && infoDATA.gdState.value == '5')
  310. ">
  311. <view class="btn3" @click="Scanning_again(dataId)">继续扫描</view>
  312. <view class="btn3" @click="showHandViewSpecimen()">手动录入</view>
  313. <view class="btn3" v-if="infoDATA.taskType.isDigitalHandover==1" @click="checkNumber(infoDATA)">数量核对</view>
  314. <view class="btn3" @click="next()" v-if="queryObj.fromSpecimenBuild">下一步</view>
  315. </view>
  316. <view class="foot_btn2 footerPadding" v-if="
  317. infoType == 'ins-dsd-1' ||
  318. infoType == 'ins-zxz-1' ||
  319. infoType == 'trans-dsd-1'
  320. ">
  321. <view class="btn3" @click="Scanning_again(dataId)">继续扫描患者腕带</view>
  322. <view class="btn3" @click="photograph(infoDATA, { DEPTCode, DEPT, infoType })">拍照</view>
  323. </view>
  324. <view class="foot_btn2 footerPadding" v-if="
  325. infoType == 'plan-spe-ddd-1' ||
  326. infoType == 'spe-ddd-1' ||
  327. infoDATA.gdState.value == '6'
  328. ">
  329. <view class="btn2" @click="showAlert">知道了</view>
  330. </view>
  331. <view class="foot_btn2 footerPadding" v-if="
  332. infoType == 'drug-ddd-2' ||
  333. infoType == 'drug-dsd-2' ||
  334. infoType == 'jp-ddd-2' ||
  335. infoType == 'jp-dsd-2'
  336. ">
  337. <view class="btn2" @click="Scanning_again(dataId)">继续扫描</view>
  338. <view class="btn3" @click="showHandViewDrugsbag()">手动录入</view>
  339. </view>
  340. <view class="foot_btn2 footerPadding" v-if="
  341. infoType == 'drug-ddd-1' ||
  342. infoType == 'drug-dsd-1' ||
  343. infoType == 'jp-ddd-1' ||
  344. infoType == 'jp-dsd-1'
  345. ">
  346. <view class="btn2" @click="showAlert">知道了</view>
  347. </view>
  348. <view class="foot_btn2 footerPadding" v-if="infoType == 'qt-ddd-1' && infoDATA.gdState.value == '5'">
  349. <view class="btn2" @click="showAlert">知道了</view>
  350. </view>
  351. <!-- 弹窗 -->
  352. <showModel :title="models.title" :icon="models.icon" :disjunctor="models.disjunctor" :content="models.content"
  353. @ok="ok" @cancel="cancel" :operate="models.operate"></showModel>
  354. <!-- 手动查询标本弹窗 -->
  355. <handViewSpecimen v-if="speModels.disjunctor" :title="speModels.title" :disjunctor="speModels.disjunctor"
  356. @ok="speOk" @cancel="speCancel">
  357. </handViewSpecimen>
  358. <!-- 手动查询药品弹窗 -->
  359. <handViewDrugsBag v-if="drugbagModels.disjunctor" :title="drugbagModels.title"
  360. :disjunctor="drugbagModels.disjunctor" @ok="drugbagOk" @cancel="drugbagCancel">
  361. </handViewDrugsBag>
  362. <!-- 修改标本数量弹窗 -->
  363. <changeSpeNum v-if="changeSpeModels.disjunctor" :operate="{ok:'确认数量',check:'详细核对',cancel:'取消'}" :title="changeSpeModels.title" :content="changeSpeModels.content"
  364. :disjunctor="changeSpeModels.disjunctor" @ok="changeSpeOk" @check="changeSpeCheck" @cancel="changeSpeCancel" :num="speNumChange">
  365. </changeSpeNum>
  366. </view>
  367. </template>
  368. <script>
  369. import showModel from "../../components/showModel/showModel.vue";
  370. import {
  371. get,
  372. post,
  373. SM,
  374. webHandle
  375. } from "../../http/http.js";
  376. import {
  377. photographTool
  378. } from "../../tools/photograph.js";
  379. export default {
  380. data() {
  381. return {
  382. speNumChange: 0,
  383. changeSpeObj: {},
  384. // 修改标本数量弹窗model
  385. changeSpeModels: {
  386. disjunctor: false,
  387. },
  388. currentCode: '', //当前小扫描的科室二维码
  389. // 手动查询标本弹窗model
  390. speModels: {
  391. disjunctor: false,
  392. },
  393. // 手动查询药品弹窗model
  394. drugbagModels: {
  395. disjunctor: false,
  396. },
  397. SMFlag: true,
  398. // 交接人信息
  399. accountObj: undefined,
  400. deptId: undefined,
  401. // 完成工单的id
  402. wcId: "",
  403. // 弹窗model
  404. models: {
  405. disjunctor: false,
  406. },
  407. modelFlag: "", //完成工单标识
  408. animationData: {},
  409. showType: "hiddle",
  410. infoDATA: {},
  411. infoType: "",
  412. DEPTCode: "",
  413. DEPT: "",
  414. dataId: "",
  415. queryObj: {}, //路由传过来的对象
  416. };
  417. },
  418. methods: {
  419. // 修改标本数量-核对
  420. changeSpeCheck(){
  421. console.log(this.infoDATA);
  422. this.changeSpeModels.disjunctor = false;
  423. let deptId = this.queryObj.deptId;
  424. let endDepts = this.queryObj.endDepts;
  425. if (deptId) {
  426. // 小扫描
  427. uni.navigateTo({
  428. url: `/pages/specimenCheckingDetail/specimenCheckingDetail?infoDATA=${encodeURIComponent(JSON.stringify({startDept:this.infoDATA.startDept.id,uuid:this.infoDATA.id}))}&id=${deptId}&t=small&gdState=${this.infoDATA.gdState.value}&endDepts=${endDepts}`
  429. })
  430. } else {
  431. // 快捷建单进入小扫描
  432. uni.navigateTo({
  433. url: `/pages/specimenCheckingDetail/specimenCheckingDetail?infoDATA=${encodeURIComponent(JSON.stringify({startDept:this.infoDATA.startDept.id,uuid:this.infoDATA.id}))}&id=${deptId}&t=small&endDepts=${endDepts}`
  434. })
  435. }
  436. },
  437. // 修改标本数量-确认
  438. changeSpeOk(data) {
  439. console.log(data);
  440. const pathUrl = uni.getStorageSync("path");
  441. const {
  442. speNum,
  443. reason,
  444. imageValue
  445. } = data;
  446. this.changeSpeModels.disjunctor = false;
  447. uni.showLoading({
  448. mask: true,
  449. title: "加载中",
  450. });
  451. let postData = {
  452. checkDept: this.changeSpeObj.endDepts, //终点科室
  453. transDeptId: this.changeSpeObj.infoDATA.startDept,
  454. gdId: this.changeSpeObj.infoDATA.uuid,
  455. deptId: this.changeSpeObj.id == "undefined" ?
  456. this.changeSpeObj.infoDATA.startDept : this.changeSpeObj.id,
  457. specimensNum: speNum,
  458. modifyReason: reason,
  459. };
  460. post("/api/updateCheckDeptSpecimensNum", postData).then((res) => {
  461. if (res.status == 200) {
  462. console.log(imageValue);
  463. if (!imageValue.length) {
  464. uni.hideLoading();
  465. uni.showModal({
  466. title: "提示",
  467. content: "修改成功!",
  468. showCancel: false,
  469. success: (result) => {
  470. if (result.confirm) {
  471. console.log("用户点击确定");
  472. if (this.changeSpeObj.t == "big") {
  473. if (this.changeSpeObj.gdState == 4) {
  474. // 待到达
  475. uni.navigateTo({
  476. url: `../../pages/receiptpage/receiptpage`,
  477. });
  478. } else if (this.changeSpeObj.gdState == 5) {
  479. // 待送达
  480. if (res.type1 === "plan-spe-ddd-2") {} else {
  481. let content = `本工单已签到<strong class="red">${
  482. res.scanSet ? res.scanSet.join("、") : ""
  483. }</strong>,剩余需签到科室<strong class="red">${
  484. res.notScanSet ? res.notScanSet.join("、") : ""
  485. }</strong>,您确定完成工单吗?`;
  486. uni.navigateTo({
  487. url: `../scanning/scanning?type=${res.type}&type1=${
  488. res.type1
  489. }&id=${encodeURIComponent(
  490. JSON.stringify([res.gdid])
  491. )}&content=${content}`,
  492. });
  493. }
  494. }
  495. } else if (this.changeSpeObj.t == "small") {
  496. if (this.changeSpeObj.id == "undefined") {
  497. //快捷建单建单进入
  498. uni.navigateTo({
  499. url: `../../pages/receiptpage/receiptpage`,
  500. });
  501. } else {
  502. if (this.changeSpeObj.gdState == 4) {
  503. // 待到达
  504. uni.navigateTo({
  505. url: `../../pages/receiptpage/receiptpage`,
  506. });
  507. } else if (this.changeSpeObj.gdState == 5) {
  508. // 待送达
  509. if (res.type1 === "plan-spe-ddd-2") {} else {
  510. let content = `本工单已签到<strong class="red">${
  511. res.scanSet ? res.scanSet.join("、") : ""
  512. }</strong>,剩余需签到科室<strong class="red">${
  513. res.notScanSet ? res.notScanSet.join("、") : ""
  514. }</strong>,您确定完成工单吗?`;
  515. uni.navigateTo({
  516. url: `../scanning/scanning?type=${res.type}&type1=${
  517. res.type1
  518. }&id=${encodeURIComponent(
  519. JSON.stringify([res.gdid])
  520. )}&content=${content}`,
  521. });
  522. }
  523. }
  524. }
  525. } else {
  526. uni.navigateTo({
  527. url: `../../pages/specimenChecking/specimenChecking?infoDATA=${encodeURIComponent(
  528. JSON.stringify(this.changeSpeObj.infoDATA)
  529. )}`,
  530. });
  531. }
  532. } else if (result.cancel) {
  533. console.log("用户点击取消");
  534. }
  535. },
  536. });
  537. return;
  538. }
  539. let n = 0;
  540. imageValue.forEach((v) => {
  541. // 图片上传 start
  542. console.log("压缩前");
  543. let canvasWidth = v.image.width; //图片原始长宽
  544. let canvasHeight = v.image.height;
  545. let img = new Image();
  546. img.src = v.path;
  547. let canvas = document.createElement("canvas");
  548. let ctx = canvas.getContext("2d");
  549. canvas.width = canvasWidth;
  550. canvas.height = canvasHeight;
  551. ctx.drawImage(img, 0, 0, canvasWidth, canvasHeight);
  552. canvas.toBlob(
  553. (fileSrc) => {
  554. let tp = window.URL.createObjectURL(fileSrc);
  555. console.log("压缩后");
  556. n++;
  557. uni.uploadFile({
  558. url: pathUrl +
  559. "/common/common/uploadAttachment/specimenPhotos/" +
  560. res.deptSpecimensNumId +
  561. "/666",
  562. filePath: tp,
  563. name: "file",
  564. formData: {
  565. filename: v.cloudPath,
  566. },
  567. success: (uploadFileRes) => {
  568. console.log(uploadFileRes);
  569. if (--n === 0) {
  570. uni.hideLoading();
  571. uni.showModal({
  572. title: "提示",
  573. content: "修改成功!",
  574. showCancel: false,
  575. success: (result) => {
  576. if (result.confirm) {
  577. console.log("用户点击确定", this.changeSpeObj.t);
  578. if (this.changeSpeObj.t == "big") {
  579. if (this.changeSpeObj.gdState == 4) {
  580. // 待到达
  581. uni.navigateTo({
  582. url: `../../pages/receiptpage/receiptpage`,
  583. });
  584. } else if (this.changeSpeObj.gdState == 5) {
  585. // 待送达
  586. if (res.type1 === "plan-spe-ddd-2") {} else {
  587. let content = `本工单已签到<strong class="red">${
  588. res.scanSet ? res.scanSet.join("、") : ""
  589. }</strong>,剩余需签到科室<strong class="red">${
  590. res.notScanSet ? res.notScanSet.join("、") : ""
  591. }</strong>,您确定完成工单吗?`;
  592. uni.navigateTo({
  593. url: `../scanning/scanning?type=${res.type}&type1=${
  594. res.type1
  595. }&id=${encodeURIComponent(
  596. JSON.stringify([res.gdid])
  597. )}&content=${content}`,
  598. });
  599. }
  600. }
  601. } else if (this.changeSpeObj.t == "small") {
  602. if (this.changeSpeObj.id == "undefined") {
  603. //快捷建单建单进入
  604. uni.navigateTo({
  605. url: `../../pages/receiptpage/receiptpage`,
  606. });
  607. } else {
  608. if (this.changeSpeObj.gdState == 4) {
  609. // 待到达
  610. uni.navigateTo({
  611. url: `../../pages/receiptpage/receiptpage`,
  612. });
  613. } else if (this.changeSpeObj.gdState == 5) {
  614. // 待送达
  615. if (res.type1 === "plan-spe-ddd-2") {} else {
  616. let content = `本工单已签到<strong class="red">${
  617. res.scanSet ? res.scanSet.join("、") : ""
  618. }</strong>,剩余需签到科室<strong class="red">${
  619. res.notScanSet ? res.notScanSet.join("、") : ""
  620. }</strong>,您确定完成工单吗?`;
  621. uni.navigateTo({
  622. url: `../scanning/scanning?type=${res.type}&type1=${
  623. res.type1
  624. }&id=${encodeURIComponent(
  625. JSON.stringify([res.gdid])
  626. )}&content=${content}`,
  627. });
  628. }
  629. }
  630. }
  631. } else {
  632. uni.navigateTo({
  633. url: `../../pages/specimenChecking/specimenChecking?infoDATA=${encodeURIComponent(
  634. JSON.stringify(this.changeSpeObj.infoDATA)
  635. )}`,
  636. });
  637. }
  638. } else if (result.cancel) {
  639. console.log("用户点击取消");
  640. }
  641. },
  642. });
  643. }
  644. },
  645. fail: (err) => {
  646. n--;
  647. console.error(err);
  648. uni.hideLoading();
  649. uni.showToast({
  650. icon: "none",
  651. title: "上传失败",
  652. duration: 2000,
  653. });
  654. },
  655. });
  656. },
  657. "image/jpeg",
  658. 0.3
  659. );
  660. // 图片上传 end
  661. });
  662. } else {
  663. uni.hideLoading();
  664. uni.showToast({
  665. icon: "none",
  666. title: "请求失败!",
  667. });
  668. }
  669. });
  670. },
  671. // 修改标本数量-取消
  672. changeSpeCancel() {
  673. this.changeSpeModels.disjunctor = false;
  674. },
  675. // 修改标本数量弹窗
  676. showChangeSpe() {
  677. uni.showLoading({
  678. mask: true,
  679. title: "加载中",
  680. });
  681. let postData = {
  682. deptId: this.deptId,
  683. gdId: this.dataId,
  684. };
  685. post(`/api/getStartDeptSpecimensNum`, postData).then((res) => {
  686. uni.hideLoading();
  687. if (res.status == 200) {
  688. this.speNumChange = res.deptSpecimensNum;
  689. this.changeSpeModels = {
  690. title: "修改标本数量",
  691. content: `您已到达<span class="red">${this.DEPT}</span>本科室标本数量为<span class="red">${this.speNumChange}</span>,请确认标本数量`,
  692. disjunctor: true,
  693. };
  694. } else {
  695. this.speNumChange = "";
  696. uni.showToast({
  697. icon: "none",
  698. title: "请求失败!",
  699. });
  700. }
  701. });
  702. },
  703. // 数量核对
  704. checkNumber(infoDATA) {
  705. let deptId = this.queryObj.deptId;
  706. let endDepts = this.queryObj.endDepts;
  707. console.log(endDepts, 'scanning_code');
  708. // 存数据
  709. if (deptId) {
  710. // 小扫描
  711. this.changeSpeObj = {
  712. infoDATA: {
  713. startDept: this.infoDATA.startDept.id,
  714. uuid: this.infoDATA.id
  715. },
  716. id: deptId,
  717. t: 'small',
  718. gdState: this.infoDATA.gdState.value,
  719. endDepts,
  720. }
  721. } else {
  722. // 快捷建单进入小扫描
  723. this.changeSpeObj = {
  724. infoDATA: {
  725. startDept: this.infoDATA.startDept.id,
  726. uuid: this.infoDATA.id
  727. },
  728. id: deptId,
  729. t: 'small',
  730. endDepts,
  731. }
  732. }
  733. this.showChangeSpe();
  734. },
  735. // 手动查询药品-确认
  736. drugbagOk(data) {
  737. console.log(data);
  738. if (!data.id) {
  739. //没有查询到药品
  740. uni.showModal({
  741. title: '提示',
  742. content: "没有查询到发药单号!",
  743. showCancel: false,
  744. success: function(res) {
  745. if (res.confirm) {
  746. console.log('用户点击确定');
  747. } else if (res.cancel) {
  748. console.log('用户点击取消');
  749. }
  750. }
  751. });
  752. return;
  753. }
  754. this.drugbagModels.disjunctor = false;
  755. this.hand_scanning_common(data.packid, 'hand');
  756. },
  757. // 手动查询药品-取消
  758. drugbagCancel() {
  759. this.drugbagModels.disjunctor = false;
  760. },
  761. // 手动查询药品弹窗
  762. showHandViewDrugsbag() {
  763. this.drugbagModels = {
  764. title: '填写发药单号',
  765. disjunctor: true,
  766. }
  767. },
  768. // 手动查询标本-确认
  769. speOk(data) {
  770. console.log(data);
  771. if (!data.id) {
  772. //没有查询到标本
  773. uni.showModal({
  774. title: '提示',
  775. content: "没有查询到标本!",
  776. showCancel: false,
  777. success: function(res) {
  778. if (res.confirm) {
  779. console.log('用户点击确定');
  780. } else if (res.cancel) {
  781. console.log('用户点击取消');
  782. }
  783. }
  784. });
  785. return;
  786. }
  787. this.speModels.disjunctor = false;
  788. this.hand_scanning_common(data.scode, 'hand');
  789. },
  790. // 手动查询标本-取消
  791. speCancel() {
  792. this.speModels.disjunctor = false;
  793. },
  794. // 手动查询标本弹窗
  795. showHandViewSpecimen() {
  796. this.speModels = {
  797. title: '填写标本编码',
  798. disjunctor: true,
  799. }
  800. },
  801. // 下一步
  802. next() {
  803. uni.showLoading({
  804. title: '加载中',
  805. mask: true,
  806. })
  807. post('/workerOrder/getSpecimenCount', {
  808. gdId: this.queryObj.id
  809. }).then(res => {
  810. get('/api/fetchData/specimen/' + this.queryObj.specimenId).then(ress => {
  811. uni.hideLoading();
  812. console.log(ress);
  813. ress.msg = '成功';
  814. ress.specimenCount = res.specimenCount;
  815. ress.type = this.queryObj.type1;
  816. uni.navigateTo({
  817. url: `../scanning_Result/scanning_Result?type=${
  818. this.queryObj.type
  819. }&type1=${
  820. this.queryObj.type1
  821. }&infoData=${encodeURIComponent(
  822. JSON.stringify(ress.data)
  823. )}&status=${ress.status}&msg=${ress.msg}&deptCode=${
  824. this.queryObj.deptCode
  825. }&dept=${
  826. this.queryObj.dept
  827. }&id=${this.dataId}&model=${encodeURIComponent(
  828. JSON.stringify(ress)
  829. )}&speNum=${res.specimenCount}`,
  830. });
  831. })
  832. })
  833. },
  834. // 拍照
  835. photograph(data, obj) {
  836. photographTool(data, obj);
  837. },
  838. // 手动输入标本和扫码公共方法,type----scan是扫码,hand是手动录入
  839. hand_scanning_common(ress1, type) {
  840. // ----------------
  841. uni.showLoading({
  842. title: "加载中",
  843. mask: true,
  844. });
  845. //检验二维码的有效性
  846. post("/dept/scanning", {
  847. content: ress1,
  848. }).then((result) => {
  849. this.SMFlag = true;
  850. if (result.state == 200 || result.state == 201) {
  851. this.currentCode = result.code;
  852. let codes = result.code;
  853. if (codes) {
  854. let speCode = codes;
  855. let data = {
  856. code: speCode,
  857. type: this.infoType,
  858. deptCode: this.DEPTCode,
  859. ids: [this.dataId],
  860. };
  861. let postType = "";
  862. if (
  863. this.infoDATA.taskType.associationType.value == "jPBag" ||
  864. this.infoDATA.taskType.associationType.value == "drugsBag"
  865. ) {
  866. postType = "handleDrugsAndJp";
  867. delete data.ids;
  868. if (this.accountObj) {
  869. data.handover = this.accountObj.accountId;
  870. }
  871. if (this.queryObj.grabOrders) {
  872. data.grabOrders = '666';
  873. }
  874. data.deptId = this.deptId;
  875. }
  876. if (this.infoDATA.taskType.associationType.value == "specimen") {
  877. data["speCode"] = data.code;
  878. delete data.code;
  879. postType = "handleSpes";
  880. }
  881. if (
  882. this.infoDATA.taskType.associationType.value == "specimenPlan"
  883. ) {
  884. data["speCode"] = data.code;
  885. delete data.code;
  886. postType = "handlePlanSpes";
  887. }
  888. if (this.infoDATA.taskType.associationType.value == "inspect") {
  889. // delete data.type;//seimin
  890. postType = "handleIns";
  891. }
  892. if (
  893. this.infoDATA.taskType.associationType.value ==
  894. "patientTransport"
  895. ) {
  896. postType = "handleTrans";
  897. }
  898. //扫描
  899. post("/workerOrder/" + postType, data).then((ress) => {
  900. console.log(ress, 1111)
  901. if (ress.status == 200) {
  902. //标本和标本轮巡工单,扫描标本后会自动调用摄像头,继续扫描,直到status不是200
  903. if (this.infoDATA.taskType.associationType.value == 'specimen' || this.infoDATA.taskType
  904. .associationType.value == 'specimenPlan') {
  905. if (type === 'scan') {
  906. setTimeout(() => {
  907. this.Scanning_again(this.dataId);
  908. }, 500)
  909. }
  910. }
  911. if (
  912. this.infoDATA.taskType.associationType.value == "drugsBag"
  913. ) {
  914. uni.hideLoading();
  915. // --------start----------
  916. uni.navigateTo({
  917. url: `../scanning_Result/scanning_Result?type=${
  918. this.queryObj.type
  919. }&type1=${
  920. this.queryObj.type1
  921. }&infoData=${encodeURIComponent(
  922. JSON.stringify(ress.data)
  923. )}&status=${ress.status}&msg=${ress.msg}&deptCode=${
  924. this.queryObj.deptCode
  925. }&dept=${
  926. this.queryObj.dept
  927. }&id=${this.dataId}&model=${encodeURIComponent(
  928. JSON.stringify(ress)
  929. )}&accountObj=${encodeURIComponent(JSON.stringify(this.accountObj))}&deptId=${this.deptId}&handover=${this.handover}`,
  930. });
  931. // ------------end------------
  932. } else {
  933. uni.hideLoading();
  934. // --------start----------
  935. // 患者陪检执行中或待送达,患者转运待送达
  936. if (
  937. ress.type == "ins-zxz-1" ||
  938. ress.type == "ins-dsd-1" ||
  939. ress.type == "trans-dsd-1"
  940. ) {
  941. console.log(ress.patientName, "code");
  942. uni.navigateTo({
  943. url: `../scanning_Result/scanning_Result?type=${
  944. this.queryObj.type
  945. }&type1=${
  946. this.queryObj.type1
  947. }&infoData=${encodeURIComponent(
  948. JSON.stringify(ress.data)
  949. )}&status=${ress.status}&msg=${ress.msg}&patient=${
  950. ress.patient
  951. }&patientCode=${ress.patientCode}&deptName=${
  952. ress.deptName
  953. }&bedNum=${ress.bedNum}&deptCode=${
  954. this.queryObj.deptCode
  955. }&dept=${
  956. this.queryObj.dept
  957. }&id=${this.dataId}&model=${encodeURIComponent(
  958. JSON.stringify(ress)
  959. )}`,
  960. });
  961. } else {
  962. uni.navigateTo({
  963. url: `../scanning_Result/scanning_Result?type=${
  964. this.queryObj.type
  965. }&type1=${
  966. this.queryObj.type1
  967. }&infoData=${encodeURIComponent(
  968. JSON.stringify(ress.data)
  969. )}&status=${ress.status}&msg=${ress.msg}&deptCode=${
  970. this.queryObj.deptCode
  971. }&dept=${
  972. this.queryObj.dept
  973. }&id=${this.dataId}&model=${encodeURIComponent(
  974. JSON.stringify(ress)
  975. )}&speNum=${ress.specimenCount}&scanOrHand=${type}`,
  976. });
  977. }
  978. // ------------end------------
  979. }
  980. } else {
  981. uni.hideLoading();
  982. uni.navigateTo({
  983. url: `../scanning_Result/scanning_Result?type=${
  984. this.queryObj.type
  985. }&type1=${this.queryObj.type1}&status=${ress.status}&msg=${
  986. ress.msg
  987. }&deptCode=${this.queryObj.deptCode}&dept=${
  988. this.queryObj.dept
  989. }&id=${this.dataId}&model=${encodeURIComponent(
  990. JSON.stringify(ress)
  991. )}&accountObj=${encodeURIComponent(JSON.stringify(this.accountObj))}&deptId=${this.deptId}&handover=${this.handover}&scanOrHand=${type}&qrcode=${this.currentCode}`,
  992. });
  993. }
  994. });
  995. }
  996. } else {
  997. uni.hideLoading();
  998. uni.showToast({
  999. icon: "none",
  1000. title: "请求失败!",
  1001. });
  1002. }
  1003. });
  1004. // ------------------------------
  1005. },
  1006. // 扫描
  1007. Scanning_again(id) {
  1008. if (!this.SMFlag) {
  1009. return;
  1010. }
  1011. this.SMFlag = false;
  1012. SM().then((ress1) => {
  1013. this.hand_scanning_common(ress1, 'scan');
  1014. }).catch(err => {
  1015. this.SMFlag = true;
  1016. });
  1017. },
  1018. show(type) {
  1019. this.showType = type;
  1020. if (type === "show") {
  1021. //展开
  1022. // 计算高度
  1023. const query = uni.createSelectorQuery().in(this);
  1024. query
  1025. .selectAll(".page_item_infos")
  1026. .boundingClientRect((data) => {
  1027. let len = data.reduce((prev, current) => {
  1028. return prev + current.height;
  1029. }, 0);
  1030. this.animation.height(len).step();
  1031. this.animationData = this.animation.export();
  1032. })
  1033. .exec();
  1034. } else if (type === "hiddle") {
  1035. this.animation.height(0).step();
  1036. this.animationData = this.animation.export();
  1037. }
  1038. },
  1039. // 确定
  1040. ok() {
  1041. this.models.disjunctor = false;
  1042. if (this.modelFlag == "complete1") {
  1043. //一对多完成扫描
  1044. let ids = [];
  1045. ids.push(this.wcId);
  1046. let data = {
  1047. type: this.infoType,
  1048. ids,
  1049. };
  1050. uni.showLoading({
  1051. title: '加载中',
  1052. mask: true,
  1053. });
  1054. post("/workerOrder/finishSpes", data).then((res) => {
  1055. if (res.status == 200) {
  1056. uni.reLaunch({
  1057. url: "../receiptpage/receiptpage",
  1058. });
  1059. } else {
  1060. uni.hideLoading();
  1061. uni.showToast({
  1062. icon: "none",
  1063. title: "请求失败!",
  1064. });
  1065. }
  1066. });
  1067. } else if (this.modelFlag == "complete") {
  1068. //一对一完成扫描
  1069. let ids = [];
  1070. ids.push(this.wcId);
  1071. uni.showLoading({
  1072. title: '加载中',
  1073. mask: true,
  1074. });
  1075. post("/workerOrder/finishSpeOrder", ids).then((res) => {
  1076. if (res.status == 200) {
  1077. uni.reLaunch({
  1078. url: "../receiptpage/receiptpage",
  1079. });
  1080. } else {
  1081. uni.hideLoading();
  1082. uni.showToast({
  1083. icon: "none",
  1084. title: "请求失败!",
  1085. });
  1086. }
  1087. });
  1088. }
  1089. },
  1090. // 取消
  1091. cancel() {
  1092. this.models.disjunctor = false;
  1093. },
  1094. //一对多完成扫描
  1095. Scanning_complete1(id) {
  1096. this.wcId = id;
  1097. this.modelFlag = "complete1";
  1098. this.models = {
  1099. disjunctor: true,
  1100. title: "提示",
  1101. content: "是否确定标本配送完成?",
  1102. icon: "warn",
  1103. operate: {
  1104. ok: "确定",
  1105. cancel: "取消",
  1106. },
  1107. };
  1108. },
  1109. //一对一完成扫描
  1110. Scanning_complete(id) {
  1111. this.wcId = id;
  1112. this.modelFlag = "complete";
  1113. this.models = {
  1114. disjunctor: true,
  1115. title: "提示",
  1116. content: "是否确定标本配送完成?",
  1117. icon: "warn",
  1118. operate: {
  1119. ok: "确定",
  1120. cancel: "取消",
  1121. },
  1122. };
  1123. },
  1124. // 知道了
  1125. showAlert() {
  1126. uni.navigateTo({
  1127. url: "../receiptpage/receiptpage",
  1128. });
  1129. },
  1130. // 工单详情
  1131. getInfo(id) {
  1132. uni.showLoading({
  1133. title: "加载中",
  1134. mask: true,
  1135. });
  1136. get("/api/fetchData/workOrder/" + id).then((res) => {
  1137. uni.hideLoading();
  1138. if (res.status == 200) {
  1139. this.infoDATA = res.data;
  1140. } else {
  1141. uni.showToast({
  1142. icon: "none",
  1143. title: "请求失败!",
  1144. });
  1145. }
  1146. });
  1147. },
  1148. },
  1149. onShow() {
  1150. this.SMFlag = true;
  1151. },
  1152. onLoad(options) {
  1153. console.log(options);
  1154. if (options.accountObj && options.accountObj != "undefined") {
  1155. this.accountObj = JSON.parse(options.accountObj);
  1156. }
  1157. if (options.deptId && options.deptId != "undefined") {
  1158. this.deptId = options.deptId;
  1159. }
  1160. this.queryObj = options;
  1161. let id = options.id;
  1162. this.dataId = id; //工单ID
  1163. this.infoType = options.type1; //type类型
  1164. this.DEPTCode = options.deptCode; //二维码
  1165. this.DEPT = options.dept; //科室名称
  1166. this.getInfo(this.dataId);
  1167. // 创建动画
  1168. this.animation = uni.createAnimation({
  1169. duration: 500,
  1170. timingFunction: "ease",
  1171. });
  1172. // #ifdef APP-PLUS
  1173. webHandle("no", "app");
  1174. // #endif
  1175. // #ifdef H5
  1176. webHandle("no", "wx");
  1177. // #endif
  1178. },
  1179. onUnload() {
  1180. // 页面关闭后清空数据
  1181. this.animationData = {};
  1182. },
  1183. };
  1184. </script>
  1185. <style lang="less">
  1186. .Scanning_code {
  1187. padding: 0 20rpx;
  1188. padding-bottom: 124rpx;
  1189. .Scanning_top {
  1190. height: 340rpx;
  1191. .Scanning_top_icon {
  1192. width: 140rpx;
  1193. height: 140rpx;
  1194. margin: 0 auto;
  1195. margin-top: 36rpx;
  1196. border-radius: 50%;
  1197. line-height: 140rpx;
  1198. .cubeic-ok {
  1199. font-size: 140rpx;
  1200. color: #35b34a;
  1201. }
  1202. }
  1203. .Scanning_top_text {
  1204. text-align: center;
  1205. .text1 {
  1206. margin-top: 40rpx;
  1207. font-size: 48rpx;
  1208. }
  1209. .text2 {
  1210. margin-top: 16rpx;
  1211. font-size: 36rpx;
  1212. }
  1213. }
  1214. }
  1215. .page_item {
  1216. margin-top: 16rpx;
  1217. min-height: 356rpx;
  1218. background: #fff;
  1219. border-radius: 8rpx;
  1220. overflow: hidden;
  1221. padding: 0 16rpx;
  1222. border: 2rpx solid #e5e9ed;
  1223. .L {
  1224. width: 40rpx;
  1225. height: 40rpx;
  1226. border-radius: 50%;
  1227. background: #f9fafb;
  1228. position: relative;
  1229. left: -50rpx;
  1230. top: 66rpx;
  1231. }
  1232. .R {
  1233. width: 40rpx;
  1234. height: 40rpx;
  1235. border-radius: 50%;
  1236. background: #f9fafb;
  1237. position: relative;
  1238. float: right;
  1239. right: -50rpx;
  1240. top: 26rpx;
  1241. }
  1242. .starting {
  1243. width: 50rpx;
  1244. height: 50rpx;
  1245. color: #fff;
  1246. background: #49b856;
  1247. display: inline-block;
  1248. border-radius: 50%;
  1249. text-align: center;
  1250. line-height: 46rpx;
  1251. font-size: 32rpx;
  1252. margin-right: 6rpx;
  1253. }
  1254. .End {
  1255. width: 50rpx;
  1256. height: 50rpx;
  1257. color: #fff;
  1258. background: #39b199;
  1259. display: inline-block;
  1260. border-radius: 50%;
  1261. text-align: center;
  1262. line-height: 46rpx;
  1263. font-size: 32rpx;
  1264. margin-right: 6rpx;
  1265. }
  1266. .page_item_top {
  1267. height: 86rpx;
  1268. border-bottom: 2rpx dashed #e5e9ed;
  1269. padding: 0 16rpx;
  1270. .page_item_top_L {
  1271. height: 100%;
  1272. float: left;
  1273. line-height: 88rpx;
  1274. .emergencys {
  1275. background: #ff3b53 !important;
  1276. width: 124rpx !important;
  1277. }
  1278. .emergency {
  1279. background: #ff3b53 !important;
  1280. }
  1281. .emergency1 {
  1282. background: #49b856 !important;
  1283. }
  1284. .page_item_cont_start {
  1285. text-align: center;
  1286. height: 44rpx;
  1287. width: 104rpx;
  1288. line-height: 44rpx;
  1289. border-radius: 8rpx;
  1290. background: #49b856;
  1291. color: #fff;
  1292. display: inline-block;
  1293. .page_item_cont_start_txt {
  1294. font-size: 28rpx;
  1295. display: flex;
  1296. align-items: center;
  1297. justify-content: center;
  1298. }
  1299. }
  1300. .L_time {
  1301. color: #6cc076;
  1302. font-size: 32rpx;
  1303. }
  1304. .L_text {
  1305. font-size: 32rpx;
  1306. display: inline-block;
  1307. font-weight: 700;
  1308. margin-right: 8rpx;
  1309. }
  1310. }
  1311. .page_item_top_R {
  1312. height: 60rpx;
  1313. float: right;
  1314. padding-top: 20rpx;
  1315. font-size: 32rpx;
  1316. position: absolute;
  1317. right: 50rpx;
  1318. .L_iocn {
  1319. display: inline-block;
  1320. height: 52rpx;
  1321. line-height: 48rpx;
  1322. color: rgb(7, 134, 60);
  1323. font-size: 36rpx;
  1324. font-weight: 700;
  1325. }
  1326. }
  1327. }
  1328. .page_item_cont {
  1329. min-height: 180rpx;
  1330. padding: 0 16rpx;
  1331. text-align: left;
  1332. position: relative;
  1333. .text_big {
  1334. font-size: 32rpx;
  1335. position: absolute;
  1336. right: 16rpx;
  1337. font-weight: 700;
  1338. margin-top: 10rpx;
  1339. }
  1340. .text_big2 {
  1341. font-size: 32rpx;
  1342. position: absolute;
  1343. right: 16rpx;
  1344. font-weight: 700;
  1345. }
  1346. .line {
  1347. height: 20rpx;
  1348. width: 2rpx;
  1349. border-left: 2rpx solid #e5e9ed;
  1350. position: absolute;
  1351. top: 82rpx;
  1352. left: 40rpx;
  1353. }
  1354. .lines {
  1355. height: 40%;
  1356. width: 2rpx;
  1357. border-left: 2rpx solid #e5e9ed;
  1358. position: absolute;
  1359. top: 23%;
  1360. left: 36rpx;
  1361. }
  1362. .page_item_cont_T {
  1363. padding-top: 28rpx;
  1364. font-size: 28rpx;
  1365. .page_item_cont_title {
  1366. height: 100%;
  1367. font-size: 32rpx;
  1368. }
  1369. }
  1370. .page_item_cont_B {
  1371. padding-top: 28rpx;
  1372. margin-bottom: 28rpx;
  1373. .page_item_cont_title {
  1374. height: 60rpx;
  1375. font-size: 32rpx;
  1376. }
  1377. .page_item_cont_title1 {
  1378. height: 60rpx;
  1379. line-height: 60rpx;
  1380. font-size: 32rpx;
  1381. padding-left: 64rpx;
  1382. }
  1383. }
  1384. }
  1385. .page_item_foot {
  1386. border-top: 2rpx dashed #e5e9ed;
  1387. border-bottom: 2rpx dashed #e5e9ed;
  1388. padding: 28rpx 16rpx;
  1389. text-align: left;
  1390. .page_item_foot_text {
  1391. font-size: 32rpx;
  1392. margin-bottom: 20rpx;
  1393. display: flex;
  1394. justify-content: space-between;
  1395. align-items: center;
  1396. .text1 {
  1397. color: rgb(102, 102, 102);
  1398. }
  1399. .text2 {
  1400. font-weight: 700;
  1401. }
  1402. }
  1403. .text_padd {
  1404. padding: 0 10% 0 10%;
  1405. }
  1406. }
  1407. .page_item_info {
  1408. padding: 20rpx 16rpx;
  1409. text-align: left;
  1410. line-height: 60rpx;
  1411. font-size: 32rpx;
  1412. .page_item_info_title {
  1413. font-weight: 700;
  1414. }
  1415. .text {
  1416. float: right;
  1417. font-weight: 700;
  1418. .text_span {
  1419. color: #49b856;
  1420. }
  1421. }
  1422. }
  1423. #infos {
  1424. height: 0;
  1425. overflow: hidden;
  1426. }
  1427. .page_item_infos {
  1428. padding-bottom: 20rpx;
  1429. border-bottom: 2rpx dashed #e5e9ed;
  1430. .page_item_info2 {
  1431. text-align: left;
  1432. line-height: 60rpx;
  1433. font-size: 32rpx;
  1434. padding-left: 16rpx;
  1435. .page_item_foot_text {
  1436. font-size: 32rpx;
  1437. margin-bottom: 20rpx;
  1438. .text1 {
  1439. color: rgb(102, 102, 102);
  1440. }
  1441. .text2 {
  1442. float: right;
  1443. font-weight: 700;
  1444. }
  1445. }
  1446. }
  1447. }
  1448. #pulldown {
  1449. color: #49b856;
  1450. font-size: 36rpx;
  1451. height: 60rpx;
  1452. text-align: center;
  1453. .cubeic-pulldown {
  1454. font-size: 48rpx;
  1455. position: relative;
  1456. bottom: 6rpx;
  1457. }
  1458. }
  1459. #pullup {
  1460. color: #49b856;
  1461. font-size: 36rpx;
  1462. height: 60rpx;
  1463. text-align: center;
  1464. .cubeic-pullup {
  1465. font-size: 48rpx;
  1466. position: relative;
  1467. top: 12rpx;
  1468. }
  1469. }
  1470. }
  1471. .foot_btn2 {
  1472. position: fixed;
  1473. bottom: 0;
  1474. right: 20rpx;
  1475. left: 20rpx;
  1476. line-height: 66rpx;
  1477. height: 100rpx;
  1478. border-top: 2rpx solid #e5e9ed;
  1479. background: #f9fafb;
  1480. display: flex;
  1481. justify-content: space-between;
  1482. .btn2,
  1483. .btn3 {
  1484. height: 66rpx;
  1485. flex: 1;
  1486. background-image: linear-gradient(to right, #72c172, #3bb197);
  1487. color: #fff;
  1488. border-radius: 8rpx;
  1489. font-size: 32rpx;
  1490. margin-top: 16rpx;
  1491. margin-right: 16rpx;
  1492. text-align: center;
  1493. &:last-of-type {
  1494. margin-right: 0;
  1495. }
  1496. }
  1497. }
  1498. .foot_btn1 {
  1499. position: fixed;
  1500. bottom: 0;
  1501. right: 20rpx;
  1502. left: 20rpx;
  1503. line-height: 66rpx;
  1504. height: 100rpx;
  1505. border-top: 2rpx solid #e5e9ed;
  1506. background: #f9fafb;
  1507. display: flex;
  1508. .btn1,
  1509. .btn2 {
  1510. height: 66rpx;
  1511. flex: 1;
  1512. margin: 0 1%;
  1513. background-image: linear-gradient(to right, #72c172, #3bb197);
  1514. color: #fff;
  1515. border-radius: 8rpx;
  1516. font-size: 32rpx;
  1517. margin-top: 16rpx;
  1518. text-align: center;
  1519. }
  1520. }
  1521. }
  1522. </style>