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

statementPrint.vue 25KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746
  1. <template>
  2. <div>
  3. <template>
  4. <el-button
  5. style="position:fixed;right:25px;z-index:999"
  6. :loading="loading"
  7. size="small"
  8. icon="el-icon-printer"
  9. @click="printThisPage"
  10. type="primary"
  11. >打印</el-button
  12. >
  13. </template>
  14. <div class='dialysisPage' style="padding-top:40px;">
  15. <div v-if="org_id == 9990 || org_id == 10138 || org_id == 9504 || org_id == 10028 || org_id == 0">
  16. <printTwo :info="info" v-if="org_id == 9990"></printTwo>
  17. <printThree :info="info" :paramsObj="paramsObj" :balanceAccounts="balanceAccounts" v-if="org_id == 10138"></printThree>
  18. <printFour v-if="org_id == 9504 || org_id == 10028 || org_id == 0" :info="info" :paramsObj="paramsObj" :balanceAccounts="balanceAccounts"></printFour>
  19. </div>
  20. <printOne :info="info" v-else></printOne>
  21. </div>
  22. </div>
  23. </template>
  24. <script>
  25. import { parseTime } from "@/utils";
  26. import { getDialysisRecord } from "@/api/dialysis";
  27. import { getDataConfig } from "@/utils/data";
  28. import { jsGetAge, uParseTime } from "@/utils/tools";
  29. import axios from 'axios'
  30. import BreadCrumb from "@/xt_pages/components/bread-crumb";
  31. import print from "print-js";
  32. import printOne from "./statementTemplate/printOne"
  33. import printTwo from "./statementTemplate/printTwo"
  34. import printThree from "./statementTemplate/printThree"
  35. import printFour from "./statementTemplate/printFour"
  36. import { getAllDoctorList,getAllHisPatientList,getPrescriptionPrint } from "@/api/project/project"
  37. import { getPrivateExpenses } from '@/api/his/his'
  38. export default {
  39. name: "dialysisPrintOrder",
  40. components: {
  41. BreadCrumb,
  42. printOne,
  43. printTwo,
  44. printThree,
  45. printFour
  46. },
  47. props:{
  48. paramsObj:Object
  49. },
  50. data() {
  51. return {
  52. crumbs: [
  53. { path: false, name: '门诊医生站' },
  54. { path: false, name: '打印' }
  55. ],
  56. record_date:"",
  57. patientTableData:[],
  58. advicePrint:[],
  59. hisPatient:{},
  60. patient:{},
  61. search_input:"",
  62. loading:false,
  63. patient_id:0,
  64. prescription_id:0,
  65. ids:'',
  66. info:null,
  67. org_id:"",
  68. balanceAccounts:{},
  69. };
  70. },
  71. methods:{
  72. printThisPage() {
  73. var ptime = Math.round(new Date().getTime() / 1000);
  74. this.print_time = uParseTime(ptime, "{y}-{m}-{d} {h}:{i}");
  75. if(this.$store.getters.xt_user.org_id == 10138){
  76. setTimeout(() => {
  77. const style =
  78. '@media print {#prescription-print{font-size:14px;border:1px solid white}.printTitle{font-size: 22px;text-align: center;font-weight: bold;}table td {padding: 10px 5px;font-size:16px;}@media print {html {zoom: 47%;}}}';
  79. const style2 =
  80. '@media print {#prescription-print{font-size:14px;border:1px solid white}.printTitle{font-size: 22px;text-align: center;font-weight: bold;}table td {padding: 10px 5px;font-size:16px;}@media print {html {zoom: 50%;}}}';
  81. const style3 =
  82. '@media print {#prescription-print{font-size:14px;border:1px solid white}.printTitle{font-size: 22px;text-align: center;font-weight: bold;}table td {padding: 10px 5px;font-size:16px;}@media print {html {zoom: 55%;}}}';
  83. const style4 =
  84. '@media print {#prescription-print{font-size:14px;border:1px solid white}.printTitle{font-size: 22px;text-align: center;font-weight: bold;}table td {padding: 10px 5px;font-size:16px;}@media print {html {zoom: 58%;}}}';
  85. const style5 =
  86. '@media print {#prescription-print{font-size:14px;border:1px solid white}.printTitle{font-size: 22px;text-align: center;font-weight: bold;}table td {padding: 10px 5px;font-size:16px;}@media print {html {zoom: 61%;}}}';
  87. const style6 =
  88. '@media print {#prescription-print{font-size:14px;border:1px solid white}.printTitle{font-size: 22px;text-align: center;font-weight: bold;}table td {padding: 10px 5px;font-size:16px;}@media print {html {zoom: 66%;}}}';
  89. const style7 =
  90. '@media print {#prescription-print{font-size:14px;border:1px solid white}.printTitle{font-size: 22px;text-align: center;font-weight: bold;}table td {padding: 10px 5px;font-size:16px;}@media print {html {zoom: 71%;}}}';
  91. const style8 =
  92. '@media print {#prescription-print{font-size:14px;border:1px solid white}.printTitle{font-size: 22px;text-align: center;font-weight: bold;}table td {padding: 10px 5px;font-size:16px;}@media print {html {zoom: 75%;}}}';
  93. const style9 =
  94. '@media print {#prescription-print{font-size:14px;border:1px solid white}.printTitle{font-size: 22px;text-align: center;font-weight: bold;}table td {padding: 10px 5px;font-size:16px;}@media print {html {zoom: 80%;}}}';
  95. const style10 =
  96. '@media print {#prescription-print{font-size:14px;border:1px solid white}.printTitle{font-size: 22px;text-align: center;font-weight: bold;}table td {padding: 10px 5px;font-size:16px;}@media print {html {zoom: 85%;}}}';
  97. const style11 =
  98. '@media print {#prescription-print{font-size:14px;border:1px solid white}.printTitle{font-size: 22px;text-align: center;font-weight: bold;}table td {padding: 10px 5px;font-size:16px;}@media print {html {zoom: 87%;}}}';
  99. const style12 =
  100. '@media print {#prescription-print{font-size:14px;border:1px solid white}.printTitle{font-size: 22px;text-align: center;font-weight: bold;}table td {padding: 10px 5px;font-size:16px;}@media print {html {zoom: 89%;}}}';
  101. if(this.num >= 13){
  102. printJS({
  103. printable: "prescription-print",
  104. type: "html",
  105. style: style,
  106. scanStyles: false
  107. });
  108. }else if(this.num == 12){
  109. printJS({
  110. printable: "prescription-print",
  111. type: "html",
  112. style: style2,
  113. scanStyles: false
  114. });
  115. }else if(this.num == 11){
  116. printJS({
  117. printable: "prescription-print",
  118. type: "html",
  119. style: style3,
  120. scanStyles: false
  121. });
  122. }else if(this.num == 10){
  123. printJS({
  124. printable: "prescription-print",
  125. type: "html",
  126. style: style4,
  127. scanStyles: false
  128. });
  129. }else if(this.num == 9){
  130. printJS({
  131. printable: "prescription-print",
  132. type: "html",
  133. style: style5,
  134. scanStyles: false
  135. });
  136. }else if(this.num == 8){
  137. printJS({
  138. printable: "prescription-print",
  139. type: "html",
  140. style: style6,
  141. scanStyles: false
  142. });
  143. }else if(this.num == 7){
  144. printJS({
  145. printable: "prescription-print",
  146. type: "html",
  147. style: style7,
  148. scanStyles: false
  149. });
  150. }else if(this.num == 6){
  151. printJS({
  152. printable: "prescription-print",
  153. type: "html",
  154. style: style8,
  155. scanStyles: false
  156. });
  157. }else if(this.num == 5){
  158. printJS({
  159. printable: "prescription-print",
  160. type: "html",
  161. style: style9,
  162. scanStyles: false
  163. });
  164. }else if(this.num == 4){
  165. printJS({
  166. printable: "prescription-print",
  167. type: "html",
  168. style: style10,
  169. scanStyles: false
  170. });
  171. }else if(this.num == 3){
  172. printJS({
  173. printable: "prescription-print",
  174. type: "html",
  175. style: style11,
  176. scanStyles: false
  177. });
  178. }else if(this.num <= 2){
  179. printJS({
  180. printable: "prescription-print",
  181. type: "html",
  182. style: style12,
  183. scanStyles: false
  184. });
  185. }
  186. },500)
  187. }else if(this.$store.getters.xt_user.org_id == 9504){
  188. const style =
  189. '@media print {.printTitle{font-size: 20px;text-align: center;font-weight: bold;}.infoMain{display: flex;flex-wrap: wrap;padding:0 10px;margin-top:10px;font-size:12px;}.infoMain .infoP{width: 33%;}.chargeBox{border: 1px solid #000;font-size:12px;}.chargeUl{display:flex;justify-content: space-between;text-align: center;}.chargeUl p{line-height: 1px;}.chargeP{line-height: 1px;padding-bottom:16px;}.moneyBox{display: flex;justify-content: space-between;padding: 0 10px;background: #eeeeee;-webkit-print-color-adjust:exact;-moz-print-color-adjust:exact;-ms-print-color-adjust:exact;print-color-adjust:exact;height: 40px;align-items: center;border:1px solid #000; border-top:none;font-size:12px;}.actionBar{display: flex;justify-content: space-between; line-height: 24px;padding:0 10px;font-size:12px;}.actionBar div{width:150px;}}';
  190. printJS({
  191. printable: "prescription-print",
  192. type: "html",
  193. style: style,
  194. scanStyles: false
  195. });
  196. }else{
  197. const style =
  198. '@media print {.statementTitle{font-size: 28px;text-align: center;font-weight: bold;margin-bottom: 10px;}.statementTable{width: 100%;text-align: center;border-collapse: collapse;line-height: 40px;font-size: 16px;border-color: #000;}}';
  199. printJS({
  200. printable: "statement-print",
  201. type: "html",
  202. style: style,
  203. scanStyles: false
  204. });
  205. }
  206. // if (this.org_template_info.template_id == 1) {
  207. // printJS({
  208. // printable: "dialysis-print-box",
  209. // type: "html",
  210. // style: style,
  211. // scanStyles: false
  212. // });
  213. // }
  214. },
  215. getAllDoctorList(){
  216. getAllDoctorList().then(response=>{
  217. if(response.data.state == 1){
  218. var doctor = response.data.data.doctor;
  219. this.doctorList = doctor
  220. }
  221. })
  222. },
  223. getAllHisPatientList(){
  224. const params = {
  225. record_date:this.record_date
  226. };
  227. getAllHisPatientList(params).then(response=>{
  228. if(response.data.state == 1){
  229. this.patientTableData = response.data.data.list;
  230. this.patientTableDataTwo = response.data.data.list;
  231. console.log('222', this.patientTableData);
  232. let cal_one = 0;
  233. let cal_two = 0;
  234. for (let i = 0; i < response.data.data.list.length; i++) {
  235. if (response.data.data.list[i].prescription == null || response.data.data.list[i].prescription.length == 0) {
  236. cal_one = cal_one + 1
  237. }
  238. if (response.data.data.list[i].prescription != null && response.data.data.list[i].prescription.length > 0) {
  239. cal_two = cal_two + 1
  240. }
  241. }
  242. // this.$refs.tab.setCurrentRow(this.patientTableData[0])
  243. // console.log(this.patientTableData[0])
  244. // this.choosePatient(this.patientTableData[0])
  245. this.cal_one = cal_one;
  246. this.cal_two = cal_two
  247. }
  248. })
  249. },
  250. changePatient(row){
  251. console.log("row",row);
  252. this.patient_id = row.patient_id;
  253. this.record_date = this.record_date;
  254. this.prescription_id = this.prescription_id
  255. // var params = {
  256. // patient_id:row.patient_id,
  257. // record_date:this.record_date,
  258. // prescription_id:this.prescription_id,
  259. // }
  260. // getPrescriptionPrint(params).then(response=>{
  261. // if(response.data.state == 1){
  262. // var advicePrint = response.data.data.advicePrint
  263. // console.log("adviceprint",advicePrint)
  264. // this.advicePrint = advicePrint
  265. // // var hisPatient = response.data.data.hisPatient
  266. // // console.log("hispatient",hisPatient)
  267. // // this.hisPatient = hisPatient
  268. // var patient = response.data.data.patient
  269. // console.log("patient",patient)
  270. // this.patient = patient
  271. // var doctorPorject = response.data.data.doctorPorject
  272. // console.log("doctorporject",doctorPorject)
  273. // }
  274. // })
  275. }, getTimes(time) {
  276. return uParseTime(time, '{y}-{m}-{d}')
  277. },
  278. searchAction(){
  279. },
  280. getInfo(order_id,obj) {
  281. if (obj.balance_accounts_type == 2){
  282. let params = {
  283. his_patient_id: obj.his_patient_id,
  284. id: obj.order_id,
  285. }
  286. if(this.org_id == 10138){
  287. getPrivateExpenses(params).then(response => {
  288. if (response.data.state == 0) {
  289. // this.$message.error(response.data.msg)
  290. return false
  291. } else {
  292. this.balanceAccounts = response.data.data
  293. let arr = []
  294. let obj = {
  295. type:1,
  296. details: [],
  297. total: 0
  298. }
  299. let obj2 = {
  300. type:2,
  301. details: [],
  302. total: 0
  303. }
  304. let obj3 = {
  305. type:3,
  306. details: [],
  307. total: 0
  308. }
  309. let num = 0
  310. this.balanceAccounts.order_info.map(item => {
  311. if(item.advice_id > 0){
  312. obj.details.push(item)
  313. obj.total += (item.pric * item.advice.prescribing_number)
  314. num++
  315. }else{
  316. if(item.project.type == 2){
  317. obj2.details.push(item)
  318. obj2.total += (item.pric * item.project.count)
  319. num++
  320. }else{
  321. obj3.details.push(item)
  322. obj3.total += (item.pric * item.project.count)
  323. num++
  324. }
  325. }
  326. })
  327. this.balanceAccounts.new_detail_list = []
  328. this.balanceAccounts.new_detail_list.push(obj)
  329. this.balanceAccounts.new_detail_list.push(obj2)
  330. this.balanceAccounts.new_detail_list.push(obj3)
  331. console.log(111,this.balanceAccounts)
  332. this.num = num
  333. console.log('this.num',this.num)
  334. }
  335. })
  336. }else if(this.org_id == 10028){
  337. getPrivateExpenses(params).then(response => {
  338. if (response.data.state == 0) {
  339. // this.$message.error(response.data.msg)
  340. return false
  341. } else {
  342. this.balanceAccounts = response.data.data
  343. let obj = {
  344. type:1,
  345. details: [],
  346. total: 0
  347. }
  348. let obj2 = {
  349. type:2,
  350. details: [],
  351. total: 0
  352. }
  353. let obj3 = {
  354. type:3,
  355. details: [],
  356. total: 0
  357. }
  358. this.balanceAccounts.order_info.map(item => {
  359. if(item.advice_id > 0){
  360. obj.details.push(item)
  361. obj.total += (item.pric * item.advice.prescribing_number)
  362. }else{
  363. if(item.project.type == 2){
  364. obj2.details.push(item)
  365. obj2.total += (item.pric * item.project.count)
  366. }else{
  367. obj3.details.push(item)
  368. obj3.total += (item.pric * item.project.count)
  369. }
  370. }
  371. })
  372. this.balanceAccounts.new_detail_list = []
  373. this.balanceAccounts.new_detail_list.push(obj)
  374. this.balanceAccounts.new_detail_list.push(obj2)
  375. this.balanceAccounts.new_detail_list.push(obj3)
  376. console.log(111,this.balanceAccounts)
  377. }
  378. })
  379. }
  380. }else {
  381. var that = this;
  382. axios.get('http://127.0.0.1:9532/api/settle/query', {
  383. params: {
  384. order_id: order_id,
  385. admin_user_id:this.$store.getters.xt_user.user.id,
  386. }
  387. })
  388. .then(function (response) {
  389. if (response.data.state == 0) {
  390. this.$message.error(response.data.msg);
  391. return false
  392. } else {
  393. console.log("logloglog");
  394. console.log(response.data.data.info);
  395. that.info = response.data.data.info;
  396. console.log(that.info);
  397. that.p_admin = response.data.data.printor_admin;
  398. that.charge_admin = response.data.data.charge_admin;
  399. that.info['p_admin'] = that.p_admin;
  400. that.info['charge_admin'] = that.charge_admin;
  401. that.info['order_number'] = response.data.data.order_number;
  402. that.info['patient'] = response.data.data.patient;
  403. that.info['date'] = response.data.data.date;
  404. that.info['number'] = response.data.data.number;
  405. that.info['order_infos'] = response.data.data.order_infos;
  406. that.info['diagnosis'] = response.data.data.diagnosis;
  407. that.info['org_code'] = response.data.data.org_code;
  408. that.info['org_name'] = response.data.data.org_name;
  409. that.info['doctor_code'] = response.data.data.doctor_code;
  410. that.info['department'] = response.data.data.department;
  411. that.info['health_card_no'] = response.data.data.health_card_no;
  412. that.info['bed_cost_total'] = response.data.data.bedCostTotal;
  413. that.info['bed_cost_self_total'] = response.data.data.bedCostSelfTotal;
  414. that.info['bed_cost_part_self_total'] = response.data.data.bedCostPartSelfTotal;
  415. that.info['operation_cost_total'] = response.data.data.operationCostTotal;
  416. that.info['operation_cost_self_total'] = response.data.data.operationCostSelfTotal;
  417. that.info['operation_cost_part_self_total'] = response.data.data.operationCostPartSelfTotal;
  418. that.info['other_cost_total'] = response.data.data.otherCostTotal;
  419. that.info['other_cost_self_total'] = response.data.data.otherCostSelfTotal;
  420. that.info['other_cost_part_self_total'] = response.data.data.otherCostPartSelfTotal;
  421. that.info['material_cost_total'] = response.data.data.materialCostTotal;
  422. that.info['material_cost_self_total'] = response.data.data.materialCostSelfTotal;
  423. that.info['material_cost_part_self_total'] = response.data.data.materialCostPartSelfTotal;
  424. that.info['western_medicine_cost_total'] = response.data.data.westernMedicineCostTotal;
  425. that.info['western_medicine_cost_self_total'] = response.data.data.westernMedicineCostSelfTotal;
  426. that.info['western_medicine_cost_part_self_total'] = response.data.data.westernMedicineCostPartSelfTotal;
  427. that.info['chinese_traditional_medicine_cost_total'] = response.data.data.chineseTraditionalMedicineCostTotal;
  428. that.info['chinese_traditional_medicine_cost_self_total'] = response.data.data.chineseTraditionalMedicineCostSelfTotal;
  429. that.info['chinese_traditional_medicine_cost_part_self_total'] = response.data.data.chineseTraditionalMedicineCostPartSelfTotal;
  430. that.info['check_cost_total'] = response.data.data.checkCostTotal;
  431. that.info['check_cost_self_total'] = response.data.data.checkCostSelfTotal;
  432. that.info['check_cost_part_self_total'] = response.data.data.checkCostPartSelfTotal;
  433. that.info['laboratory_cost_total'] = response.data.data.laboratoryCostTotal;
  434. that.info['laboratory_cost_self_total'] = response.data.data.laboratoryCostSelfTotal;
  435. that.info['laboratory_cost_part_self_total'] = response.data.data.laboratoryCostPartSelfTotal;
  436. that.info['treat_cost_total'] = response.data.data.treatCostTotal;
  437. that.info['treat_cost_self_total'] = response.data.data.treatCostSelfTotal;
  438. that.info['treat_cost_part_self_total'] = response.data.data.treatCostPartSelfTotal;
  439. that.info['date'] = response.data.data.date;
  440. that.info['number'] = response.data.data.number;
  441. that.info['order_infos'] = response.data.data.order_infos;
  442. that.info['diagnosis'] = response.data.data.diagnosis
  443. let obj = {
  444. type:1,
  445. details: [],
  446. total: 0
  447. }
  448. let obj2 = {
  449. type:2,
  450. details: [],
  451. total: 0
  452. }
  453. let obj3 = {
  454. type:3,
  455. details: [],
  456. total: 0
  457. }
  458. let num = 0
  459. that.info.order_infos.map(item => {
  460. if(item.advice_id > 0){
  461. obj.details.push(item)
  462. obj.total += (item.pric * item.advice.prescribing_number)
  463. num++
  464. }else{
  465. if(item.project.type == 2){
  466. obj2.details.push(item)
  467. obj2.total += (item.pric * item.project.count)
  468. num++
  469. }else{
  470. obj3.details.push(item)
  471. obj3.total += (item.pric * item.project.count)
  472. num++
  473. }
  474. }
  475. })
  476. that.info.new_detail_list = []
  477. that.info.new_detail_list.push(obj)
  478. that.info.new_detail_list.push(obj2)
  479. that.info.new_detail_list.push(obj3)
  480. console.log('123',that.info.new_detail_list)
  481. that.num = num
  482. if(that.paramsObj.settle_type != 1){
  483. that.info.begndate = that.getTimes(that.paramsObj.start_time)
  484. that.info.enddate = that.getTimes(that.paramsObj.end_time)
  485. }
  486. }
  487. })
  488. .catch(function (error) {
  489. });
  490. }
  491. }
  492. },
  493. created() {
  494. console.log(this.paramsObj)
  495. this.getInfo(this.paramsObj.order_id,this.paramsObj);
  496. this.org_id = this.$store.getters.xt_user.org_id;
  497. console.log("this.org_id",this.org_id)
  498. },
  499. watch:{
  500. paramsObj:{//深度监听,可监听到对象、数组的变化
  501. handler(val, oldVal){
  502. this.paramsObj = val;
  503. console.log(this.paramsObj)
  504. this.getInfo(this.paramsObj.order_id,this.paramsObj)
  505. },
  506. deep:true,
  507. immediate:true
  508. }
  509. }
  510. };
  511. </script>
  512. <style>
  513. .dialysis-print-order {
  514. width: 960px;
  515. margin: 0 auto;
  516. }
  517. .dialysis-print-order .order-yy-name {
  518. margin: auto;
  519. text-align: center;
  520. font-size: 20px;
  521. letter-spacing: 5px;
  522. }
  523. .dialysis-print-order .order-title {
  524. margin: auto;
  525. font-weight: 600;
  526. text-align: center;
  527. font-size: 22px;
  528. padding: 10px;
  529. }
  530. .dialysis-print-order .table-box {
  531. width: 100%;
  532. line-height: 23px;
  533. font-size: 14px;
  534. }
  535. .dialysis-print-order .print-table {
  536. width: 100%;
  537. text-align: center;
  538. border-collapse: collapse;
  539. line-height: 40px;
  540. font-size: 14px;
  541. border-color: #000;
  542. }
  543. .dialysis-print-order .print-table-no {
  544. width: 100%;
  545. text-align: center;
  546. border-collapse: collapse;
  547. font-size: 14px;
  548. }
  549. .dialysis-print-order .under-line {
  550. border-bottom: 1px solid #999;
  551. width: 95%;
  552. text-align: center;
  553. margin-left: 2px;
  554. }
  555. .dialysis-print-order .title-box {
  556. text-align: center;
  557. font-size: 16px;
  558. }
  559. .dialysis-print-order .radio-lebel-box {
  560. font-weight: 400;
  561. cursor: pointer;
  562. }
  563. .dialysis-print-order .radio-no {
  564. opacity: 0;
  565. outline: none;
  566. position: absolute;
  567. margin: 0;
  568. width: 0;
  569. height: 0;
  570. z-index: -1;
  571. }
  572. .dialysis-print-order .radio-inner {
  573. white-space: nowrap;
  574. cursor: pointer;
  575. outline: none;
  576. display: inline-block;
  577. line-height: 1;
  578. position: relative;
  579. vertical-align: middle;
  580. }
  581. .dialysis-print-order .radio-fang {
  582. display: inline-block;
  583. position: relative;
  584. border: 1px solid #000;
  585. box-sizing: border-box;
  586. width: 14px;
  587. height: 14px;
  588. background-color: #fff;
  589. z-index: 1;
  590. transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46),
  591. background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46);
  592. }
  593. .dialysis-print-order .is-checked-radio::after {
  594. content: "√";
  595. font-size: 15px;
  596. }
  597. .dialysis-print-order .print-table-no tr td {
  598. padding: 8px 5px;
  599. line-height: 25px;
  600. }
  601. .dialysis-print-order .print-table tr td {
  602. padding: 1px 1px;
  603. /*line-height: 25px;*/
  604. }
  605. .es-img {
  606. height: 30px;
  607. }
  608. .advice-name {
  609. text-align: left;
  610. }
  611. .advice-children {
  612. display: flex;
  613. }
  614. .title-box-pro {
  615. border: 0 #fff;
  616. line-height: 25px;
  617. height: 25px;
  618. text-align: left;
  619. padding-left: 10px !important;
  620. }
  621. .title-box-pro-tr {
  622. border: 0 #fff;
  623. }
  624. .text-align-left {
  625. text-align: left !important;
  626. padding-left: 10px !important;
  627. font-size: 14px !important;
  628. line-height: 25px;
  629. }
  630. .print-table-tr-new td {
  631. line-height: 20px !important;
  632. }
  633. .border-top-solid {
  634. border: solid 1px #000;
  635. }
  636. .print-template-two tr {
  637. line-height: 30px;
  638. }
  639. .table-box1 {
  640. border: 1px solid #000;
  641. width: 100%;
  642. line-height: 30px;
  643. font-size: 14px;
  644. border-collapse: collapse;
  645. }
  646. .table-box1 tr {
  647. border-bottom: 1px solid #000;
  648. }
  649. </style>
  650. <style lang="scss">
  651. .newContainer{
  652. .dialysisPage::-webkit-scrollbar {
  653. height: 15px;
  654. }
  655. .el-date-editor{
  656. .el-input__inner{
  657. padding-right:0px;
  658. }
  659. }
  660. .el-table td, .el-table th{
  661. text-align: center;
  662. }
  663. }
  664. .newContainer::-webkit-scrollbar{
  665. height: 15px !important;
  666. }
  667. </style>