scanning_code.vue 60 KB

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