scanning_code.vue 41 KB

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