receipt_infopage.vue 38 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169
  1. <template>
  2. <view class="Receipt_infopage" v-if="Object.keys(infoDATA).length > 0">
  3. <view class="title">工单信息</view>
  4. <view class="page_item footerOtherMargin">
  5. <view class="page_item_top">
  6. <view class="page_item_top_L">
  7. <text class="L_text">单号:{{ infoDATA.gdcode }}</text>
  8. <view class="page_item_cont_start emergency1" v-if="infoDATA.emergencyType.value == 1">
  9. <text>
  10. <text class="cubeic-star icon_transport transport-shiwujiaoxing"></text>
  11. {{ infoDATA.emergencyType.name }}
  12. </text>
  13. </view>
  14. <view class="page_item_cont_start emergency" v-if="infoDATA.emergencyType.value == 2">
  15. <text>
  16. <text class="cubeic-star icon_transport transport-shiwujiaoxing"></text>
  17. {{ infoDATA.emergencyType.name }}
  18. </text>
  19. </view>
  20. <view class="page_item_cont_start emergencys" v-if="infoDATA.emergencyType.value == 3">
  21. <text>
  22. <text class="cubeic-star icon_transport transport-shiwujiaoxing"></text>
  23. {{ infoDATA.emergencyType.name }}
  24. </text>
  25. </view>
  26. </view>
  27. <view class="page_item_top_R">
  28. <text class="L_iocn" v-if="
  29. !(
  30. infoDATA.gdState.value == 5 &&
  31. infoDATA.taskType.associationType.value == 'inspect'
  32. )
  33. ">{{ infoDATA.gdState.name }}</text>
  34. <text class="L_iocn" v-if="
  35. infoDATA.gdState.value == 5 &&
  36. infoDATA.taskType.associationType.value == 'inspect'
  37. ">待送回</text>
  38. </view>
  39. <view class="L"></view>
  40. <view class="R"></view>
  41. </view>
  42. <view class="page_item_cont">
  43. <view class="page_item_cont_T">
  44. <view class="page_item_cont_title">
  45. <text> <text class="starting">起</text> 点科室 </text>
  46. <text class="text_big">{{ infoDATA.startDept.dept }}</text>
  47. </view>
  48. </view>
  49. <view class="line"></view>
  50. <view class="page_item_cont_B">
  51. <view class="page_item_cont_title" v-for="(dept, index) of infoDATA.middleDept" :key="'ico' + index">
  52. <view v-if="infoDATA.taskType.associationType.value == 'inspect'">
  53. <text> <text class="End">检</text> 查科室 </text>
  54. <text class="text_big">{{ dept.dept }}</text>
  55. <view></view>
  56. </view>
  57. </view>
  58. <template v-if="infoDATA.taskType.associationType.value != 'inspect'">
  59. <view class="page_item_cont_title" v-for="(dept, i) of infoDATA.endDepts" :key="i">
  60. <view>
  61. <text> <text class="End">终</text> 点科室 </text>
  62. <text class="text_big">{{ dept.dept }}</text>
  63. </view>
  64. </view>
  65. </template>
  66. <view v-if="
  67. infoDATA.taskType.associationType.value == 'inspect' ||
  68. infoDATA.taskType.associationType.value == 'patientTransport'
  69. ">
  70. <!-- 待抢单 -->
  71. <text class="red" v-if="infoDATA.gdState.value == 2">请扫描患者腕带,或者请扫描科室码</text>
  72. <!-- 待到达 -->
  73. <text class="red" v-if="infoDATA.gdState.value == 4">请扫描患者腕带</text>
  74. <!-- 执行中 -->
  75. <text class="red" v-if="infoDATA.gdState.value == 8">请扫描检查科室码,并扫描患者腕带</text>
  76. <!-- 待送达 -->
  77. <text class="red" v-if="infoDATA.gdState.value == 5">请扫描终点科室码,并扫描患者腕带</text>
  78. </view>
  79. </view>
  80. </view>
  81. <view class="page_item_foot">
  82. <view class="page_item_foot_text">
  83. <text class="text1">状态</text>
  84. <text class="text2" v-if="
  85. !(
  86. infoDATA.gdState.value == 5 &&
  87. infoDATA.taskType.associationType.value == 'inspect'
  88. )
  89. ">{{ infoDATA.gdState.name }}</text>
  90. <text class="text2" v-if="
  91. infoDATA.gdState.value == 5 &&
  92. infoDATA.taskType.associationType.value == 'inspect'
  93. ">待送回</text>
  94. </view>
  95. <!-- <view class="page_item_foot_text">
  96. <text class="text1">关联类型</text>
  97. <text class="text2">{{ infoDATA.taskType.associationType.name }}</text>
  98. </view> -->
  99. <view class="page_item_foot_text">
  100. <text class="text1">任务类型</text>
  101. <text class="text2">{{ infoDATA.taskType.taskName }}<template
  102. v-if="infoDATA.goodsRemark">-{{infoDATA.goodsRemark}}</template></text>
  103. </view>
  104. <view class="page_item_foot_text" v-if="infoDATA.taskType.associationType.value==='inspect'">
  105. <text class="text1">是否半程陪检</text>
  106. <text class="text2">{{ infoDATA.isHalfInspect===1?'是':'否' }}</text>
  107. </view>
  108. <view class="page_item_foot_text">
  109. <text class="text1">执行人员</text>
  110. <text class="text2">{{ infoDATA.worker?infoDATA.worker.name:'-' }}</text>
  111. </view>
  112. <view class="page_item_foot_text" v-if="infoDATA.gdState.value == '2'">
  113. <text class="text1">预计响应时间</text>
  114. <text class="text2">{{ infoDATA.estimeResponseTime || '无' }}</text>
  115. </view>
  116. <view class="page_item_foot_text" v-if="infoDATA.gdState.value == '5'">
  117. <text class="text1" v-if="!(infoDATA.taskType.associationType.value == 'inspect')">预计送达时间</text>
  118. <text class="text1" v-if="infoDATA.taskType.associationType.value == 'inspect'">预计送回时间</text>
  119. <text class="text2">{{ infoDATA.estimeCompleteTime || '无' }}</text>
  120. </view>
  121. <view class="page_item_foot_text" v-if="infoDATA.gdState.value == '4'">
  122. <text class="text1">预计到达时间</text>
  123. <text class="text2">{{ infoDATA.estimateArriveTime || '无' }}</text>
  124. </view>
  125. <view class="page_item_foot_text">
  126. <text class="text1">创建时间</text>
  127. <text class="text2">{{ infoDATA.startTime || '无' }}</text>
  128. </view>
  129. <view class="page_item_foot_text">
  130. <text class="text1">预约时间</text>
  131. <text class="text2" v-if="infoDATA.taskType.associationType.value == 'inspect'">{{ infoDATA.yyTime }}</text>
  132. <text class="text2"
  133. v-if="infoDATA.taskType.associationType.value == 'patientTransport'">{{ infoDATA.yyjdTime|yyTimeFilter }}</text>
  134. </view>
  135. <view class="page_item_foot_text" v-if="
  136. infoDATA.taskType.associationType.value == 'inspect' ||
  137. infoDATA.taskType.associationType.value == 'patientTransport'
  138. ">
  139. <text class="text1">床号</text>
  140. <text class="text2">{{
  141. infoDATA.patient ? infoDATA.patient.bedNum : "-"
  142. }}</text>
  143. </view>
  144. <view class="page_item_info" style="padding: 0;" v-if="infoDATA.workOrderRemark !== undefined">
  145. <view class="page_item_foot_text">
  146. <view class="text1">工单备注</view>
  147. <view class="text2" style="float: none;word-break: break-all;">{{ infoDATA.workOrderRemark }}</view>
  148. </view>
  149. </view>
  150. <view class="page_item_foot_text" v-if="
  151. infoDATA.taskType.associationType.value == 'inspect' ||
  152. infoDATA.taskType.associationType.value == 'patientTransport'
  153. ">
  154. <text class="text1">携带设备</text>
  155. <text class="text2">{{ infoDATA.goods || "暂无" }}</text>
  156. </view>
  157. <view class="page_item_foot_text" v-if="
  158. infoDATA.taskType.associationType.value == 'inspect' ||
  159. infoDATA.taskType.associationType.value == 'patientTransport'
  160. ">
  161. <text class="text1">患者姓名</text>
  162. <text class="text2">{{ infoDATA.patient.patientName }}({{
  163. infoDATA.patient.residenceNo
  164. }})</text>
  165. </view>
  166. <view class="page_item_foot_text" v-if="
  167. (infoDATA.taskType.associationType.value == 'inspect' ||
  168. infoDATA.taskType.associationType.value == 'patientTransport')&&infoDATA.patient.careLevel
  169. ">
  170. <text class="text1">{{infoDATA.patient.careLevel.desc}}</text>
  171. <text class="text2"
  172. :class="[(infoDATA.patient.careLevel.value==0||infoDATA.patient.careLevel.value==1)?'red':'green']">{{infoDATA.patient.careLevel.name}}</text>
  173. </view>
  174. <view class="page_item_foot_text" v-if="
  175. (infoDATA.taskType.associationType.value == 'inspect' ||
  176. infoDATA.taskType.associationType.value == 'patientTransport')&&infoDATA.patient.illnessState
  177. ">
  178. <text class="text1">{{infoDATA.patient.illnessState.desc}}</text>
  179. <text class="text2"
  180. :class="{red:infoDATA.patient.illnessState.value==2||infoDATA.patient.illnessState.value==3}">{{infoDATA.patient.illnessState.name}}</text>
  181. </view>
  182. <view class="page_item_foot_text"
  183. v-if="
  184. (infoDATA.taskType.associationType.value == 'inspect' ||
  185. infoDATA.taskType.associationType.value == 'patientTransport')&&(infoDATA.isAccompany===1||infoDATA.isAccompany===0)">
  186. <text class="text1">陪同情况</text>
  187. <text class="text2"
  188. :class="{red:infoDATA.isAccompany===1}">{{ infoDATA.isAccompany===1?'需要医护陪同':'无需医护陪同'}}</text>
  189. </view>
  190. </view>
  191. <!-- 药包 -->
  192. <view class="page_item_info" v-if="infoDATA.taskType.associationType.value == 'drugsBag'">
  193. <text class="page_item_info_title">药包编码</text>
  194. <text class="text">{{ infoDATA.drugs?infoDATA.drugs.packid:'无' }}</text>
  195. </view>
  196. <!-- 血制品 -->
  197. <view class="page_item_info" v-if="
  198. infoDATA.taskType.associationType.value == 'ordinary' &&
  199. infoDATA.taskType.ordinaryField.value == 'blood'
  200. ">
  201. <view>
  202. <text class="page_item_info_title">·</text>
  203. <text class="text">
  204. 送达数量
  205. <text class="page_item_info_txt">{{infoDATA.deliveryNum || '无'}}</text>
  206. </text>
  207. <text class="text">
  208. 实收数量
  209. <text class="page_item_info_txt">{{infoDATA.actualReceiveNum || '无'}}</text>
  210. </text>
  211. <text class="text">
  212. 应收数量
  213. <text class="page_item_info_txt">{{infoDATA.expectReceiveNum || '无'}}</text>
  214. </text>
  215. </view>
  216. </view>
  217. <!-- 标本 -->
  218. <view class="page_item_info" v-if="
  219. infoDATA.taskType.associationType.value == 'specimen' ||
  220. infoDATA.taskType.associationType.value == 'specimenPlan'
  221. ">
  222. <view>
  223. <text class="page_item_info_title">标本信息</text>
  224. <text class="text">
  225. 预计接收
  226. <text class="page_item_info_txt">{{
  227. infoDATA.expectReceiveNum || '无'
  228. }}</text>
  229. </text>
  230. <text class="text"
  231. v-if="infoDATA.gdState.value == 5 || infoDATA.gdState.value == 6 || infoDATA.gdState.value == 7">
  232. 扫描接收
  233. <text class="page_item_info_txt">{{infoDATA.actualReceiveNum || '无'}}</text>
  234. </text>
  235. <text class="text" v-if="infoDATA.gdState.value == 6 || infoDATA.gdState.value == 7">
  236. 实际送达
  237. <text class="page_item_info_txt">{{actualDelivery || '无'}}</text>
  238. </text>
  239. </view>
  240. <view v-for="spe in infoDATA.specimenSet" :key="spe.id" class="spe_list">
  241. <view>
  242. <text class="page_item_info_title">标本类型</text>
  243. <text class="text">{{ spe.stype ? spe.stype.name : "-" }}({{
  244. spe.urgent == 1 ? "急" : "普"
  245. }})</text>
  246. </view>
  247. <view>
  248. <text class="page_item_info_title">标本编码</text>
  249. <text class="text">{{ spe.scode }}</text>
  250. </view>
  251. <view>
  252. <text class="page_item_info_title">患者姓名</text>
  253. <text class="text">{{ spe.patientName }}<text v-if="spe.bedNum">({{spe.bedNum}})</text></text>
  254. </view>
  255. <view>
  256. <text class="page_item_info_title">目标科室</text>
  257. <text class="text">{{
  258. spe.checkDept ? spe.checkDept.dept : "-"
  259. }}</text>
  260. </view>
  261. </view>
  262. </view>
  263. <!-- 静配 -->
  264. <view class="page_item_info" v-if="infoDATA.taskType.associationType.value == 'jPBag'">
  265. <text class="page_item_info_title">药包编码</text>
  266. <text class="text">{{ infoDATA.staticDistri?infoDATA.staticDistri.packid:'无' }}</text>
  267. </view>
  268. <!-- 陪检 -->
  269. <view v-if="infoDATA.taskType.associationType.value == 'inspect'">
  270. <view class="page_item_info">
  271. <text class="page_item_info_title">检查信息</text>
  272. </view>
  273. <view id="infos" :animation="animationData">
  274. <view class="page_item_infos" v-for="(item, index) of infoDATA.checkList" :key="index">
  275. <view class="page_item_info2">
  276. <view class="page_item_foot_text">
  277. <text class="text1">检查科室</text>
  278. <text class="text2">{{ item.execDept?item.execDept.dept:'-' }}</text>
  279. </view>
  280. <view class="page_item_foot_text">
  281. <text class="text1">检查项</text>
  282. <text class="text2">{{ item.inspectName||'-' }}</text>
  283. </view>
  284. <view class="page_item_foot_text">
  285. <text class="text1">叫号信息</text>
  286. <text class="text2">{{ item.reservationNumber||'-' }}</text>
  287. </view>
  288. <view class="page_item_foot_text">
  289. <text class="text1">预约时间</text>
  290. <text class="text2">{{ item.yyTime || "-" }}</text>
  291. </view>
  292. <!-- <view class="page_item_foot_text"
  293. v-show="item.inspectState.value==1||item.inspectState.value==2||item.inspectState.value==4">
  294. <view class="btn" @click.stop="remove(item)">移除</view>
  295. </view> -->
  296. <view class="page_item_foot_text">
  297. <view class="btn" @click.stop="remove(item)">移除</view>
  298. </view>
  299. </view>
  300. </view>
  301. </view>
  302. <view id="pulldown" @click="show('show')" v-if="showType == 'hiddle'">
  303. 点击可查看检查详情
  304. <text class="cubeic-pulldown icon_transport transport-paixujiantouxia"></text>
  305. </view>
  306. <view id="pullup" @click="show('hiddle')" v-if="showType == 'show'">
  307. 点击可收起检查详情
  308. <text class="cubeic-pullup icon_transport transport-paixujiantoushang"></text>
  309. </view>
  310. </view>
  311. </view>
  312. <view class="foot_btn2 footerPadding">
  313. <view class="btn2" @click="showAlert" v-if="infoDATA.gdState.value == 2">接单</view>
  314. <!-- 如果不是静配,药配,标本配送,标本轮巡,万能交接 -->
  315. <template
  316. v-if="((!infoDATA.worker)||(infoDATA.worker&&infoDATA.worker.id == currentUserId))&&infoDATA.gdState.value != 6&&infoDATA.gdState.value != 7&&infoDATA.gdState.value != 11">
  317. <view :class="[infoDATA.taskType.specialCloseButton == 1 ? 'btn3' : 'btn2']" v-if="
  318. infoDATA.gdState.value != 2 &&
  319. infoDATA.taskType.associationType.value != 'jPBag' &&
  320. infoDATA.taskType.associationType.value != 'drugsBag' &&
  321. infoDATA.taskType.associationType.value != 'specimen' &&
  322. infoDATA.taskType.associationType.value != 'specimenPlan' &&
  323. infoDATA.taskType.associationType.value != 'ordinary'
  324. " hover-class="seimin-btn-hover">
  325. <smallScreen :sData="infoDATA" :sType="1">扫码</smallScreen>
  326. </view>
  327. <view :class="[infoDATA.taskType.specialCloseButton == 1 ? 'btn3' : 'btn2']" @click="photograph(infoDATA)" v-if="
  328. infoDATA.gdState.value != 2 &&
  329. infoDATA.taskType.associationType.value != 'jPBag' &&
  330. infoDATA.taskType.associationType.value != 'drugsBag' &&
  331. infoDATA.taskType.associationType.value != 'specimen' &&
  332. infoDATA.taskType.associationType.value != 'specimenPlan' &&
  333. infoDATA.taskType.associationType.value != 'other' &&
  334. infoDATA.taskType.associationType.value != 'ordinary' &&
  335. infoDATA.gdState.value == 4
  336. " hover-class="seimin-btn-hover">拍照</view>
  337. <view class="btn3" @click="specialCloseClick()" v-if="
  338. infoDATA.gdState.value != 2 &&
  339. infoDATA.taskType.associationType.value != 'jPBag' &&
  340. infoDATA.taskType.associationType.value != 'drugsBag' &&
  341. infoDATA.taskType.associationType.value != 'specimen' &&
  342. infoDATA.taskType.associationType.value != 'specimenPlan' &&
  343. infoDATA.taskType.associationType.value != 'ordinary' &&
  344. infoDATA.taskType.specialCloseButton == 1
  345. " hover-class="seimin-btn-hover">特殊情况关闭</view>
  346. </template>
  347. <!-- 如果不是患者陪检或患者转运或其他,万能交接 -->
  348. <view :class="[infoDATA.taskType.specialCloseButton == 1 ? 'btn3' : 'btn2']" v-if="
  349. infoDATA.gdState.value != 2 &&
  350. infoDATA.taskType.associationType.value != 'patientTransport' &&
  351. infoDATA.taskType.associationType.value != 'inspect' &&
  352. infoDATA.taskType.associationType.value != 'other' &&
  353. infoDATA.taskType.associationType.value != 'ordinary'
  354. " hover-class="seimin-btn-hover">
  355. <smallScreen :sData="infoDATA" :sType="2">扫码</smallScreen>
  356. </view>
  357. <!-- 如果是万能交接 -->
  358. <view :class="[infoDATA.taskType.specialCloseButton == 1 ? 'btn3' : 'btn2']"
  359. v-if="infoDATA.taskType.associationType.value == 'ordinary'"
  360. hover-class="seimin-btn-hover" @click="goBack()">
  361. 知道了
  362. </view>
  363. <view class="btn3" @click="specialCloseClick()" v-if="
  364. infoDATA.gdState.value != 2 &&
  365. infoDATA.taskType.associationType.value != 'patientTransport' &&
  366. infoDATA.taskType.associationType.value != 'inspect' &&
  367. infoDATA.taskType.associationType.value != 'other' &&
  368. infoDATA.taskType.specialCloseButton == 1
  369. " hover-class="seimin-btn-hover">特殊情况关闭</view>
  370. <view class="btn3" @click="viewSpecimen(infoDATA)" v-if="
  371. infoDATA.taskType.associationType.value == 'specimen' ||
  372. infoDATA.taskType.associationType.value == 'specimenPlan'
  373. " hover-class="seimin-btn-hover">查看标本</view>
  374. <view class="btn3" @click="viewBlood(infoDATA)" v-if="infoDATA.taskType.associationType.value == 'ordinary' && infoDATA.taskType.ordinaryField.value == 'blood'" hover-class="seimin-btn-hover">查看血制品</view>
  375. </view>
  376. <!-- 弹窗 -->
  377. <showModel :title="models.title" :icon="models.icon" :disjunctor="models.disjunctor" :content="models.content"
  378. @know="know" :operate="models.operate" @ok="ok" @cancel="cancel" :textareaFlag="textareaFlag"
  379. @textareaInput="textareaInput"></showModel>
  380. <!-- 弹窗 -->
  381. <inspectRemoveModel :title="models1.title" :icon="models1.icon" :disjunctor="models1.disjunctor"
  382. :content="models1.content" @know="know1" :operate="models1.operate" @ok="ok1" @cancel="cancel1" :remove="true">
  383. </inspectRemoveModel>
  384. </view>
  385. </template>
  386. <script>
  387. import smallScreen from "../../components/smallScreen/smallScreen.vue";
  388. import {
  389. get,
  390. post,
  391. SM,
  392. webHandle
  393. } from "../../http/http.js";
  394. import {
  395. photographTool
  396. } from "../../tools/photograph.js";
  397. export default {
  398. data() {
  399. return {
  400. actualDelivery: 0,
  401. currentUserId: 0,
  402. // 弹窗model
  403. models: {
  404. disjunctor: false,
  405. },
  406. // 弹窗model1
  407. models1: {
  408. disjunctor: false,
  409. },
  410. currentInspect: null,
  411. showType: "show",
  412. infoDATA: {},
  413. dataId: "",
  414. animationData: {},
  415. // 特殊情况关闭原因开关
  416. textareaFlag: false,
  417. textareaText: "",
  418. };
  419. },
  420. filters: {
  421. // 自定义管道 yyTime
  422. yyTimeFilter: function(data) {
  423. if (data) {
  424. let nDate = null;
  425. if (typeof data == 'string') {
  426. let arr = data.split(/[-:\s]/);
  427. nDate = new Date(
  428. arr[0] - 0,
  429. arr[1] - 1,
  430. arr[2] - 0,
  431. arr[3] - 0,
  432. arr[4] - 0,
  433. 0
  434. );
  435. } else if (typeof data == 'number') {
  436. nDate = new Date(data);
  437. }
  438. const month = (nDate.getMonth() + 1).toString().padStart(2, 0);
  439. const date = nDate.getDate().toString().padStart(2, 0);
  440. const hour = nDate.getHours().toString().padStart(2, 0);
  441. const minute = nDate.getMinutes().toString().padStart(2, 0);
  442. return `${month}-${date} ${hour}:${minute}`;
  443. } else {
  444. return "-";
  445. }
  446. },
  447. },
  448. methods: {
  449. goBack() {
  450. uni.navigateTo({
  451. url: "../receiptpage/receiptpage",
  452. });
  453. },
  454. // 查看标本
  455. viewSpecimen(workOrder) {
  456. uni.navigateTo({
  457. url: `../specimenDetail/specimenDetail?workOrderId=${workOrder.id}&associationTypeValue=${workOrder.taskType.associationType.value}`,
  458. });
  459. },
  460. // 查看血制品
  461. viewBlood(workOrder) {
  462. uni.showLoading({
  463. title: "加载中",
  464. mask: true,
  465. });
  466. post('/transflow/checkData', {
  467. "type": "blood",
  468. "orderId": workOrder.id
  469. }).then(res => {
  470. uni.hideLoading();
  471. if(res.state == 200){
  472. uni.navigateTo({
  473. url: `../blood_list/blood_list?bloods=${encodeURIComponent(JSON.stringify(res.data.all))}`,
  474. });
  475. }else{
  476. uni.showToast({
  477. icon: "none",
  478. title: "请求失败!",
  479. });
  480. }
  481. })
  482. },
  483. // 移除检查->知道了
  484. know1() {
  485. this.models1.disjunctor = false;
  486. // this.getInfo(this.dataId);
  487. uni.navigateTo({
  488. url: '../receiptpage/receiptpage',
  489. });
  490. },
  491. // 移除检查->确定
  492. ok1(data) {
  493. console.log(data);
  494. const {
  495. value,
  496. yyTime
  497. } = data;
  498. if (!value) {
  499. //没有选择移除原因
  500. uni.showModal({
  501. title: "提示",
  502. content: "请选择移除原因!",
  503. showCancel: false,
  504. success: function(res) {
  505. if (res.confirm) {
  506. console.log("用户点击确定");
  507. } else if (res.cancel) {
  508. console.log("用户点击取消");
  509. }
  510. },
  511. });
  512. return;
  513. } else if (value == 2 && !yyTime) {
  514. //没有填写预约时间
  515. uni.showModal({
  516. title: "提示",
  517. content: "请填写预约时间!",
  518. showCancel: false,
  519. success: function(res) {
  520. if (res.confirm) {
  521. console.log("用户点击确定");
  522. } else if (res.cancel) {
  523. console.log("用户点击取消");
  524. }
  525. },
  526. });
  527. return;
  528. }
  529. this.models1.disjunctor = false;
  530. let postData = {
  531. gdId: this.infoDATA.id,
  532. inspectId: this.currentInspect.id,
  533. reason: value == 1 ? 'checkDone' : 'modificationTime',
  534. yyTime: value == 1 ? undefined : yyTime,
  535. };
  536. uni.showLoading({
  537. title: '移除中',
  538. mask: true,
  539. })
  540. post('/workerOrder/removeInspectByOderId', postData).then(res => {
  541. uni.hideLoading();
  542. if (res.state == 200) {
  543. uni.showToast({
  544. icon: 'none',
  545. title: '移除成功!',
  546. success() {
  547. setTimeout(() => {
  548. uni.navigateTo({
  549. url: '../receiptpage/receiptpage',
  550. });
  551. }, 1500)
  552. }
  553. })
  554. } else {
  555. uni.showToast({
  556. icon: 'none',
  557. title: '移除失败!',
  558. })
  559. }
  560. })
  561. },
  562. // 移除检查->取消
  563. cancel1() {
  564. this.models1.disjunctor = false;
  565. },
  566. // 移除
  567. remove(item) {
  568. this.currentInspect = item;
  569. this.models1 = {
  570. disjunctor: true,
  571. content: "请选择您移除检查的原因?检查移除后将会自动完成或删除工单!",
  572. icon: "warn",
  573. operate: {
  574. ok: "确定",
  575. cancel: "取消",
  576. },
  577. };
  578. },
  579. // 拍照
  580. photograph(data) {
  581. photographTool(data);
  582. },
  583. // 特殊情况输入文字
  584. textareaInput(value) {
  585. this.textareaText = value;
  586. if (value.trim().length >= 10) {
  587. this.models.operate = {
  588. ok: "确定",
  589. cancel: "取消",
  590. };
  591. } else {
  592. this.models.operate = {
  593. cancel: "取消",
  594. };
  595. }
  596. },
  597. // 特殊情况关闭按钮
  598. specialCloseClick() {
  599. this.textareaFlag = true;
  600. this.models = {
  601. title: "特殊情况关闭",
  602. disjunctor: true,
  603. content: "",
  604. icon: "",
  605. operate: {
  606. cancel: "取消",
  607. },
  608. };
  609. },
  610. ok() {
  611. uni.showLoading({
  612. title: "加载中",
  613. mask: true,
  614. });
  615. post("/workerOrder/specialCaseClose", {
  616. workOrderId: this.dataId,
  617. reason: this.textareaText.trim(),
  618. }).then((result) => {
  619. this.models.disjunctor = false;
  620. this.textareaFlag = false;
  621. this.textareaText = "";
  622. if (result.state == 200) {
  623. uni.hideLoading();
  624. this.models = {
  625. disjunctor: true,
  626. content: "工单关闭成功",
  627. icon: "success",
  628. operate: {
  629. know: "知道了",
  630. },
  631. };
  632. } else {
  633. uni.hideLoading();
  634. this.models = {
  635. disjunctor: true,
  636. content: "工单关闭失败",
  637. icon: "error",
  638. operate: {
  639. know: "知道了",
  640. },
  641. };
  642. }
  643. });
  644. },
  645. cancel() {
  646. this.models.disjunctor = false;
  647. this.textareaFlag = false;
  648. this.textareaText = "";
  649. },
  650. // 点击可查看检查详情
  651. show(type) {
  652. this.showType = type;
  653. if (type === "show") {
  654. //展开
  655. // 计算高度
  656. const query = uni.createSelectorQuery().in(this);
  657. query
  658. .selectAll(".page_item_infos")
  659. .boundingClientRect((data) => {
  660. let len = data.reduce((prev, current) => {
  661. return prev + current.height;
  662. }, 0);
  663. this.animation.height(len).step();
  664. this.animationData = this.animation.export();
  665. })
  666. .exec();
  667. } else if (type === "hiddle") {
  668. this.animation.height(0).step();
  669. this.animationData = this.animation.export();
  670. }
  671. },
  672. // 抢单->知道了
  673. know() {
  674. this.models.disjunctor = false;
  675. uni.navigateTo({
  676. url: "../receiptpage/receiptpage",
  677. });
  678. },
  679. // 抢单
  680. showAlert() {
  681. get("/workerOrder/takeOrder/" + this.infoDATA.id).then((res) => {
  682. if (res.status == 200) {
  683. this.models = {
  684. disjunctor: true,
  685. content: "接单成功",
  686. icon: "success",
  687. operate: {
  688. know: "知道了",
  689. },
  690. };
  691. } else {
  692. uni.showToast({
  693. icon: "none",
  694. title: "请求失败!",
  695. });
  696. }
  697. });
  698. },
  699. // 请求详细页面的数据(除标本轮巡和标本配送)
  700. getInfo(id) {
  701. uni.showLoading({
  702. title: "加载中",
  703. mask: true,
  704. });
  705. get("/api/fetchData/workOrder/" + id).then((res) => {
  706. uni.hideLoading();
  707. if (res.status == 200) {
  708. this.infoDATA = res.data;
  709. // 计算高度
  710. setTimeout(() => {
  711. const query = uni.createSelectorQuery().in(this);
  712. query
  713. .selectAll(".page_item_infos")
  714. .boundingClientRect((data) => {
  715. let len = data.reduce((prev, current) => {
  716. return prev + current.height;
  717. }, 0);
  718. this.animation.height(len).step();
  719. this.animationData = this.animation.export();
  720. })
  721. .exec();
  722. }, 500)
  723. } else {
  724. uni.showToast({
  725. icon: "none",
  726. title: "请求失败!",
  727. });
  728. }
  729. });
  730. },
  731. // 请求详细页面的数据
  732. getInfoBySpecimen(id) {
  733. uni.showLoading({
  734. title: "加载中",
  735. mask: true,
  736. });
  737. post("/api/getWechatItem", {
  738. id
  739. }).then((res) => {
  740. uni.hideLoading();
  741. if (res.state == 200) {
  742. this.actualDelivery = res.actualDelivery;
  743. this.infoDATA = res.data;
  744. // 计算高度
  745. setTimeout(() => {
  746. const query = uni.createSelectorQuery().in(this);
  747. query
  748. .selectAll(".page_item_infos")
  749. .boundingClientRect((data) => {
  750. let len = data.reduce((prev, current) => {
  751. return prev + current.height;
  752. }, 0);
  753. this.animation.height(len).step();
  754. this.animationData = this.animation.export();
  755. })
  756. .exec();
  757. }, 500)
  758. } else {
  759. uni.showToast({
  760. icon: "none",
  761. title: "请求失败!",
  762. });
  763. }
  764. });
  765. },
  766. },
  767. onLoad(options) {
  768. console.log(options, 'options');
  769. this.currentUserId = uni.getStorageSync('userData').user.id;
  770. let id = options.id;
  771. this.dataId = id;
  772. if (
  773. options.associationTypeValue == 'specimen' ||
  774. options.associationTypeValue == 'specimenPlan'
  775. ) {
  776. this.getInfoBySpecimen(id);
  777. } else {
  778. this.getInfo(id);
  779. }
  780. // 创建动画
  781. this.animation = uni.createAnimation({
  782. duration: 500,
  783. timingFunction: "ease",
  784. });
  785. // #ifdef APP-PLUS
  786. webHandle("no", "app");
  787. // #endif
  788. // #ifdef H5
  789. webHandle("no", "wx");
  790. // #endif
  791. },
  792. onUnload() {
  793. // 页面关闭后清空数据
  794. this.animationData = {};
  795. },
  796. };
  797. </script>
  798. <style lang="less">
  799. .Receipt_infopage {
  800. padding: 0 20rpx;
  801. overflow: hidden;
  802. .red {
  803. color: red !important;
  804. font-weight: bold !important;
  805. }
  806. .green {
  807. color: #49b856 !important;
  808. font-weight: bold !important;
  809. }
  810. .title {
  811. font-size: 48rpx;
  812. margin-top: 24rpx;
  813. margin-bottom: 24rpx;
  814. text-align: center;
  815. }
  816. .page_item {
  817. margin-top: 16rpx;
  818. margin-bottom: 124rpx;
  819. background: #fff;
  820. border-radius: 8rpx;
  821. padding: 0 16rpx;
  822. border: 2rpx solid #e5e9ed;
  823. .L {
  824. width: 40rpx;
  825. height: 40rpx;
  826. border-radius: 50%;
  827. background: #f9fafb;
  828. position: relative;
  829. left: -50rpx;
  830. top: 66rpx;
  831. }
  832. .R {
  833. width: 40rpx;
  834. height: 40rpx;
  835. border-radius: 50%;
  836. background: #f9fafb;
  837. position: relative;
  838. float: right;
  839. right: -50rpx;
  840. top: 26rpx;
  841. }
  842. .starting {
  843. width: 50rpx;
  844. height: 50rpx;
  845. color: #fff;
  846. background: #49b856;
  847. display: inline-block;
  848. border-radius: 50%;
  849. text-align: center;
  850. line-height: 46rpx;
  851. font-size: 32rpx;
  852. margin-right: 6rpx;
  853. }
  854. .End {
  855. width: 50rpx;
  856. height: 50rpx;
  857. color: #fff;
  858. background: #39b199;
  859. display: inline-block;
  860. border-radius: 50%;
  861. text-align: center;
  862. line-height: 46rpx;
  863. font-size: 32rpx;
  864. margin-right: 6rpx;
  865. }
  866. .page_item_top {
  867. height: 86rpx;
  868. border-bottom: 2rpx dashed #666;
  869. padding: 0 16rpx;
  870. .page_item_top_L {
  871. height: 100%;
  872. float: left;
  873. line-height: 88rpx;
  874. .emergencys {
  875. background: #ff3b53 !important;
  876. width: 124rpx !important;
  877. }
  878. .emergency {
  879. background: #ff3b53 !important;
  880. }
  881. .emergency1 {
  882. background: #49b856 !important;
  883. }
  884. .page_item_cont_start {
  885. text-align: center;
  886. height: 44rpx;
  887. width: 104rpx;
  888. line-height: 44rpx;
  889. border-radius: 8rpx;
  890. background: #49b856;
  891. color: #fff;
  892. display: inline-block;
  893. font-size: 28rpx;
  894. .cubeic-star {
  895. margin-right: 8rpx;
  896. }
  897. }
  898. .L_time {
  899. color: #6cc076;
  900. font-size: 32rpx;
  901. }
  902. .L_text {
  903. font-size: 32rpx;
  904. display: inline-block;
  905. font-weight: 700;
  906. margin-right: 16rpx;
  907. }
  908. }
  909. .page_item_top_R {
  910. height: 60rpx;
  911. float: right;
  912. padding-top: 20rpx;
  913. font-size: 32rpx;
  914. position: absolute;
  915. right: 50rpx;
  916. .L_iocn {
  917. display: inline-block;
  918. height: 52rpx;
  919. line-height: 48rpx;
  920. color: rgb(7, 134, 60);
  921. font-size: 36rpx;
  922. font-weight: 700;
  923. }
  924. }
  925. }
  926. .page_item_cont {
  927. min-height: 180rpx;
  928. // max-height: 424rpx;
  929. padding: 0 16rpx;
  930. text-align: left;
  931. position: relative;
  932. .text_big {
  933. font-size: 32rpx;
  934. position: absolute;
  935. right: 16rpx;
  936. font-weight: 700;
  937. margin-top: 10rpx;
  938. }
  939. .text_big2 {
  940. font-size: 32rpx;
  941. position: absolute;
  942. right: 16rpx;
  943. font-weight: 700;
  944. }
  945. .line {
  946. height: 20rpx;
  947. width: 2rpx;
  948. border-left: 2rpx solid #666;
  949. position: absolute;
  950. top: 82rpx;
  951. left: 40rpx;
  952. }
  953. .lines {
  954. height: 40%;
  955. width: 2rpx;
  956. border-left: 2rpx solid #666;
  957. position: absolute;
  958. top: 23%;
  959. left: 36rpx;
  960. }
  961. .page_item_cont_T {
  962. padding-top: 28rpx;
  963. font-size: 28rpx;
  964. .page_item_cont_title {
  965. height: 100%;
  966. font-size: 32rpx;
  967. }
  968. }
  969. .page_item_cont_B {
  970. padding-top: 28rpx;
  971. margin-bottom: 28rpx;
  972. .page_item_cont_title {
  973. height: 60rpx;
  974. font-size: 32rpx;
  975. }
  976. .page_item_cont_title1 {
  977. height: 60rpx;
  978. line-height: 60rpx;
  979. font-size: 32rpx;
  980. padding-left: 64rpx;
  981. }
  982. }
  983. }
  984. .page_item_foot {
  985. border-top: 2rpx dashed #666;
  986. border-bottom: 2rpx dashed #666;
  987. padding: 28rpx 16rpx;
  988. text-align: left;
  989. .page_item_foot_text {
  990. font-size: 32rpx;
  991. margin-bottom: 20rpx;
  992. .text1 {
  993. color: rgb(102, 102, 102);
  994. }
  995. .text2 {
  996. float: right;
  997. font-weight: 700;
  998. }
  999. }
  1000. }
  1001. .page_item_info {
  1002. padding: 20rpx 16rpx;
  1003. text-align: left;
  1004. line-height: 60rpx;
  1005. font-size: 32rpx;
  1006. .spe_list {
  1007. padding: 32rpx 0;
  1008. border-top: 2rpx solid #666;
  1009. .page_item_info_title {
  1010. color: #666;
  1011. }
  1012. }
  1013. .page_item_info_title {
  1014. font-weight: 700;
  1015. }
  1016. .text {
  1017. float: right;
  1018. font-weight: 700;
  1019. .page_item_info_txt {
  1020. color: #49b856;
  1021. margin-left: 8rpx;
  1022. margin-right: 8rpx;
  1023. }
  1024. }
  1025. }
  1026. #infos {
  1027. height: 0;
  1028. overflow: hidden;
  1029. }
  1030. .page_item_infos {
  1031. padding-top: 20rpx;
  1032. padding-bottom: 20rpx;
  1033. border-bottom: 2rpx dashed #666;
  1034. .page_item_info2 {
  1035. text-align: left;
  1036. line-height: 60rpx;
  1037. font-size: 32rpx;
  1038. padding-left: 16rpx;
  1039. .page_item_foot_text {
  1040. font-size: 32rpx;
  1041. margin-bottom: 20rpx;
  1042. &:last-of-type {
  1043. margin-bottom: 0;
  1044. }
  1045. .text1 {
  1046. color: rgb(102, 102, 102);
  1047. }
  1048. .text2 {
  1049. float: right;
  1050. font-weight: 700;
  1051. }
  1052. .btn {
  1053. height: 66rpx;
  1054. width: 132rpx;
  1055. margin: 0 auto;
  1056. background-color: #49b856;
  1057. color: #fff;
  1058. border-radius: 8rpx;
  1059. font-size: 32rpx;
  1060. margin-top: 20rpx;
  1061. text-align: center;
  1062. }
  1063. }
  1064. }
  1065. }
  1066. #pulldown {
  1067. color: #49b856;
  1068. font-size: 36rpx;
  1069. height: 60rpx;
  1070. text-align: center;
  1071. .cubeic-pulldown {
  1072. font-size: 48rpx;
  1073. position: relative;
  1074. bottom: 6rpx;
  1075. }
  1076. }
  1077. #pullup {
  1078. color: #49b856;
  1079. font-size: 36rpx;
  1080. height: 60rpx;
  1081. text-align: center;
  1082. .cubeic-pullup {
  1083. font-size: 48rpx;
  1084. position: relative;
  1085. top: 12rpx;
  1086. }
  1087. }
  1088. }
  1089. .foot_btn2 {
  1090. position: fixed;
  1091. bottom: 0;
  1092. right: 20rpx;
  1093. left: 20rpx;
  1094. line-height: 66rpx;
  1095. height: 100rpx;
  1096. border-top: 2rpx solid #e5e9ed;
  1097. background: #f9fafb;
  1098. display: flex;
  1099. justify-content: space-between;
  1100. .btn2,
  1101. .btn3 {
  1102. height: 66rpx;
  1103. flex: 1;
  1104. margin: 0 1%;
  1105. background-image: linear-gradient(to right, #72c172, #3bb197);
  1106. color: #fff;
  1107. border-radius: 8rpx;
  1108. font-size: 32rpx;
  1109. margin-top: 16rpx;
  1110. text-align: center;
  1111. }
  1112. }
  1113. }
  1114. </style>