receipt_infopage.vue 34 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064
  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 || 0 }}</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 || 0 }}</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 || 0 }}</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.patientCode
  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 == 'specimen' ||
  199. infoDATA.taskType.associationType.value == 'specimenPlan'
  200. ">
  201. <view>
  202. <text class="page_item_info_title">标本信息</text>
  203. <text class="text">
  204. 预计接收
  205. <text class="page_item_info_txt">{{
  206. infoDATA.expectReceiveNum || 0
  207. }}</text>
  208. </text>
  209. <text class="text"
  210. v-if="infoDATA.gdState.value == 5 || infoDATA.gdState.value == 6 || infoDATA.gdState.value == 7">
  211. 扫描接收
  212. <text class="page_item_info_txt">{{scanReception}}</text>
  213. </text>
  214. <text class="text" v-if="infoDATA.gdState.value == 6 || infoDATA.gdState.value == 7">
  215. 实际送达
  216. <text class="page_item_info_txt">{{actualDelivery}}</text>
  217. </text>
  218. </view>
  219. <view v-for="spe in infoDATA.specimenSet" :key="spe.id" class="spe_list">
  220. <view>
  221. <text class="page_item_info_title">标本类型</text>
  222. <text class="text">{{ spe.stype ? spe.stype.name : "-" }}({{
  223. spe.urgent == 1 ? "急" : "普"
  224. }})</text>
  225. </view>
  226. <view>
  227. <text class="page_item_info_title">标本编码</text>
  228. <text class="text">{{ spe.scode }}</text>
  229. </view>
  230. <view>
  231. <text class="page_item_info_title">患者姓名</text>
  232. <text class="text">{{ spe.patientName }}<text v-if="spe.bedNum">({{spe.bedNum}})</text></text>
  233. </view>
  234. <view>
  235. <text class="page_item_info_title">目标科室</text>
  236. <text class="text">{{
  237. spe.checkDept ? spe.checkDept.dept : "-"
  238. }}</text>
  239. </view>
  240. </view>
  241. </view>
  242. <!-- 静配 -->
  243. <view class="page_item_info" v-if="infoDATA.taskType.associationType.value == 'jPBag'">
  244. <text class="page_item_info_title">药包编码</text>
  245. <text class="text">{{ infoDATA.staticDistri?infoDATA.staticDistri.packid:'无' }}</text>
  246. </view>
  247. <!-- 陪检 -->
  248. <view v-if="infoDATA.taskType.associationType.value == 'inspect'">
  249. <view class="page_item_info">
  250. <text class="page_item_info_title">检查信息</text>
  251. </view>
  252. <view id="infos" :animation="animationData">
  253. <view class="page_item_infos" v-for="(item, index) of infoDATA.checkList" :key="index">
  254. <view class="page_item_info2">
  255. <view class="page_item_foot_text">
  256. <text class="text1">检查科室</text>
  257. <text class="text2">{{ item.execDept?item.execDept.dept:'-' }}</text>
  258. </view>
  259. <view class="page_item_foot_text">
  260. <text class="text1">检查项</text>
  261. <text class="text2">{{ item.inspectName||'-' }}</text>
  262. </view>
  263. <view class="page_item_foot_text">
  264. <text class="text1">叫号信息</text>
  265. <text class="text2">{{ item.reservationNumber||'-' }}</text>
  266. </view>
  267. <view class="page_item_foot_text">
  268. <text class="text1">预约时间</text>
  269. <text class="text2">{{ item.yyTime || "-" }}</text>
  270. </view>
  271. <view class="page_item_foot_text"
  272. v-show="item.inspectState.value==1||item.inspectState.value==2||item.inspectState.value==4">
  273. <view class="btn" @click.stop="remove(item)">移除</view>
  274. </view>
  275. </view>
  276. </view>
  277. </view>
  278. <view id="pulldown" @click="show('show')" v-if="showType == 'hiddle'">
  279. 点击可查看检查详情
  280. <text class="cubeic-pulldown icon_transport transport-paixujiantouxia"></text>
  281. </view>
  282. <view id="pullup" @click="show('hiddle')" v-if="showType == 'show'">
  283. 点击可收起检查详情
  284. <text class="cubeic-pullup icon_transport transport-paixujiantoushang"></text>
  285. </view>
  286. </view>
  287. </view>
  288. <view class="foot_btn2 footerPadding">
  289. <view class="btn2" @click="showAlert" v-if="infoDATA.gdState.value == 2">接单</view>
  290. <!-- 如果不是静配,药配,标本配送,标本轮巡 -->
  291. <template
  292. v-if="((!infoDATA.worker)||(infoDATA.worker&&infoDATA.worker.id == currentUserId))&&infoDATA.gdState.value != 6&&infoDATA.gdState.value != 7&&infoDATA.gdState.value != 11">
  293. <view :class="[infoDATA.taskType.specialCloseButton == 1 ? 'btn3' : 'btn2']" v-if="
  294. infoDATA.gdState.value != 2 &&
  295. infoDATA.taskType.associationType.value != 'jPBag' &&
  296. infoDATA.taskType.associationType.value != 'drugsBag' &&
  297. infoDATA.taskType.associationType.value != 'specimen' &&
  298. infoDATA.taskType.associationType.value != 'specimenPlan'
  299. " hover-class="seimin-btn-hover">
  300. <smallScreen :sData="infoDATA" :sType="1">扫码</smallScreen>
  301. </view>
  302. <view :class="[infoDATA.taskType.specialCloseButton == 1 ? 'btn3' : 'btn2']" @click="photograph(infoDATA)" v-if="
  303. infoDATA.gdState.value != 2 &&
  304. infoDATA.taskType.associationType.value != 'jPBag' &&
  305. infoDATA.taskType.associationType.value != 'drugsBag' &&
  306. infoDATA.taskType.associationType.value != 'specimen' &&
  307. infoDATA.taskType.associationType.value != 'specimenPlan' &&
  308. infoDATA.taskType.associationType.value != 'other' &&
  309. infoDATA.gdState.value == 4
  310. " hover-class="seimin-btn-hover">拍照</view>
  311. <view class="btn3" @click="specialCloseClick()" v-if="
  312. infoDATA.gdState.value != 2 &&
  313. infoDATA.taskType.associationType.value != 'jPBag' &&
  314. infoDATA.taskType.associationType.value != 'drugsBag' &&
  315. infoDATA.taskType.associationType.value != 'specimen' &&
  316. infoDATA.taskType.associationType.value != 'specimenPlan' &&
  317. infoDATA.taskType.specialCloseButton == 1
  318. " hover-class="seimin-btn-hover">特殊情况关闭</view>
  319. </template>
  320. <!-- 如果不是患者陪检或患者转运或其他 -->
  321. <view :class="[infoDATA.taskType.specialCloseButton == 1 ? 'btn3' : 'btn2']" v-if="
  322. infoDATA.gdState.value != 2 &&
  323. infoDATA.taskType.associationType.value != 'patientTransport' &&
  324. infoDATA.taskType.associationType.value != 'inspect' &&
  325. infoDATA.taskType.associationType.value != 'other'
  326. " hover-class="seimin-btn-hover">
  327. <smallScreen :sData="infoDATA" :sType="2">扫码</smallScreen>
  328. </view>
  329. <view class="btn3" @click="specialCloseClick()" v-if="
  330. infoDATA.gdState.value != 2 &&
  331. infoDATA.taskType.associationType.value != 'patientTransport' &&
  332. infoDATA.taskType.associationType.value != 'inspect' &&
  333. infoDATA.taskType.associationType.value != 'other' &&
  334. infoDATA.taskType.specialCloseButton == 1
  335. " hover-class="seimin-btn-hover">特殊情况关闭</view>
  336. <view class="btn3" @click="viewSpecimen(infoDATA)" v-if="
  337. infoDATA.taskType.associationType.value == 'specimen' ||
  338. infoDATA.taskType.associationType.value == 'specimenPlan'
  339. " hover-class="seimin-btn-hover">查看标本</view>
  340. </view>
  341. <!-- 弹窗 -->
  342. <showModel :title="models.title" :icon="models.icon" :disjunctor="models.disjunctor" :content="models.content"
  343. @know="know" :operate="models.operate" @ok="ok" @cancel="cancel" :textareaFlag="textareaFlag"
  344. @textareaInput="textareaInput"></showModel>
  345. <!-- 弹窗 -->
  346. <showModel :title="models1.title" :icon="models1.icon" :disjunctor="models1.disjunctor" :content="models1.content"
  347. @know="know1" :operate="models1.operate" @ok="ok1" @cancel="cancel1"></showModel>
  348. </view>
  349. </template>
  350. <script>
  351. import smallScreen from "../../components/smallScreen/smallScreen.vue";
  352. import showModel from "../../components/showModel/showModel.vue";
  353. import {
  354. get,
  355. post,
  356. SM,
  357. webHandle
  358. } from "../../http/http.js";
  359. import {
  360. photographTool
  361. } from "../../tools/photograph.js";
  362. export default {
  363. data() {
  364. return {
  365. scanReception: 0,
  366. actualDelivery: 0,
  367. currentUserId: 0,
  368. // 弹窗model
  369. models: {
  370. disjunctor: false,
  371. },
  372. // 弹窗model1
  373. models1: {
  374. disjunctor: false,
  375. },
  376. currentInspect: null,
  377. showType: "show",
  378. infoDATA: {},
  379. dataId: "",
  380. animationData: {},
  381. // 特殊情况关闭原因开关
  382. textareaFlag: false,
  383. textareaText: "",
  384. };
  385. },
  386. filters: {
  387. // 自定义管道 yyTime
  388. yyTimeFilter: function(data) {
  389. if (data) {
  390. let nDate = null;
  391. if (typeof data == 'string') {
  392. let arr = data.split(/[-:\s]/);
  393. nDate = new Date(
  394. arr[0] - 0,
  395. arr[1] - 1,
  396. arr[2] - 0,
  397. arr[3] - 0,
  398. arr[4] - 0,
  399. 0
  400. );
  401. } else if (typeof data == 'number') {
  402. nDate = new Date(data);
  403. }
  404. const month = (nDate.getMonth() + 1).toString().padStart(2, 0);
  405. const date = nDate.getDate().toString().padStart(2, 0);
  406. const hour = nDate.getHours().toString().padStart(2, 0);
  407. const minute = nDate.getMinutes().toString().padStart(2, 0);
  408. return `${month}-${date} ${hour}:${minute}`;
  409. } else {
  410. return "-";
  411. }
  412. },
  413. },
  414. methods: {
  415. // 查看标本
  416. viewSpecimen(workOrder) {
  417. uni.navigateTo({
  418. url: `../specimenDetail/specimenDetail?workOrderId=${workOrder.id}&associationTypeValue=${workOrder.taskType.associationType.value}`,
  419. });
  420. },
  421. // 移除检查->知道了
  422. know1() {
  423. this.models1.disjunctor = false;
  424. // this.getInfo(this.dataId);
  425. //baba
  426. uni.navigateTo({
  427. url: '../receiptpage/receiptpage',
  428. });
  429. },
  430. // 移除检查->确定
  431. ok1() {
  432. this.models1.disjunctor = false;
  433. let postData = {
  434. gdId: this.infoDATA.id,
  435. inspectId: this.currentInspect.id,
  436. };
  437. uni.showLoading({
  438. title: '移除中',
  439. mask: true,
  440. })
  441. post('/workerOrder/removeInspectByOderId', postData).then(res => {
  442. uni.hideLoading();
  443. if (res.state == 200) {
  444. this.models1 = {
  445. disjunctor: true,
  446. content: "移除成功",
  447. };
  448. } else {
  449. uni.showToast({
  450. icon: "none",
  451. title: "移除失败",
  452. });
  453. }
  454. })
  455. },
  456. // 移除检查->取消
  457. cancel1() {
  458. this.models1.disjunctor = false;
  459. },
  460. // 移除
  461. remove(item) {
  462. this.currentInspect = item;
  463. this.models1 = {
  464. disjunctor: true,
  465. content: "是否移除该检查信息",
  466. icon: "warn",
  467. operate: {
  468. ok: "确定",
  469. cancel: "取消",
  470. },
  471. };
  472. },
  473. // 拍照
  474. photograph(data) {
  475. photographTool(data);
  476. },
  477. // 特殊情况输入文字
  478. textareaInput(value) {
  479. this.textareaText = value;
  480. if (value.trim().length >= 10) {
  481. this.models.operate = {
  482. ok: "确定",
  483. cancel: "取消",
  484. };
  485. } else {
  486. this.models.operate = {
  487. cancel: "取消",
  488. };
  489. }
  490. },
  491. // 特殊情况关闭按钮
  492. specialCloseClick() {
  493. this.textareaFlag = true;
  494. this.models = {
  495. title: "特殊情况关闭",
  496. disjunctor: true,
  497. content: "",
  498. icon: "",
  499. operate: {
  500. cancel: "取消",
  501. },
  502. };
  503. },
  504. ok() {
  505. uni.showLoading({
  506. title: "加载中",
  507. mask: true,
  508. });
  509. post("/workerOrder/specialCaseClose", {
  510. workOrderId: this.dataId,
  511. reason: this.textareaText.trim(),
  512. }).then((result) => {
  513. this.models.disjunctor = false;
  514. this.textareaFlag = false;
  515. this.textareaText = "";
  516. if (result.state == 200) {
  517. uni.hideLoading();
  518. this.models = {
  519. disjunctor: true,
  520. content: "工单关闭成功",
  521. icon: "success",
  522. operate: {
  523. know: "知道了",
  524. },
  525. };
  526. } else {
  527. uni.hideLoading();
  528. this.models = {
  529. disjunctor: true,
  530. content: "工单关闭失败",
  531. icon: "error",
  532. operate: {
  533. know: "知道了",
  534. },
  535. };
  536. }
  537. });
  538. },
  539. cancel() {
  540. this.models.disjunctor = false;
  541. this.textareaFlag = false;
  542. this.textareaText = "";
  543. },
  544. // 点击可查看检查详情
  545. show(type) {
  546. this.showType = type;
  547. if (type === "show") {
  548. //展开
  549. // 计算高度
  550. const query = uni.createSelectorQuery().in(this);
  551. query
  552. .selectAll(".page_item_infos")
  553. .boundingClientRect((data) => {
  554. let len = data.reduce((prev, current) => {
  555. return prev + current.height;
  556. }, 0);
  557. this.animation.height(len).step();
  558. this.animationData = this.animation.export();
  559. })
  560. .exec();
  561. } else if (type === "hiddle") {
  562. this.animation.height(0).step();
  563. this.animationData = this.animation.export();
  564. }
  565. },
  566. // 抢单->知道了
  567. know() {
  568. this.models.disjunctor = false;
  569. uni.navigateTo({
  570. url: "../receiptpage/receiptpage",
  571. });
  572. },
  573. // 抢单
  574. showAlert() {
  575. get("/workerOrder/takeOrder/" + this.infoDATA.id).then((res) => {
  576. if (res.status == 200) {
  577. this.models = {
  578. disjunctor: true,
  579. content: "接单成功",
  580. icon: "success",
  581. operate: {
  582. know: "知道了",
  583. },
  584. };
  585. } else {
  586. uni.showToast({
  587. icon: "none",
  588. title: "请求失败!",
  589. });
  590. }
  591. });
  592. },
  593. // 请求详细页面的数据(除标本轮巡和标本配送)
  594. getInfo(id) {
  595. uni.showLoading({
  596. title: "加载中",
  597. mask: true,
  598. });
  599. get("/api/fetchData/workOrder/" + id).then((res) => {
  600. uni.hideLoading();
  601. if (res.status == 200) {
  602. this.infoDATA = res.data;
  603. // 计算高度
  604. setTimeout(() => {
  605. const query = uni.createSelectorQuery().in(this);
  606. query
  607. .selectAll(".page_item_infos")
  608. .boundingClientRect((data) => {
  609. let len = data.reduce((prev, current) => {
  610. return prev + current.height;
  611. }, 0);
  612. this.animation.height(len).step();
  613. this.animationData = this.animation.export();
  614. })
  615. .exec();
  616. }, 500)
  617. } else {
  618. uni.showToast({
  619. icon: "none",
  620. title: "请求失败!",
  621. });
  622. }
  623. });
  624. },
  625. // 请求详细页面的数据
  626. getInfoBySpecimen(id) {
  627. uni.showLoading({
  628. title: "加载中",
  629. mask: true,
  630. });
  631. post("/api/getWechatItem", {
  632. id
  633. }).then((res) => {
  634. uni.hideLoading();
  635. if (res.state == 200) {
  636. this.actualDelivery = res.actualDelivery;
  637. this.scanReception = res.scanReception;
  638. this.infoDATA = res.data;
  639. // 计算高度
  640. setTimeout(() => {
  641. const query = uni.createSelectorQuery().in(this);
  642. query
  643. .selectAll(".page_item_infos")
  644. .boundingClientRect((data) => {
  645. let len = data.reduce((prev, current) => {
  646. return prev + current.height;
  647. }, 0);
  648. this.animation.height(len).step();
  649. this.animationData = this.animation.export();
  650. })
  651. .exec();
  652. }, 500)
  653. } else {
  654. uni.showToast({
  655. icon: "none",
  656. title: "请求失败!",
  657. });
  658. }
  659. });
  660. },
  661. },
  662. onLoad(options) {
  663. console.log(options, 'options');
  664. this.currentUserId = uni.getStorageSync('userData').user.id;
  665. let id = options.id;
  666. this.dataId = id;
  667. if (
  668. options.associationTypeValue == 'specimen' ||
  669. options.associationTypeValue == 'specimenPlan'
  670. ) {
  671. this.getInfoBySpecimen(id);
  672. } else {
  673. this.getInfo(id);
  674. }
  675. // 创建动画
  676. this.animation = uni.createAnimation({
  677. duration: 500,
  678. timingFunction: "ease",
  679. });
  680. // #ifdef APP-PLUS
  681. webHandle("no", "app");
  682. // #endif
  683. // #ifdef H5
  684. webHandle("no", "wx");
  685. // #endif
  686. },
  687. onUnload() {
  688. // 页面关闭后清空数据
  689. this.animationData = {};
  690. },
  691. };
  692. </script>
  693. <style lang="less">
  694. .Receipt_infopage {
  695. padding: 0 20rpx;
  696. overflow: hidden;
  697. .red {
  698. color: red !important;
  699. font-weight: bold !important;
  700. }
  701. .green {
  702. color: #49b856 !important;
  703. font-weight: bold !important;
  704. }
  705. .title {
  706. font-size: 48rpx;
  707. margin-top: 24rpx;
  708. margin-bottom: 24rpx;
  709. text-align: center;
  710. }
  711. .page_item {
  712. margin-top: 16rpx;
  713. margin-bottom: 124rpx;
  714. background: #fff;
  715. border-radius: 8rpx;
  716. padding: 0 16rpx;
  717. border: 2rpx solid #e5e9ed;
  718. .L {
  719. width: 40rpx;
  720. height: 40rpx;
  721. border-radius: 50%;
  722. background: #f9fafb;
  723. position: relative;
  724. left: -50rpx;
  725. top: 66rpx;
  726. }
  727. .R {
  728. width: 40rpx;
  729. height: 40rpx;
  730. border-radius: 50%;
  731. background: #f9fafb;
  732. position: relative;
  733. float: right;
  734. right: -50rpx;
  735. top: 26rpx;
  736. }
  737. .starting {
  738. width: 50rpx;
  739. height: 50rpx;
  740. color: #fff;
  741. background: #49b856;
  742. display: inline-block;
  743. border-radius: 50%;
  744. text-align: center;
  745. line-height: 46rpx;
  746. font-size: 32rpx;
  747. margin-right: 6rpx;
  748. }
  749. .End {
  750. width: 50rpx;
  751. height: 50rpx;
  752. color: #fff;
  753. background: #39b199;
  754. display: inline-block;
  755. border-radius: 50%;
  756. text-align: center;
  757. line-height: 46rpx;
  758. font-size: 32rpx;
  759. margin-right: 6rpx;
  760. }
  761. .page_item_top {
  762. height: 86rpx;
  763. border-bottom: 2rpx dashed #666;
  764. padding: 0 16rpx;
  765. .page_item_top_L {
  766. height: 100%;
  767. float: left;
  768. line-height: 88rpx;
  769. .emergencys {
  770. background: #ff3b53 !important;
  771. width: 124rpx !important;
  772. }
  773. .emergency {
  774. background: #ff3b53 !important;
  775. }
  776. .emergency1 {
  777. background: #49b856 !important;
  778. }
  779. .page_item_cont_start {
  780. text-align: center;
  781. height: 44rpx;
  782. width: 104rpx;
  783. line-height: 44rpx;
  784. border-radius: 8rpx;
  785. background: #49b856;
  786. color: #fff;
  787. display: inline-block;
  788. font-size: 28rpx;
  789. .cubeic-star {
  790. margin-right: 8rpx;
  791. }
  792. }
  793. .L_time {
  794. color: #6cc076;
  795. font-size: 32rpx;
  796. }
  797. .L_text {
  798. font-size: 32rpx;
  799. display: inline-block;
  800. font-weight: 700;
  801. margin-right: 16rpx;
  802. }
  803. }
  804. .page_item_top_R {
  805. height: 60rpx;
  806. float: right;
  807. padding-top: 20rpx;
  808. font-size: 32rpx;
  809. position: absolute;
  810. right: 50rpx;
  811. .L_iocn {
  812. display: inline-block;
  813. height: 52rpx;
  814. line-height: 48rpx;
  815. color: rgb(7, 134, 60);
  816. font-size: 36rpx;
  817. font-weight: 700;
  818. }
  819. }
  820. }
  821. .page_item_cont {
  822. min-height: 180rpx;
  823. // max-height: 424rpx;
  824. padding: 0 16rpx;
  825. text-align: left;
  826. position: relative;
  827. .text_big {
  828. font-size: 32rpx;
  829. position: absolute;
  830. right: 16rpx;
  831. font-weight: 700;
  832. margin-top: 10rpx;
  833. }
  834. .text_big2 {
  835. font-size: 32rpx;
  836. position: absolute;
  837. right: 16rpx;
  838. font-weight: 700;
  839. }
  840. .line {
  841. height: 20rpx;
  842. width: 2rpx;
  843. border-left: 2rpx solid #666;
  844. position: absolute;
  845. top: 82rpx;
  846. left: 40rpx;
  847. }
  848. .lines {
  849. height: 40%;
  850. width: 2rpx;
  851. border-left: 2rpx solid #666;
  852. position: absolute;
  853. top: 23%;
  854. left: 36rpx;
  855. }
  856. .page_item_cont_T {
  857. padding-top: 28rpx;
  858. font-size: 28rpx;
  859. .page_item_cont_title {
  860. height: 100%;
  861. font-size: 32rpx;
  862. }
  863. }
  864. .page_item_cont_B {
  865. padding-top: 28rpx;
  866. margin-bottom: 28rpx;
  867. .page_item_cont_title {
  868. height: 60rpx;
  869. font-size: 32rpx;
  870. }
  871. .page_item_cont_title1 {
  872. height: 60rpx;
  873. line-height: 60rpx;
  874. font-size: 32rpx;
  875. padding-left: 64rpx;
  876. }
  877. }
  878. }
  879. .page_item_foot {
  880. border-top: 2rpx dashed #666;
  881. border-bottom: 2rpx dashed #666;
  882. padding: 28rpx 16rpx;
  883. text-align: left;
  884. .page_item_foot_text {
  885. font-size: 32rpx;
  886. margin-bottom: 20rpx;
  887. .text1 {
  888. color: rgb(102, 102, 102);
  889. }
  890. .text2 {
  891. float: right;
  892. font-weight: 700;
  893. }
  894. }
  895. }
  896. .page_item_info {
  897. padding: 20rpx 16rpx;
  898. text-align: left;
  899. line-height: 60rpx;
  900. font-size: 32rpx;
  901. .spe_list {
  902. padding: 32rpx 0;
  903. border-top: 2rpx solid #666;
  904. .page_item_info_title {
  905. color: #666;
  906. }
  907. }
  908. .page_item_info_title {
  909. font-weight: 700;
  910. }
  911. .text {
  912. float: right;
  913. font-weight: 700;
  914. .page_item_info_txt {
  915. color: #49b856;
  916. margin-left: 8rpx;
  917. margin-right: 8rpx;
  918. }
  919. }
  920. }
  921. #infos {
  922. height: 0;
  923. overflow: hidden;
  924. }
  925. .page_item_infos {
  926. padding-top: 20rpx;
  927. padding-bottom: 20rpx;
  928. border-bottom: 2rpx dashed #666;
  929. .page_item_info2 {
  930. text-align: left;
  931. line-height: 60rpx;
  932. font-size: 32rpx;
  933. padding-left: 16rpx;
  934. .page_item_foot_text {
  935. font-size: 32rpx;
  936. margin-bottom: 20rpx;
  937. &:last-of-type {
  938. margin-bottom: 0;
  939. }
  940. .text1 {
  941. color: rgb(102, 102, 102);
  942. }
  943. .text2 {
  944. float: right;
  945. font-weight: 700;
  946. }
  947. .btn {
  948. height: 66rpx;
  949. width: 132rpx;
  950. margin: 0 auto;
  951. background-color: #49b856;
  952. color: #fff;
  953. border-radius: 8rpx;
  954. font-size: 32rpx;
  955. margin-top: 20rpx;
  956. text-align: center;
  957. }
  958. }
  959. }
  960. }
  961. #pulldown {
  962. color: #49b856;
  963. font-size: 36rpx;
  964. height: 60rpx;
  965. text-align: center;
  966. .cubeic-pulldown {
  967. font-size: 48rpx;
  968. position: relative;
  969. bottom: 6rpx;
  970. }
  971. }
  972. #pullup {
  973. color: #49b856;
  974. font-size: 36rpx;
  975. height: 60rpx;
  976. text-align: center;
  977. .cubeic-pullup {
  978. font-size: 48rpx;
  979. position: relative;
  980. top: 12rpx;
  981. }
  982. }
  983. }
  984. .foot_btn2 {
  985. position: fixed;
  986. bottom: 0;
  987. right: 20rpx;
  988. left: 20rpx;
  989. line-height: 66rpx;
  990. height: 100rpx;
  991. border-top: 2rpx solid #e5e9ed;
  992. background: #f9fafb;
  993. display: flex;
  994. justify-content: space-between;
  995. .btn2,
  996. .btn3 {
  997. height: 66rpx;
  998. flex: 1;
  999. margin: 0 1%;
  1000. background-image: linear-gradient(to right, #72c172, #3bb197);
  1001. color: #fff;
  1002. border-radius: 8rpx;
  1003. font-size: 32rpx;
  1004. margin-top: 16rpx;
  1005. text-align: center;
  1006. }
  1007. }
  1008. }
  1009. </style>