scanning_code.vue 58 KB

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