Elizabeth's proactive approach involves introducing urinal toilet attachment , an ingenious concept that optimizes space and functionality.

printThree.vue 23KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766
  1. <template>
  2. <div>
  3. <div id="prescriptionPrint1">
  4. <div v-for="(item, index) in advicePrint" :key="index">
  5. <div
  6. id="prescription-print"
  7. v-if="item.project.length == 0"
  8. v-for="(i, pageIndex) in item.pageArr.length"
  9. :key="pageIndex"
  10. class="prescription-print"
  11. style="page-break-after: always"
  12. >
  13. <span v-if="org_id == 10138">
  14. <img
  15. src="https://kuyi.shengws.com/bailin/bltotle.jpg"
  16. style="width: 100%"
  17. alt=""
  18. /></span>
  19. <span v-if="org_id == 10278">
  20. <img
  21. src="https://kuyi.shengws.com/beierlog.png"
  22. style="width: 100%"
  23. alt=""
  24. /></span>
  25. <span v-if="org_id == 10537">
  26. <img
  27. src="https://kuyi.shengws.com/xuwenshou.jpg"
  28. style="width: 100%"
  29. alt=""
  30. /></span>
  31. <div class="printTitle">
  32. 处方笺
  33. <span
  34. v-if="item.med_type == '1111'"
  35. style="margin-left: 50px; border: 1px solid #000"
  36. >精一</span
  37. >
  38. <span
  39. v-if="item.med_type == '1112'"
  40. style="margin-left: 50px; border: 1px solid #000"
  41. >精二</span
  42. >
  43. </div>
  44. <div style="display: flex;">
  45. <div style="width: 33%; display: flex">
  46. 费别:
  47. <span class="under_line">
  48. <span v-if="newHisPatient.id > 0">{{
  49. newHisPatient.balance_accounts_type == 1 ? '医保':'自费'
  50. }}</span>
  51. <span v-else>{{
  52. }}</span>
  53. </span>
  54. </div>
  55. <div style="width: 20%;"></div>
  56. <div style="width: 33%; display: flex">
  57. 医保类型:
  58. <span class="under_line" v-if="item.patient.reimbursement_way_id == 20">
  59. {{'医保一档'}}
  60. </span>
  61. <span class="under_line" v-if="item.patient.reimbursement_way_id == 21">
  62. {{'医保二档'}}
  63. </span>
  64. <span class="under_line" v-if="item.patient.reimbursement_way_id == 22">
  65. {{'医保三档'}}
  66. </span>
  67. <span class="under_line" v-if="item.patient.reimbursement_way_id != 20 && item.patient.reimbursement_way_id != 21 && item.patient.reimbursement_way_id != 22">
  68. </span>
  69. </div>
  70. </div>
  71. <div style="display: flex;margin-top: 10px;">
  72. <div style="width: 40%; display: flex">
  73. 电脑号:<span class="under_line">{{
  74. newHisPatient.id_card_no
  75. }}</span>
  76. </div>
  77. <div style="width: 13%;"></div>
  78. <div style="width: 33%; display: flex">
  79. 处方编号:<span class="under_line">{{
  80. item.prescription_number.substring(
  81. item.prescription_number.length - 6
  82. )
  83. }}</span>
  84. </div>
  85. </div>
  86. <div class="infoTitle">
  87. <div>
  88. 姓名:{{
  89. item.patient.name
  90. ? item.patient.name.indexOf("(") > -1
  91. ? item.patient.name.substring(
  92. 0,
  93. item.patient.name.indexOf("(")
  94. )
  95. : item.patient.name
  96. : ""
  97. }}
  98. </div>
  99. <div>
  100. 性别:
  101. <span v-if="item.patient.gender == 1">男</span>
  102. <span v-if="item.patient.gender == 2">女</span>
  103. </div>
  104. <div>
  105. 年龄:{{
  106. getNewAge(item.patient.birthday)
  107. ? getNewAge(item.patient.birthday)
  108. : ""
  109. }}岁
  110. </div>
  111. </div>
  112. <div class="infoMain">
  113. <div style="margin-bottom: 10px; display: flex">
  114. 门诊号码:<span class="under_line" v-if="hisPatient.number">{{
  115. hisPatient.number ? hisPatient.number : ""
  116. }}</span>
  117. </div>
  118. <div style="margin-bottom: 10px; display: flex">
  119. 科别:<span class="under_line" v-if="item.info">{{
  120. item.info ? getDepart(item.info.departments) : ""
  121. }}</span>
  122. </div>
  123. <div style="margin-bottom: 10px; display: flex">
  124. 临床诊断:{{
  125. item.info ? getDiagnosis(item.info.diagnosis) : ""
  126. }}
  127. </div>
  128. <div style="margin-bottom: 10px; display: flex">
  129. 自费药品签名:<span class="under_line"></span>
  130. </div>
  131. <!-- <div style="margin-bottom: 10px;display:flex;">医保卡号:{{item.hisPatient.number?item.hisPatient.number:""}}</div> -->
  132. <div style="margin-bottom: 10px; display: flex">
  133. 联系方式:<span class="under_line">{{ item.patient.phone }}</span>
  134. </div>
  135. <div style="margin-bottom: 10px; display: flex">
  136. 开具日期:<span class="under_line">{{
  137. getTime(item.pre_time)
  138. ? getTime(item.pre_time).split(" ")[0]
  139. : ""
  140. }}</span>
  141. </div>
  142. <!-- <div>地址:{{item.patient.home_address}}</div> -->
  143. <!-- <div style="display:flex;width:50%;">临床诊断:{{getDiagnosis(item.info.diagnosis)}}</div> -->
  144. </div>
  145. <div class="prescriptionBox">
  146. <div class="Rp">Rp:</div>
  147. <div
  148. class="drugsBox"
  149. v-for="(it, index) in item.advices.slice(
  150. pageIndex * 5,
  151. pageIndex * 5 + item.pageArr[pageIndex]
  152. )"
  153. :key="index"
  154. >
  155. <!-- :style="{'page-break-after':index==yi&&item.advices.length>5? 'always':'auto'}" -->
  156. <!-- <div class="drugsOne"><span style="font-weight:bold;">{{ index+1 + '.' }}</span>{{it.advice_name?it.advice_name:""}}&nbsp;&nbsp;{{it.single_dose}}{{it.single_dose_unit}}&nbsp;×&nbsp; {{it.prescribing_number}}{{it.prescribing_number_unit}}</div> -->
  157. <div class="drugsOne">
  158. <span style="font-weight: bold">{{ index + 1 + "." }}</span
  159. >{{ it.advice_name ? it.advice_name : "" }}&nbsp;&nbsp;<span
  160. v-if="it.drug.min_unit != it.drug.dose_unit"
  161. >{{ it.drug.dose }}{{ it.drug.dose_unit }}&nbsp;* &nbsp;</span
  162. >{{ it.drug.min_number }}{{ it.drug.min_unit }}/{{
  163. it.drug.max_unit
  164. }}&nbsp;×&nbsp; {{ it.prescribing_number
  165. }}{{ it.prescribing_number_unit }}
  166. </div>
  167. <div style="margin-left: 100px">
  168. <span>用法:{{ it.single_dose }}{{ it.single_dose_unit }}</span
  169. >&nbsp;&nbsp;<span
  170. >{{ it.execution_frequency }}&nbsp;{{
  171. it.delivery_way
  172. }}&nbsp;</span
  173. >&nbsp;&nbsp;<span>{{ it.advice_desc }}</span>
  174. </div>
  175. </div>
  176. <div
  177. class="drugsBox"
  178. v-for="(it, i) in item.additionalcharge"
  179. :key="i"
  180. >
  181. <div class="drugsOne">
  182. {{ it.item_name ? it.item_name : "" }}:&nbsp;{{
  183. it.price.toFixed(2)
  184. }}元/{{ it.count }}次
  185. </div>
  186. </div>
  187. <!-- <div class="drugsBox" v-for="(it,index) in item.project" :key="index">
  188. <div class="drugsOne"><span style="font-weight:bold;">{{ index+1 + '.' }}</span>{{ it.type == 2 ? it.project.project_name : it.good_info.good_name }}&nbsp;&nbsp;{{it.single_dose}}{{it.single_dose_unit}}&nbsp;×&nbsp; {{it.count}}{{unit}}</div>
  189. <div style="margin-left:100px;"><span>用法:{{it.single_dose}}{{it.single_dose_unit}}</span>&nbsp;&nbsp;<span>{{it.delivery_way}}</span>&nbsp;&nbsp;<span>{{it.advice_desc}}</span></div>
  190. </div>
  191. <div class="drugsBox" v-for="(it,i) in item.additionalcharge" :key="i">
  192. <div class="drugsOne">{{it.project_id?it.project_id:""}}:&nbsp;{{it.price}}元/{{it.count}}次</div>
  193. </div> -->
  194. <div style="text-align: center">(以下空白)</div>
  195. </div>
  196. <div style="display: flex">
  197. <div>
  198. 医&nbsp;&nbsp;&nbsp;&nbsp;师:
  199. <span
  200. style="width: 100px; display: inline-block"
  201. v-if="item.creator == ''"
  202. >
  203. {{ item.doctor ? item.doctor : "" }}
  204. </span>
  205. <span
  206. style="width: 100px; display: inline-block"
  207. v-else-if="doc_name != ''"
  208. >
  209. {{ doc_name }}
  210. </span>
  211. <img
  212. style="height: 30px"
  213. :src="setAdminUserES(item.creator,item.doctor)"
  214. alt=""
  215. srcset=""
  216. v-else
  217. />
  218. </div>
  219. <!-- <div>药品金额:{{getTotalOne(item.id).toFixed(2)?getTotalOne(item.id).toFixed(2):0}}</div> -->
  220. </div>
  221. <div style="display: flex">
  222. <div style="display: flex">
  223. 审核药师:<span style="width: 100px" class="under_line"></span>
  224. </div>
  225. <div style="display: flex">
  226. 调剂药师:<span style="width: 100px" class="under_line"></span>
  227. </div>
  228. <div style="display: flex">
  229. 核对/发药药师:<span
  230. style="width: 100px"
  231. class="under_line"
  232. ></span>
  233. </div>
  234. </div>
  235. <div>
  236. 打印日期:{{ getTime(new Date()) ? getTime(new Date()) : "" }}
  237. </div>
  238. <div>*处方当日有效,特殊情况可适当延长,一般不超过3天</div>
  239. <div>*药品属于特殊商品,非质量问题不允许退换</div>
  240. <span v-if="org_id == 10138"
  241. ><img
  242. src="https://kuyi.shengws.com/bailin/blend.jpg"
  243. style="width: 100%"
  244. alt=""
  245. /></span>
  246. <span v-if="org_id == 10278"
  247. ><img
  248. src="https://kuyi.shengws.com/bailinbeier.png"
  249. style="width: 100%"
  250. alt=""
  251. /></span>
  252. <span v-if="org_id == 10537">
  253. <img
  254. src="https://kuyi.shengws.com/xuwenwei.jpg"
  255. style="width: 100%"
  256. alt=""
  257. /></span>
  258. <!-- <div class="doctorBox">
  259. <p>医师:{{item.doctor?item.doctor:""}}</p>
  260. <p>日期:{{getTime(item.ctime)?getTime(item.ctime):""}}</p>
  261. </div>
  262. <div class="actionBar">
  263. <p>审核:</p>
  264. <p>配对:</p>
  265. <p>核对:</p>
  266. <p>发药:</p>
  267. <p>药费:{{getTotalOne(item.id).toFixed(2)?getTotalOne(item.id).toFixed(2):0}}元</p>
  268. </div> -->
  269. <div style="page-break-after: always"></div>
  270. </div>
  271. </div>
  272. </div>
  273. </div>
  274. </template>
  275. <script>
  276. import { jsGetAge, uParseTime } from "@/utils/tools";
  277. import {
  278. getAllDoctorList,
  279. getPrescriptionPrint,
  280. getHisPatientDetail,
  281. } from "@/api/project/project";
  282. import { getInitData } from "@/api/his/his";
  283. export default {
  284. props: {
  285. patient_id: Number,
  286. record_date: String,
  287. prescription_id: Number,
  288. his_patient_id:Number,
  289. ids: String,
  290. newHisPatient:Object,
  291. },
  292. data() {
  293. return {
  294. operatorMaps: {},
  295. doctorList: [],
  296. advicePrint: {},
  297. yi:4,
  298. patient: {},
  299. tableData: [],
  300. prescriptionInfo: [],
  301. doc_name: "",
  302. hisPatient: {},
  303. department: [],
  304. prescriptions: [],
  305. projectList: [],
  306. orgname: "",
  307. diagnoses: [],
  308. pageArr: [],
  309. faber: {},
  310. org_id: 0,
  311. doctorList_1: [],
  312. };
  313. },
  314. methods: {
  315. // 电子签名
  316. setAdminUserES(id,name) {
  317. if (id == 0) {
  318. return "";
  319. }
  320. if (id in this.operatorMaps) {
  321. return this.operatorMaps[id].url;
  322. } else {
  323. this.doc_name = name;
  324. return "";
  325. }
  326. },
  327. getNewAge(birthday) {
  328. // var myDate = new Date(birthday * 1000)
  329. // var month = myDate.getMonth() + 1
  330. // var day = myDate.getDate()
  331. // var age = new Date().getFullYear() - myDate.getFullYear()
  332. // if (month < new Date().getMonth() + 1 || new Date().getMonth() + 1 == month && day <= new Date().getDate()) {
  333. // age++
  334. // }
  335. // return age
  336. var nowTime = new Date().getTime();
  337. //一年毫秒数(365 * 86400000 = 31536000000)
  338. return Math.ceil((nowTime - birthday * 1000) / 31536000000);
  339. },
  340. getAge(patient) {
  341. var thisLen = patient.id_card_no.length;
  342. var birth = "";
  343. if (thisLen == 15) {
  344. birth = "19" + patient.id_card_no.substr(6, 6);
  345. } else {
  346. birth = patient.id_card_no.substr(6, 8);
  347. }
  348. var births =
  349. birth.substr(0, 4) +
  350. "-" +
  351. birth.substr(4, 2) +
  352. "-" +
  353. birth.substr(6, 2);
  354. return jsGetAge(births, "-");
  355. },
  356. getAllDoctorList() {
  357. getAllDoctorList().then((response) => {
  358. if (response.data.state == 1) {
  359. var doctor = response.data.data.doctor;
  360. this.doctorList = doctor;
  361. }
  362. });
  363. },
  364. getDoctor(id) {
  365. var name = "";
  366. for (let i = 0; i < this.doctorList.length; i++) {
  367. if (id == this.doctorList[i].admin_user_id) {
  368. name = this.doctorList[i].user_name;
  369. }
  370. }
  371. return name;
  372. },
  373. getTime(value, temp) {
  374. if (value != undefined) {
  375. return uParseTime(value, temp);
  376. }
  377. return "";
  378. },
  379. getPrescriptionPrint() {
  380. var params = {
  381. // patient_id:this.patient_id,
  382. // record_date:this.record_date,
  383. // prescription_id:this.prescription_id,
  384. patient_id: this.patient_id,
  385. record_date: this.record_date,
  386. prescription_id: this.prescription_id,
  387. his_patient_id: this.his_patient_id,
  388. ids: this.ids,
  389. p_type: 2,
  390. };
  391. console.log("params", params);
  392. getPrescriptionPrint(params).then((response) => {
  393. if (response.data.state == 1) {
  394. var advicePrint = response.data.data.advicePrint;
  395. console.log("adviceprint9999", advicePrint);
  396. this.advicePrint = advicePrint;
  397. this.doctorList_1 = response.data.data.eles;
  398. console.log(this.doctorList_1, "百霖医生列表");
  399. if (this.doctorList_1.length > 0) {
  400. var operatorsLen = this.doctorList_1.length;
  401. for (var index = 0; index < operatorsLen; index++) {
  402. this.$set(
  403. this.operatorMaps,
  404. this.doctorList_1[index].creator,
  405. this.doctorList_1[index]
  406. );
  407. }
  408. }
  409. this.getPage();
  410. this.prescriptions = advicePrint;
  411. console.log("处方222222", this.prescriptions);
  412. var hisPatient = response.data.data.hisPatient;
  413. console.log("hisPatient", hisPatient);
  414. this.hisPatient = hisPatient;
  415. var projectlist = response.data.data.projectlist;
  416. console.log("所有项目列表", projectlist);
  417. this.projectList = projectlist;
  418. let outputlist1Name = response.data.data.his.patient_info
  419. ? JSON.parse(response.data.data.his.patient_info)
  420. : {};
  421. this.faber = outputlist1Name;
  422. }
  423. });
  424. },
  425. getHisPatientDetail() {
  426. const params = {
  427. patient_id: this.patient_id,
  428. };
  429. getHisPatientDetail(params).then((response) => {
  430. if (response.data.state == 1) {
  431. var hisPatient = response.data.data.hisPatient;
  432. console.log("挂号病人", hisPatient);
  433. this.hisPatient = hisPatient;
  434. }
  435. });
  436. },
  437. getInitData() {
  438. getInitData().then((response) => {
  439. if (response.data.state == 1) {
  440. this.department = response.data.data.department;
  441. this.diagnoses = response.data.data.diagnose.sort(this.compare("id"));
  442. console.log("争端", this.diagnoses);
  443. }
  444. });
  445. },
  446. getDepart(id) {
  447. var name = "";
  448. for (let i = 0; i < this.department.length; i++) {
  449. if (id == this.department[i].id) {
  450. name = this.department[i].name;
  451. }
  452. }
  453. return name;
  454. },
  455. getTotalOne(id) {
  456. console.log("id", id);
  457. var total = 0;
  458. var addtotal = 0;
  459. for (let i = 0; i < this.prescriptions.length; i++) {
  460. if (id == this.prescriptions[i].id) {
  461. if (this.prescriptions[i].project != null) {
  462. for (let a = 0; a < this.prescriptions[i].project.length; a++) {
  463. total =
  464. total +
  465. this.prescriptions[i].project[a].price *
  466. this.prescriptions[i].project[a].count;
  467. }
  468. }
  469. if (this.prescriptions[i].additionalcharge != null) {
  470. for (
  471. let a = 0;
  472. a < this.prescriptions[i].additionalcharge.length;
  473. a++
  474. ) {
  475. addtotal =
  476. addtotal +
  477. this.prescriptions[i].additionalcharge[a].price *
  478. this.prescriptions[i].additionalcharge[a].count;
  479. }
  480. }
  481. addtotal = Math.floor(addtotal * 100) / 100;
  482. }
  483. }
  484. for (let i = 0; i < this.prescriptions.length; i++) {
  485. if (id == this.prescriptions[i].id) {
  486. if (this.prescriptions[i].advices != null) {
  487. for (let a = 0; a < this.prescriptions[i].advices.length; a++) {
  488. total =
  489. total +
  490. this.prescriptions[i].advices[a].price *
  491. this.prescriptions[i].advices[a].prescribing_number;
  492. }
  493. }
  494. if (this.prescriptions[i].additionalcharge != null) {
  495. for (
  496. let a = 0;
  497. a < this.prescriptions[i].additionalcharge.length;
  498. a++
  499. ) {
  500. addtotal =
  501. addtotal +
  502. this.prescriptions[i].additionalcharge[a].price *
  503. this.prescriptions[i].additionalcharge[a].count;
  504. }
  505. }
  506. addtotal = Math.floor(addtotal * 100) / 100;
  507. }
  508. }
  509. return total + addtotal;
  510. },
  511. getProjectName(id) {
  512. var project_name = "";
  513. for (let i = 0; i < this.projectList.length; i++) {
  514. if (id == this.projectList[i].id) {
  515. project_name = this.projectList[i].project_name;
  516. }
  517. }
  518. return project_name;
  519. },
  520. getDiagnosis(ids) {
  521. let newIds = ids.split(",").sort(function (a, b) {
  522. return a - b;
  523. });
  524. var name = "";
  525. let nameArr = [];
  526. for (let i = 0; i < this.diagnoses.length; i++) {
  527. // if(id == this.diagnoses[i].id){
  528. // name = this.diagnoses[i].class_name
  529. // }
  530. if (newIds.indexOf(this.diagnoses[i].id.toString()) > -1) {
  531. // name += diagnoses[i].class_name + ' '
  532. nameArr.push(this.diagnoses[i].class_name);
  533. }
  534. }
  535. let newNameArr = [];
  536. nameArr.map((item, index) => {
  537. if (item == "尿毒症") {
  538. newNameArr.push(item);
  539. nameArr.splice(index, 1, "");
  540. }
  541. });
  542. newNameArr.push(...nameArr);
  543. return newNameArr.join(" ");
  544. },
  545. compare(property) {
  546. return function (a, b) {
  547. var value1 = a[property];
  548. var value2 = b[property];
  549. return value1 - value2; //升序排序
  550. };
  551. },
  552. getPage() {
  553. this.page = 1;
  554. this.pageArr = [];
  555. this.advicePrint.map((item) => {
  556. let arr = [];
  557. item.pageArr = [];
  558. if (item.advices.length <= 5) {
  559. this.page = 1;
  560. arr.push(item.advices.length);
  561. item.pageArr.push(arr);
  562. } else if (item.advices.length > 5) {
  563. this.page = parseInt(item.advices.length / 5);
  564. let num = item.advices.length % 5;
  565. for (var i = 0; i < this.page; i++) {
  566. item.pageArr.push([5]);
  567. }
  568. if (num != 0) {
  569. item.pageArr.push([num]);
  570. }
  571. }
  572. });
  573. // console.log('this.pageArr',this.pageArr)
  574. },
  575. getName(list) {
  576. console.log("list", list);
  577. let new_list = [];
  578. for (let i = 0; i < list.length; i++) {
  579. if (list[i].aac031 == "1") {
  580. new_list.push(list[i]);
  581. }
  582. }
  583. switch (new_list[0].bcc334) {
  584. case "A31001":
  585. return "深圳医保1档";
  586. break;
  587. case "A31002":
  588. return "深圳医保2档";
  589. break;
  590. case "A31003":
  591. return "深圳医保3档";
  592. break;
  593. case "A31004":
  594. return "二档(少儿)";
  595. break;
  596. case "A31005":
  597. return "学生二档";
  598. break;
  599. case "A31006":
  600. return "大学生二档";
  601. break;
  602. case "A32001":
  603. return "在职公务员";
  604. break;
  605. case "A32002":
  606. return "在职驻深公务员";
  607. break;
  608. case "A39301":
  609. return "家属统筹医疗";
  610. break;
  611. case "A41001":
  612. return "工伤在职";
  613. break;
  614. case "A51001":
  615. return "生育在职";
  616. break;
  617. case "A52001":
  618. return "生育医疗一档";
  619. break;
  620. case "A52002":
  621. return "生育医疗一档";
  622. break;
  623. case "C31001":
  624. return "一档医疗退休";
  625. break;
  626. case "C31002":
  627. return "二档医疗退休";
  628. break;
  629. }
  630. },
  631. },
  632. created() {
  633. this.getPrescriptionPrint();
  634. this.getAllDoctorList();
  635. this.getInitData();
  636. this.getHisPatientDetail();
  637. var xtuser = this.$store.getters.xt_user;
  638. this.orgname = xtuser.org.org_name;
  639. this.org_id = this.$store.getters.xt_user.org.id;
  640. },
  641. watch: {
  642. ids: function (val) {
  643. console.log("val1111111111111111111111111111", val);
  644. this.ids = val;
  645. this.getPrescriptionPrint();
  646. },
  647. },
  648. };
  649. </script>
  650. <style lang="scss" scoped>
  651. .prescription-print {
  652. -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27),
  653. 0 0 60px rgba(0, 0, 0, 0.06) inset;
  654. -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27),
  655. 0 0 40px rgba(0, 0, 0, 0.06) inset;
  656. box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
  657. margin-bottom: 20px;
  658. padding: 20px 10px;
  659. }
  660. .printTitle {
  661. font-size: 22px;
  662. text-align: center;
  663. font-weight: bold;
  664. margin-bottom: 10px;
  665. }
  666. .infoTitle {
  667. display: flex;
  668. margin-top: 10px;
  669. line-height: 24px;
  670. }
  671. .infoTitle div {
  672. width: 200px;
  673. }
  674. .infoMain {
  675. display: flex;
  676. flex-wrap: wrap;
  677. margin-top: 10px;
  678. }
  679. .infoMain div {
  680. width: 50%;
  681. line-height: 24px;
  682. }
  683. .prescriptionBox {
  684. padding: 0 10px;
  685. min-height: 400px;
  686. }
  687. .Rp {
  688. font-size: 22px;
  689. font-weight: bold;
  690. }
  691. .drugsBox {
  692. padding-left: 40px;
  693. margin-bottom: 10px;
  694. }
  695. .drugsBox div {
  696. line-height: 20px;
  697. }
  698. .drugsOne {
  699. line-height: 24px;
  700. }
  701. .drugsOne span {
  702. margin-right: 20px;
  703. }
  704. .doctorBox {
  705. display: flex;
  706. justify-content: space-between;
  707. padding: 0 10px;
  708. line-height: 24px;
  709. border-bottom: 2px solid #000;
  710. }
  711. .actionBar {
  712. display: flex;
  713. justify-content: space-between;
  714. line-height: 24px;
  715. padding: 0 10px;
  716. }
  717. .actionBar p {
  718. width: 150px;
  719. }
  720. .under_line {
  721. display: inline-block;
  722. border-bottom: 1px solid #000;
  723. flex: 1;
  724. }
  725. </style>