scanning_code.vue 38 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139
  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="btn2" @click="Scanning_again(dataId)">继续扫描</view>
  312. </view>
  313. <view class="foot_btn2 footerPadding" v-if="
  314. infoType == 'ins-dsd-1' ||
  315. infoType == 'ins-zxz-1' ||
  316. infoType == 'trans-dsd-1'
  317. ">
  318. <view class="btn3" @click="Scanning_again(dataId)">继续扫描患者腕带</view>
  319. <view class="btn3" @click="photograph(infoDATA, { DEPTCode, DEPT, infoType })">拍照</view>
  320. </view>
  321. <view class="foot_btn2 footerPadding" v-if="
  322. infoType == 'plan-spe-ddd-1' ||
  323. infoType == 'spe-ddd-1' ||
  324. infoDATA.gdState.value == '6'
  325. ">
  326. <view class="btn2" @click="showAlert">知道了</view>
  327. </view>
  328. <view class="foot_btn2 footerPadding" v-if="
  329. infoType == 'drug-ddd-2' ||
  330. infoType == 'drug-dsd-2' ||
  331. infoType == 'jp-ddd-2' ||
  332. infoType == 'jp-dsd-2'
  333. ">
  334. <view class="btn2" @click="Scanning_again(dataId)">继续扫描</view>
  335. </view>
  336. <view class="foot_btn2 footerPadding" v-if="
  337. infoType == 'drug-ddd-1' ||
  338. infoType == 'drug-dsd-1' ||
  339. infoType == 'jp-ddd-1' ||
  340. infoType == 'jp-dsd-1'
  341. ">
  342. <view class="btn2" @click="showAlert">知道了</view>
  343. </view>
  344. <view class="foot_btn2 footerPadding" v-if="infoType == 'qt-ddd-1' && infoDATA.gdState.value == '5'">
  345. <view class="btn2" @click="showAlert">知道了</view>
  346. </view>
  347. <!-- 弹窗 -->
  348. <showModel :title="models.title" :icon="models.icon" :disjunctor="models.disjunctor" :content="models.content"
  349. @ok="ok" @cancel="cancel" :operate="models.operate"></showModel>
  350. </view>
  351. </template>
  352. <script>
  353. import showModel from "../../components/showModel/showModel.vue";
  354. import {
  355. get,
  356. post,
  357. SM,
  358. webHandle
  359. } from "../../http/http.js";
  360. import {
  361. photographTool
  362. } from "../../tools/photograph.js";
  363. export default {
  364. data() {
  365. return {
  366. SMFlag:true,
  367. // 交接人信息
  368. accountObj:undefined,
  369. deptId:undefined,
  370. // 完成工单的id
  371. wcId: "",
  372. // 弹窗model
  373. models: {
  374. disjunctor: false,
  375. },
  376. modelFlag: "", //完成工单标识
  377. animationData: {},
  378. showType: "hiddle",
  379. infoDATA: {},
  380. infoType: "",
  381. DEPTCode: "",
  382. DEPT: "",
  383. dataId: "",
  384. queryObj: {}, //路由传过来的对象
  385. };
  386. },
  387. methods: {
  388. // 拍照
  389. photograph(data, obj) {
  390. photographTool(data, obj);
  391. },
  392. // 扫描
  393. Scanning_again(id) {
  394. if (!this.SMFlag) {
  395. return;
  396. }
  397. this.SMFlag = false;
  398. SM().then((ress1) => {
  399. // ----------------
  400. uni.showLoading({
  401. title: "加载中",
  402. mask: true,
  403. });
  404. //检验二维码的有效性
  405. post("/dept/scanning", {
  406. content: ress1,
  407. }).then((result) => {
  408. this.SMFlag = true;
  409. if (result.state == 200 || result.state == 201) {
  410. let codes = result.code;
  411. if (codes) {
  412. let speCode = codes;
  413. let data = {
  414. code: speCode,
  415. type: this.infoType,
  416. deptCode: this.DEPTCode,
  417. ids: [],
  418. };
  419. data.ids.push(id);
  420. let postType = "";
  421. if (
  422. this.infoDATA.taskType.associationType.value == "jPBag" ||
  423. this.infoDATA.taskType.associationType.value == "drugsBag"
  424. ) {
  425. postType = "handleDrugsAndJp";
  426. delete data.ids;
  427. if(this.accountObj){
  428. data.handover = this.accountObj.accountId;
  429. }
  430. if(this.queryObj.grabOrders){
  431. data.grabOrders = '666';
  432. }
  433. data.deptId = this.deptId;
  434. }
  435. if (this.infoDATA.taskType.associationType.value == "specimen") {
  436. data["speCode"] = data.code;
  437. delete data.code;
  438. postType = "handleSpes";
  439. }
  440. if (
  441. this.infoDATA.taskType.associationType.value == "specimenPlan"
  442. ) {
  443. data["speCode"] = data.code;
  444. delete data.code;
  445. postType = "handlePlanSpes";
  446. }
  447. if (this.infoDATA.taskType.associationType.value == "inspect") {
  448. // delete data.type;//seimin
  449. postType = "handleIns";
  450. }
  451. if (
  452. this.infoDATA.taskType.associationType.value ==
  453. "patientTransport"
  454. ) {
  455. postType = "handleTrans";
  456. }
  457. //扫描
  458. post("/workerOrder/" + postType, data).then((ress) => {
  459. console.log(ress,1111)
  460. if (ress.status == 200) {
  461. //标本和标本轮巡工单,扫描标本后会自动调用摄像头,继续扫描,直到status不是200
  462. if(this.infoDATA.taskType.associationType.value == 'specimen' || this.infoDATA.taskType.associationType.value == 'specimenPlan'){
  463. this.Scanning_again(this.dataId);
  464. }
  465. if (
  466. this.infoDATA.taskType.associationType.value == "drugsBag"
  467. ) {
  468. uni.hideLoading();
  469. // --------start----------
  470. uni.navigateTo({
  471. url: `../scanning_Result/scanning_Result?type=${
  472. this.queryObj.type
  473. }&type1=${
  474. this.queryObj.type1
  475. }&infoData=${encodeURIComponent(
  476. JSON.stringify(ress.data)
  477. )}&status=${ress.status}&msg=${ress.msg}&deptCode=${
  478. this.queryObj.deptCode
  479. }&dept=${
  480. this.queryObj.dept
  481. }&id=${id}&model=${encodeURIComponent(
  482. JSON.stringify(ress)
  483. )}&accountObj=${encodeURIComponent(JSON.stringify(this.accountObj))}&deptId=${this.deptId}&handover=${this.handover}`,
  484. });
  485. // ------------end------------
  486. } else {
  487. uni.hideLoading();
  488. // --------start----------
  489. // 患者陪检执行中或待送达,患者转运待送达
  490. if (
  491. ress.type == "ins-zxz-1" ||
  492. ress.type == "ins-dsd-1" ||
  493. ress.type == "trans-dsd-1"
  494. ) {
  495. console.log(ress.patientName, "code");
  496. uni.navigateTo({
  497. url: `../scanning_Result/scanning_Result?type=${
  498. this.queryObj.type
  499. }&type1=${
  500. this.queryObj.type1
  501. }&infoData=${encodeURIComponent(
  502. JSON.stringify(ress.data)
  503. )}&status=${ress.status}&msg=${ress.msg}&patient=${
  504. ress.patient
  505. }&patientCode=${ress.patientCode}&deptName=${
  506. ress.deptName
  507. }&bedNum=${ress.bedNum}&deptCode=${
  508. this.queryObj.deptCode
  509. }&dept=${
  510. this.queryObj.dept
  511. }&id=${id}&model=${encodeURIComponent(
  512. JSON.stringify(ress)
  513. )}`,
  514. });
  515. } else {
  516. uni.navigateTo({
  517. url: `../scanning_Result/scanning_Result?type=${
  518. this.queryObj.type
  519. }&type1=${
  520. this.queryObj.type1
  521. }&infoData=${encodeURIComponent(
  522. JSON.stringify(ress.data)
  523. )}&status=${ress.status}&msg=${ress.msg}&deptCode=${
  524. this.queryObj.deptCode
  525. }&dept=${
  526. this.queryObj.dept
  527. }&id=${id}&model=${encodeURIComponent(
  528. JSON.stringify(ress)
  529. )}&speNum=${ress.specimenCount}`,
  530. });
  531. }
  532. // ------------end------------
  533. }
  534. } else {
  535. uni.hideLoading();
  536. uni.navigateTo({
  537. url: `../scanning_Result/scanning_Result?type=${
  538. this.queryObj.type
  539. }&type1=${this.queryObj.type1}&status=${ress.status}&msg=${
  540. ress.msg
  541. }&deptCode=${this.queryObj.deptCode}&dept=${
  542. this.queryObj.dept
  543. }&id=${id}&model=${encodeURIComponent(
  544. JSON.stringify(ress)
  545. )}&accountObj=${encodeURIComponent(JSON.stringify(this.accountObj))}&deptId=${this.deptId}&handover=${this.handover}`,
  546. });
  547. }
  548. });
  549. }
  550. } else {
  551. uni.hideLoading();
  552. uni.showToast({
  553. icon: "none",
  554. title: "请求失败!",
  555. });
  556. }
  557. });
  558. // ------------------------------
  559. }).catch(err=>{
  560. this.SMFlag = true;
  561. });
  562. },
  563. show(type) {
  564. this.showType = type;
  565. if (type === "show") {
  566. //展开
  567. // 计算高度
  568. const query = uni.createSelectorQuery().in(this);
  569. query
  570. .selectAll(".page_item_infos")
  571. .boundingClientRect((data) => {
  572. let len = data.reduce((prev, current) => {
  573. return prev + current.height;
  574. }, 0);
  575. this.animation.height(len).step();
  576. this.animationData = this.animation.export();
  577. })
  578. .exec();
  579. } else if (type === "hiddle") {
  580. this.animation.height(0).step();
  581. this.animationData = this.animation.export();
  582. }
  583. },
  584. // 确定
  585. ok() {
  586. this.models.disjunctor = false;
  587. if (this.modelFlag == "complete1") {
  588. //一对多完成扫描
  589. let ids = [];
  590. ids.push(this.wcId);
  591. let data = {
  592. type: this.infoType,
  593. ids,
  594. };
  595. uni.showLoading({
  596. title: '加载中',
  597. mask: true,
  598. });
  599. post("/workerOrder/finishSpes", data).then((res) => {
  600. if (res.status == 200) {
  601. uni.reLaunch({
  602. url: "../receiptpage/receiptpage",
  603. });
  604. } else {
  605. uni.hideLoading();
  606. uni.showToast({
  607. icon: "none",
  608. title: "请求失败!",
  609. });
  610. }
  611. });
  612. } else if (this.modelFlag == "complete") {
  613. //一对一完成扫描
  614. let ids = [];
  615. ids.push(this.wcId);
  616. uni.showLoading({
  617. title: '加载中',
  618. mask: true,
  619. });
  620. post("/workerOrder/finishSpeOrder", ids).then((res) => {
  621. if (res.status == 200) {
  622. uni.reLaunch({
  623. url: "../receiptpage/receiptpage",
  624. });
  625. } else {
  626. uni.hideLoading();
  627. uni.showToast({
  628. icon: "none",
  629. title: "请求失败!",
  630. });
  631. }
  632. });
  633. }
  634. },
  635. // 取消
  636. cancel() {
  637. this.models.disjunctor = false;
  638. },
  639. //一对多完成扫描
  640. Scanning_complete1(id) {
  641. this.wcId = id;
  642. this.modelFlag = "complete1";
  643. this.models = {
  644. disjunctor: true,
  645. title: "提示",
  646. content: "是否确定标本配送完成?",
  647. icon: "warn",
  648. operate: {
  649. ok: "确定",
  650. cancel: "取消",
  651. },
  652. };
  653. },
  654. //一对一完成扫描
  655. Scanning_complete(id) {
  656. this.wcId = id;
  657. this.modelFlag = "complete";
  658. this.models = {
  659. disjunctor: true,
  660. title: "提示",
  661. content: "是否确定标本配送完成?",
  662. icon: "warn",
  663. operate: {
  664. ok: "确定",
  665. cancel: "取消",
  666. },
  667. };
  668. },
  669. // 知道了
  670. showAlert() {
  671. uni.navigateTo({
  672. url: "../receiptpage/receiptpage",
  673. });
  674. },
  675. // 工单详情
  676. getInfo(id) {
  677. uni.showLoading({
  678. title: "加载中",
  679. mask: true,
  680. });
  681. get("/api/fetchData/workOrder/" + id).then((res) => {
  682. uni.hideLoading();
  683. if (res.status == 200) {
  684. this.infoDATA = res.data;
  685. } else {
  686. uni.showToast({
  687. icon: "none",
  688. title: "请求失败!",
  689. });
  690. }
  691. });
  692. },
  693. },
  694. onShow(){
  695. this.SMFlag = true;
  696. },
  697. onLoad(options) {
  698. console.log(options);
  699. if(options.accountObj && options.accountObj != "undefined"){
  700. this.accountObj = JSON.parse(options.accountObj);
  701. }
  702. if (options.deptId && options.deptId != "undefined") {
  703. this.deptId = options.deptId;
  704. }
  705. this.queryObj = options;
  706. let id = options.id;
  707. this.dataId = id; //工单ID
  708. this.infoType = options.type1; //type类型
  709. this.DEPTCode = options.deptCode; //二维码
  710. this.DEPT = options.dept; //科室名称
  711. this.getInfo(this.dataId);
  712. // 创建动画
  713. this.animation = uni.createAnimation({
  714. duration: 500,
  715. timingFunction: "ease",
  716. });
  717. // #ifdef APP-PLUS
  718. webHandle("no", "app");
  719. // #endif
  720. // #ifdef H5
  721. webHandle("no", "wx");
  722. // #endif
  723. },
  724. onUnload() {
  725. // 页面关闭后清空数据
  726. this.animationData = {};
  727. },
  728. };
  729. </script>
  730. <style lang="less">
  731. .Scanning_code {
  732. padding: 0 20rpx;
  733. padding-bottom: 124rpx;
  734. .Scanning_top {
  735. height: 340rpx;
  736. .Scanning_top_icon {
  737. width: 140rpx;
  738. height: 140rpx;
  739. margin: 0 auto;
  740. margin-top: 36rpx;
  741. border-radius: 50%;
  742. line-height: 140rpx;
  743. .cubeic-ok {
  744. font-size: 140rpx;
  745. color: #35b34a;
  746. }
  747. }
  748. .Scanning_top_text {
  749. text-align: center;
  750. .text1 {
  751. margin-top: 40rpx;
  752. font-size: 48rpx;
  753. }
  754. .text2 {
  755. margin-top: 16rpx;
  756. font-size: 36rpx;
  757. }
  758. }
  759. }
  760. .page_item {
  761. margin-top: 16rpx;
  762. min-height: 356rpx;
  763. background: #fff;
  764. border-radius: 8rpx;
  765. overflow: hidden;
  766. padding: 0 16rpx;
  767. border: 2rpx solid #e5e9ed;
  768. .L {
  769. width: 40rpx;
  770. height: 40rpx;
  771. border-radius: 50%;
  772. background: #f9fafb;
  773. position: relative;
  774. left: -50rpx;
  775. top: 66rpx;
  776. }
  777. .R {
  778. width: 40rpx;
  779. height: 40rpx;
  780. border-radius: 50%;
  781. background: #f9fafb;
  782. position: relative;
  783. float: right;
  784. right: -50rpx;
  785. top: 26rpx;
  786. }
  787. .starting {
  788. width: 50rpx;
  789. height: 50rpx;
  790. color: #fff;
  791. background: #49b856;
  792. display: inline-block;
  793. border-radius: 50%;
  794. text-align: center;
  795. line-height: 46rpx;
  796. font-size: 32rpx;
  797. margin-right: 6rpx;
  798. }
  799. .End {
  800. width: 50rpx;
  801. height: 50rpx;
  802. color: #fff;
  803. background: #39b199;
  804. display: inline-block;
  805. border-radius: 50%;
  806. text-align: center;
  807. line-height: 46rpx;
  808. font-size: 32rpx;
  809. margin-right: 6rpx;
  810. }
  811. .page_item_top {
  812. height: 86rpx;
  813. border-bottom: 2rpx dashed #e5e9ed;
  814. padding: 0 16rpx;
  815. .page_item_top_L {
  816. height: 100%;
  817. float: left;
  818. line-height: 88rpx;
  819. .emergencys {
  820. background: #ff3b53 !important;
  821. width: 124rpx !important;
  822. }
  823. .emergency {
  824. background: #ff3b53 !important;
  825. }
  826. .emergency1 {
  827. background: #49b856 !important;
  828. }
  829. .page_item_cont_start {
  830. text-align: center;
  831. height: 44rpx;
  832. width: 104rpx;
  833. line-height: 44rpx;
  834. border-radius: 8rpx;
  835. background: #49b856;
  836. color: #fff;
  837. display: inline-block;
  838. .page_item_cont_start_txt {
  839. font-size: 28rpx;
  840. display: flex;
  841. align-items: center;
  842. justify-content: center;
  843. }
  844. }
  845. .L_time {
  846. color: #6cc076;
  847. font-size: 32rpx;
  848. }
  849. .L_text {
  850. font-size: 32rpx;
  851. display: inline-block;
  852. font-weight: 700;
  853. margin-right: 8rpx;
  854. }
  855. }
  856. .page_item_top_R {
  857. height: 60rpx;
  858. float: right;
  859. padding-top: 20rpx;
  860. font-size: 32rpx;
  861. position: absolute;
  862. right: 50rpx;
  863. .L_iocn {
  864. display: inline-block;
  865. height: 52rpx;
  866. line-height: 48rpx;
  867. color: rgb(7, 134, 60);
  868. font-size: 36rpx;
  869. font-weight: 700;
  870. }
  871. }
  872. }
  873. .page_item_cont {
  874. min-height: 180rpx;
  875. padding: 0 16rpx;
  876. text-align: left;
  877. position: relative;
  878. .text_big {
  879. font-size: 32rpx;
  880. position: absolute;
  881. right: 16rpx;
  882. font-weight: 700;
  883. margin-top: 10rpx;
  884. }
  885. .text_big2 {
  886. font-size: 32rpx;
  887. position: absolute;
  888. right: 16rpx;
  889. font-weight: 700;
  890. }
  891. .line {
  892. height: 20rpx;
  893. width: 2rpx;
  894. border-left: 2rpx solid #e5e9ed;
  895. position: absolute;
  896. top: 82rpx;
  897. left: 40rpx;
  898. }
  899. .lines {
  900. height: 40%;
  901. width: 2rpx;
  902. border-left: 2rpx solid #e5e9ed;
  903. position: absolute;
  904. top: 23%;
  905. left: 36rpx;
  906. }
  907. .page_item_cont_T {
  908. padding-top: 28rpx;
  909. font-size: 28rpx;
  910. .page_item_cont_title {
  911. height: 100%;
  912. font-size: 32rpx;
  913. }
  914. }
  915. .page_item_cont_B {
  916. padding-top: 28rpx;
  917. margin-bottom: 28rpx;
  918. .page_item_cont_title {
  919. height: 60rpx;
  920. font-size: 32rpx;
  921. }
  922. .page_item_cont_title1 {
  923. height: 60rpx;
  924. line-height: 60rpx;
  925. font-size: 32rpx;
  926. padding-left: 64rpx;
  927. }
  928. }
  929. }
  930. .page_item_foot {
  931. border-top: 2rpx dashed #e5e9ed;
  932. border-bottom: 2rpx dashed #e5e9ed;
  933. padding: 28rpx 16rpx;
  934. text-align: left;
  935. .page_item_foot_text {
  936. font-size: 32rpx;
  937. margin-bottom: 20rpx;
  938. display: flex;
  939. justify-content: space-between;
  940. align-items: center;
  941. .text1 {
  942. color: rgb(102, 102, 102);
  943. }
  944. .text2 {
  945. font-weight: 700;
  946. }
  947. }
  948. .text_padd {
  949. padding: 0 10% 0 10%;
  950. }
  951. }
  952. .page_item_info {
  953. padding: 20rpx 16rpx;
  954. text-align: left;
  955. line-height: 60rpx;
  956. font-size: 32rpx;
  957. .page_item_info_title {
  958. font-weight: 700;
  959. }
  960. .text {
  961. float: right;
  962. font-weight: 700;
  963. .text_span {
  964. color: #49b856;
  965. }
  966. }
  967. }
  968. #infos {
  969. height: 0;
  970. overflow: hidden;
  971. }
  972. .page_item_infos {
  973. padding-bottom: 20rpx;
  974. border-bottom: 2rpx dashed #e5e9ed;
  975. .page_item_info2 {
  976. text-align: left;
  977. line-height: 60rpx;
  978. font-size: 32rpx;
  979. padding-left: 16rpx;
  980. .page_item_foot_text {
  981. font-size: 32rpx;
  982. margin-bottom: 20rpx;
  983. .text1 {
  984. color: rgb(102, 102, 102);
  985. }
  986. .text2 {
  987. float: right;
  988. font-weight: 700;
  989. }
  990. }
  991. }
  992. }
  993. #pulldown {
  994. color: #49b856;
  995. font-size: 36rpx;
  996. height: 60rpx;
  997. text-align: center;
  998. .cubeic-pulldown {
  999. font-size: 48rpx;
  1000. position: relative;
  1001. bottom: 6rpx;
  1002. }
  1003. }
  1004. #pullup {
  1005. color: #49b856;
  1006. font-size: 36rpx;
  1007. height: 60rpx;
  1008. text-align: center;
  1009. .cubeic-pullup {
  1010. font-size: 48rpx;
  1011. position: relative;
  1012. top: 12rpx;
  1013. }
  1014. }
  1015. }
  1016. .foot_btn2 {
  1017. position: fixed;
  1018. bottom: 0;
  1019. right: 20rpx;
  1020. left: 20rpx;
  1021. line-height: 66rpx;
  1022. height: 100rpx;
  1023. border-top: 2rpx solid #e5e9ed;
  1024. background: #f9fafb;
  1025. display: flex;
  1026. justify-content: space-between;
  1027. .btn2 {
  1028. height: 66rpx;
  1029. width: 100%;
  1030. background-image: linear-gradient(to right, #72c172, #3bb197);
  1031. color: #fff;
  1032. border-radius: 8rpx;
  1033. font-size: 32rpx;
  1034. margin-top: 16rpx;
  1035. text-align: center;
  1036. }
  1037. .btn3 {
  1038. height: 66rpx;
  1039. width: 48%;
  1040. background-image: linear-gradient(to right, #72c172, #3bb197);
  1041. color: #fff;
  1042. border-radius: 8rpx;
  1043. font-size: 32rpx;
  1044. margin-top: 16rpx;
  1045. text-align: center;
  1046. }
  1047. }
  1048. .foot_btn1 {
  1049. position: fixed;
  1050. bottom: 0;
  1051. right: 20rpx;
  1052. left: 20rpx;
  1053. line-height: 66rpx;
  1054. height: 100rpx;
  1055. border-top: 2rpx solid #e5e9ed;
  1056. background: #f9fafb;
  1057. .btn1,
  1058. .btn2 {
  1059. height: 66rpx;
  1060. width: 45%;
  1061. background-image: linear-gradient(to right, #72c172, #3bb197);
  1062. color: #fff;
  1063. border-radius: 8rpx;
  1064. font-size: 32rpx;
  1065. margin-top: 16rpx;
  1066. text-align: center;
  1067. }
  1068. .btn1 {
  1069. float: left;
  1070. }
  1071. .btn2 {
  1072. float: right;
  1073. text-align: center;
  1074. }
  1075. }
  1076. }
  1077. </style>