12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178 |
- <template>
- <div class="checkInspection" style="margin-top: -200px">
- <div class="headline">检验检查</div>
- <div class="allCheck">
- <div class="example1">
- <div class="mainTitle">
- <el-button type="primary" class="word">| 血常规</el-button>
-
- <div style="float: right">
- <p class="checkDate">检查日期</p>
- <el-date-picker
- v-model="xcg_date"
- type="monthrange"
- style="width: 300px;"
- range-separator="-"
- value-format="timestamp"
- start-placeholder="开始月份"
- @change="xcgChange"
- end-placeholder="结束月份">
- </el-date-picker>
- </div>
-
- </div>
- <div class="left1">
-
- </div>
-
- <div class="right">
- <div class="rightOne">
- <p class="title">白细胞</p>
- <el-input placeholder="请输入内容" v-model="bxb" :disabled="true">
- </el-input>
- <p class="unit">×10^9/L</p>
- <el-button type="primary" class="copy" v-clipboard:copy="bxb"
- v-clipboard:success="onCopy" v-clipboard:error="onError">复制</el-button>
- </div>
- <div class="rightOne">
- <p class="title">血红蛋白</p>
- <el-input placeholder="请输入内容" v-model="xhdb" :disabled="true">
- </el-input>
- <p class="unit">g/L</p>
- <el-button type="primary" class="copy" v-clipboard:copy="xhdb"
- v-clipboard:success="onCopy" v-clipboard:error="onError">复制</el-button>
- </div>
- <div class="rightOne">
- <p class="title">红细胞计数</p>
- <el-input placeholder="请输入内容" v-model="hxbjs" :disabled="true">
- </el-input>
- <p class="unit">×10^12/L</p>
- <el-button type="primary" class="copy" v-clipboard:copy="hxbjs"
- v-clipboard:success="onCopy" v-clipboard:error="onError">复制</el-button>
- </div>
- <div class="rightOne">
- <p class="title">红细胞压积</p>
- <el-input placeholder="请输入内容" v-model="hxbyj" :disabled="true">
- </el-input>
- <p class="unit">%</p>
- <el-button type="primary" class="copy" v-clipboard:copy="hxbyj"
- v-clipboard:success="onCopy" v-clipboard:error="onError">复制</el-button>
- </div>
- <div class="rightOne">
- <p class="title">网织红细胞计数</p>
- <el-input placeholder="请输入内容" v-model="wzhxbjs" :disabled="true">
- </el-input>
- <p class="unit">%</p>
- <el-button type="primary" class="copy" v-clipboard:copy="wzhxbjs"
- v-clipboard:success="onCopy" v-clipboard:error="onError">复制</el-button>
- </div>
- <div class="rightOne noBottom">
- <p class="title">血小板</p>
- <el-input placeholder="请输入内容" v-model="xxb" :disabled="true">
- </el-input>
- <p class="unit">×10^9/L</p>
- <el-button type="primary" class="copy" v-clipboard:copy="xxb"
- v-clipboard:success="onCopy" v-clipboard:error="onError">复制</el-button>
- </div>
- </div>
-
- </div>
-
- <div class="example1 noTop">
- <div class="mainTitle">
- <el-button type="primary" class="word">| 骨矿物质代谢</el-button>
- <div style="float: right">
- <p class="checkDate">检查日期</p>
- <el-date-picker
- v-model="gkwz_date"
- type="monthrange"
- style="width: 300px;"
- range-separator="-"
- value-format="timestamp"
- start-placeholder="开始月份"
- @change="gkwzChange"
-
- end-placeholder="结束月份">
- </el-date-picker>
- </div>
- </div>
- <div class="left1">
-
- </div>
- <div class="right">
- <div class="rightOne">
- <p class="title">血总钙</p>
- <el-input placeholder="请输入内容" v-model="xzg" :disabled="true">
- </el-input>
- <p class="unit">mmol/L</p>
- <el-button type="primary" class="copy" v-clipboard:copy="xzg"
- v-clipboard:success="onCopy" v-clipboard:error="onError">复制</el-button>
- </div>
- <div class="rightOne">
- <p class="title">游离钙</p>
- <el-input placeholder="请输入内容" v-model="ylg" :disabled="true">
- </el-input>
- <p class="unit">mmol/L</p>
- <el-button type="primary" class="copy" v-clipboard:copy="ylg"
- v-clipboard:success="onCopy" v-clipboard:error="onError">复制</el-button>
- </div>
- <div class="rightOne">
- <p class="title">血磷</p>
- <el-input placeholder="请输入内容" v-model="xl" :disabled="true">
- </el-input>
- <p class="unit">mmol/L</p>
- <el-button type="primary" class="copy" v-clipboard:copy="xl"
- v-clipboard:success="onCopy" v-clipboard:error="onError">复制</el-button>
- </div>
- <div class="rightOne">
- <p class="title">钙磷乘积</p>
- <el-input placeholder="请输入内容" :disabled="true">
- </el-input>
-
- <el-button type="primary" class="copy" v-clipboard:copy=""
- v-clipboard:success="onCopy" v-clipboard:error="onError">复制</el-button>
- </div>
- <div>
- <div class="rightOne noBottom">
- <p class="title">全段甲状旁腺激素(IPTH)</p>
- <el-input
- placeholder="请输入内容"
- v-model="ipth"
- :disabled="true"
- >
- </el-input>
- <p class="unit">pg/ml</p>
- <el-button type="primary" class="copy" v-clipboard:copy="ipth"
- v-clipboard:success="onCopy" v-clipboard:error="onError">复制</el-button>
- </div>
- <div class="rightOne">
- <p class="title">AKP(ALP碱性磷酸酶)</p>
- <el-input
- placeholder="请输入内容"
- v-model="akp"
- :disabled="true"
- >
- </el-input>
- <p class="unit">pg/ml</p>
- <el-button type="primary" class="copy" v-clipboard:copy="akp"
- v-clipboard:success="onCopy" v-clipboard:error="onError">复制</el-button>
- </div>
- </div>
- </div>
- </div>
- <div class="example2 noTop">
- <div class="mainTitle">
- <el-button type="primary" class="word">| 铁代谢</el-button>
- <div class="next">
- </div>
- <div style="float: right">
- <p class="checkDate">检查日期</p>
- <el-date-picker
- v-model="tdx_date"
- type="monthrange"
- style="width: 300px;"
- range-separator="-"
- value-format="timestamp"
- start-placeholder="开始月份"
- @change="tdxChange"
- end-placeholder="结束月份">
- </el-date-picker>
- </div>
- </div>
- <div class="left2">
-
- </div>
- <div class="right">
- <div class="rightOne">
- <p class="title">血清铁</p>
- <el-input placeholder="请输入内容" v-model="xqt" :disabled="true">
- </el-input>
- <p class="unit">μmol/L</p>
- <el-button type="primary" class="copy" v-clipboard:copy="xqt"
- v-clipboard:success="onCopy" v-clipboard:error="onError">复制</el-button>
- </div>
- <div class="rightOne">
- <p class="title">总铁结合力</p>
- <el-input placeholder="请输入内容" v-model="ztjhl" :disabled="true">
- </el-input>
- <p class="unit">μmol/L</p>
- <el-button type="primary" class="copy" v-clipboard:copy="ztjhl"
- v-clipboard:success="onCopy" v-clipboard:error="onError">复制</el-button>
- </div>
-
- <div class="rightOne">
- <p class="title">转铁饱和度</p>
- <el-input placeholder="请输入内容" v-model="ztbhd" :disabled="true">
- </el-input>
- <p class="unit">μg/L</p>
- <el-button type="primary" class="copy" v-clipboard:copy="ztbhd"
- v-clipboard:success="onCopy" v-clipboard:error="onError">复制</el-button>
- </div>
- <div class="rightOne noBottom">
- <p class="title">铁蛋白</p>
- <el-input placeholder="请输入内容" v-model="tdb" :disabled="true">
- </el-input>
- <p class="unit">μg/L</p>
- <el-button type="primary" class="copy" v-clipboard:copy="tdb"
- v-clipboard:success="onCopy" v-clipboard:error="onError">复制</el-button>
- </div>
- </div>
- </div>
- <div class="example3 noTop">
- <div class="mainTitle">
- <el-button type="primary" class="word">| 生化检查(透析前)</el-button>
- <div class="next">
- </div>
- <div style="float: right">
- <p class="checkDate">检查日期</p>
- <el-date-picker
- v-model="shjc_date"
- type="monthrange"
- style="width: 300px;"
- range-separator="-"
- value-format="timestamp"
- start-placeholder="开始月份"
- @change="shjcChange"
- end-placeholder="结束月份">
- </el-date-picker>
- </div>
- </div>
- <div class="left3">
-
- </div>
- <div class="right">
- <div class="rightOne">
- <p class="title">尿素</p>
- <el-input placeholder="请输入内容" v-model="ns" :disabled="true">
- </el-input>
- <p class="unit">mmol/L</p>
- <el-button type="primary" class="copy" v-clipboard:copy="ns"
- v-clipboard:success="onCopy" v-clipboard:error="onError">复制</el-button>
- </div>
- <div class="rightOne">
- <p class="title">肌酐</p>
- <el-input placeholder="请输入内容" v-model="jg" :disabled="true">
- </el-input>
- <p class="unit">μmol/L</p>
- <el-button type="primary" class="copy" v-clipboard:copy="jg"
- v-clipboard:success="onCopy" v-clipboard:error="onError">复制</el-button>
- </div>
- <div class="rightOne">
- <p class="title">血尿酸</p>
- <el-input placeholder="请输入内容" v-model="xns" :disabled="true">
- </el-input>
- <p class="unit">μmol/L</p>
- <el-button type="primary" class="copy" v-clipboard:copy="xns"
- v-clipboard:success="onCopy" v-clipboard:error="onError">复制</el-button>
- </div>
- <div class="rightOne">
- <p class="title">血总蛋白</p>
- <el-input placeholder="请输入内容" v-model="xzdb" :disabled="true">
- </el-input>
- <p class="unit">g/L</p>
- <el-button type="primary" class="copy" v-clipboard:copy="xzdb"
- v-clipboard:success="onCopy" v-clipboard:error="onError">复制</el-button>
- </div>
- <div>
- <div class="rightOne noBottom">
- <p class="title">血白蛋白</p>
- <el-input
- placeholder="请输入内容"
- v-model="xbdb"
- :disabled="true"
- >
- </el-input>
- <p class="unit">g/L</p>
- <el-button type="primary" class="copy" v-clipboard:copy="xbdb"
- v-clipboard:success="onCopy" v-clipboard:error="onError">复制</el-button>
- </div>
- <div class="rightOne">
- <p class="title">丙氨酸氨基转移酶(ALT)</p>
- <el-input
- placeholder="请输入内容"
- v-model="alt"
- :disabled="true"
- >
- </el-input>
- <p class="unit">IU/L</p>
- <el-button type="primary" class="copy" v-clipboard:copy="alt"
- v-clipboard:success="onCopy" v-clipboard:error="onError">复制</el-button>
- </div>
- </div>
- <div class="rightOne">
- <p class="title">总胆红素</p>
- <el-input placeholder="请输入内容" v-model="zdhs" :disabled="true">
- </el-input>
- <p class="unit">μmol/L</p>
- <el-button type="primary" class="copy" v-clipboard:copy="zdhs"
- v-clipboard:success="onCopy" v-clipboard:error="onError">复制</el-button>
- </div>
- <div class="rightOne">
- <p class="title">甘油三酯</p>
- <el-input placeholder="请输入内容" v-model="gysz" :disabled="true">
- </el-input>
- <p class="unit">mmol/L</p>
- <el-button type="primary" class="copy" v-clipboard:copy="gysz"
- v-clipboard:success="onCopy" v-clipboard:error="onError">复制</el-button>
- </div>
-
- <div class="rightOne">
- <p class="title">低密度脂蛋白</p>
- <el-input placeholder="请输入内容" v-model="dmdzdb" :disabled="true">
- </el-input>
- <p class="unit">mmol/L</p>
- <el-button type="primary" class="copy" v-clipboard:copy="dmdzdb"
- v-clipboard:success="onCopy" v-clipboard:error="onError">复制</el-button>
- </div>
- <div class="rightOne">
- <p class="title">高密度脂蛋白</p>
- <el-input placeholder="请输入内容" v-model="gmdzdb" :disabled="true">
- </el-input>
- <p class="unit">mmol/L</p>
- <el-button type="primary" class="copy" v-clipboard:copy="gmdzdb"
- v-clipboard:success="onCopy" v-clipboard:error="onError">复制</el-button>
- </div>
- <div class="rightOne">
- <p class="title">血糖</p>
- <el-input placeholder="请输入内容" v-model="xt" :disabled="true">
- </el-input>
- <p class="unit">mmol/L</p>
- <el-button type="primary" class="copy" v-clipboard:copy="xt"
- v-clipboard:success="onCopy" v-clipboard:error="onError">复制</el-button>
- </div>
- <div class="rightOne">
- <p class="title">血钾</p>
- <el-input placeholder="请输入内容" v-model="xj" :disabled="true">
- </el-input>
- <p class="unit">mmol/L</p>
- <el-button type="primary" class="copy" v-clipboard:copy="xj"
- v-clipboard:success="onCopy" v-clipboard:error="onError">复制</el-button>
- </div>
- <div class="rightOne">
- <p class="title">血钠</p>
- <el-input placeholder="请输入内容" v-model="xn" :disabled="true">
- </el-input>
- <p class="unit">mmol/L</p>
- <el-button type="primary" class="copy" v-clipboard:copy="xn"
- v-clipboard:success="onCopy" v-clipboard:error="onError">复制</el-button>
- </div>
- <div class="rightOne">
- <p class="title">血氯</p>
- <el-input placeholder="请输入内容" v-model="xc" :disabled="true">
- </el-input>
- <p class="unit">mmol/L</p>
- <el-button type="primary" class="copy" v-clipboard:copy="xc"
- v-clipboard:success="onCopy" v-clipboard:error="onError">复制</el-button>
- </div>
- <div class="rightOne">
- <p class="title">血镁</p>
- <el-input placeholder="请输入内容" v-model="xm" :disabled="true">
- </el-input>
- <p class="unit">mmol/L</p>
- <el-button type="primary" class="copy" v-clipboard:copy="xm"
- v-clipboard:success="onCopy" v-clipboard:error="onError">复制</el-button>
- </div>
- <div class="rightOne">
- <p class="title">血沉</p>
- <el-input placeholder="请输入内容" v-model="xchen" :disabled="true">
- </el-input>
- <p class="unit">mm/h</p>
- <el-button type="primary" class="copy" v-clipboard:copy="xchen"
- v-clipboard:success="onCopy" v-clipboard:error="onError">复制</el-button>
- </div>
- <div class="rightOne noBottom">
- <p class="title">二氧化碳</p>
- <el-input placeholder="请输入内容" v-model="xe" :disabled="true">
- </el-input>
- <p class="unit">mmol/L</p>
- <el-button type="primary" class="copy" v-clipboard:copy="xe"
- v-clipboard:success="onCopy" v-clipboard:error="onError">复制</el-button>
- </div>
- </div>
- </div>
- <div class="example4 noTop">
- <div class="mainTitle">
- <el-button type="primary" class="word">| 营养与炎症</el-button>
- <div class="next">
- </div>
- <div style="float: right">
- <p class="checkDate">检查日期</p>
- <el-date-picker
- v-model="yyyyz_date"
- type="monthrange"
- style="width: 300px;"
- range-separator="-"
- value-format="timestamp"
- start-placeholder="开始月份"
- @change="yyyyzChange"
- end-placeholder="结束月份">
- </el-date-picker>
- </div>
- </div>
- <div class="left4">
- </div>
- <div class="right">
- <div class="rightOne">
- <p class="title">C反应蛋白</p>
- <el-input placeholder="请输入内容" v-model="cfydb" :disabled="true">
- </el-input>
- <p class="unit">mg/dL</p>
- <el-button type="primary" class="copy" v-clipboard:copy="cfydb"
- v-clipboard:success="onCopy" v-clipboard:error="onError">复制</el-button>
- </div>
- <div class="rightOne">
- <p class="title">前白蛋白</p>
- <el-input placeholder="请输入内容" v-model="qbdb" :disabled="true">
- </el-input>
- <p class="unit">mg/dL</p>
- <el-button type="primary" class="copy" v-clipboard:copy="qbdb"
- v-clipboard:success="onCopy" v-clipboard:error="onError">复制</el-button>
- </div>
-
- <div class="rightOne noBottom">
- <p class="title">β2微白蛋白</p>
- <el-input placeholder="请输入内容" v-model="b2wdb" :disabled="true">
- </el-input>
- <p class="unit">mg/dL</p>
- <el-button type="primary" class="copy" v-clipboard:copy="b2wdb"
- v-clipboard:success="onCopy" v-clipboard:error="onError">复制</el-button>
- </div>
-
- </div>
- </div>
- <div class="example5 noTop">
- <div class="mainTitle">
- <el-button type="primary" class="word">| 传染病学指标</el-button>
- <div class="next">
- </div>
- <div style="float: right">
- <p class="checkDate">检查日期</p>
- <el-date-picker
- v-model="crbxzb_date"
- type="monthrange"
- style="width: 300px;"
- range-separator="-"
- value-format="timestamp"
- start-placeholder="开始月份"
- @change="crbxzbChange"
- end-placeholder="结束月份">
- </el-date-picker>
- </div>
- </div>
- <div class="left5">
-
- </div>
- <div class="right">
- <div class="rightOne">
- <p class="title1">乙型肝炎病毒表面抗原<br />(HBsAg)</p>
- <el-input placeholder="请输入内容" v-model="hbsag" :disabled="true">
- </el-input>
-
- <el-button type="primary" class="copy" v-clipboard:copy="hbsag"
- v-clipboard:success="onCopy" v-clipboard:error="onError">复制</el-button>
- </div>
- <div class="rightOne">
- <p class="title1">乙型肝炎病毒表面抗体<br />(AntiHBs)</p>
- <el-input placeholder="请输入内容" v-model="antihbs" :disabled="true">
- </el-input>
- <el-button type="primary" class="copy" v-clipboard:copy="antihbs"
- v-clipboard:success="onCopy" v-clipboard:error="onError">复制</el-button>
- </div>
- <div class="rightOne">
- <p class="title1">乙型肝炎病毒E坑抗原<br />(HBeAg)</p>
- <el-input placeholder="请输入内容" v-model="hbeag" :disabled="true">
- </el-input>
-
- <el-button type="primary" class="copy" v-clipboard:copy="hbeag"
- v-clipboard:success="onCopy" v-clipboard:error="onError">复制</el-button>
- </div>
- <div class="rightOne">
- <p class="title1">乙型肝炎病毒E抗体<br />(AntiHBe)</p>
- <el-input placeholder="请输入内容" v-model="antihbe" :disabled="true">
- </el-input>
- <el-button type="primary" class="copy" v-clipboard:copy="antihbe"
- v-clipboard:success="onCopy" v-clipboard:error="onError">复制</el-button>
- </div>
- <div class="rightOne">
- <p class="title1">乙型肝炎病毒核心抗体<br />(AntiHBc)</p>
- <el-input placeholder="请输入内容" v-model="antihbc" :disabled="true">
- </el-input>
- <el-button type="primary" class="copy" v-clipboard:copy="antihbc"
- v-clipboard:success="onCopy" v-clipboard:error="onError">复制</el-button>
- </div>
- <div class="rightOne">
- <p class="title1">乙肝病毒DNA测定<br />(HBVDNA)</p>
- <el-input placeholder="请输入内容" v-model="hbvdna" :disabled="true">
- </el-input>
- <p class="unit">copies/mL</p>
- <el-button type="primary" class="copy" v-clipboard:copy="hbvdna"
- v-clipboard:success="onCopy" v-clipboard:error="onError">复制</el-button>
- </div>
- <div class="rightOne">
- <p class="title1">丙型肝炎病毒抗体<br />(AntiHCV)</p>
- <el-input placeholder="请输入内容" v-model="antihcv" :disabled="true">
- </el-input>
- <el-button type="primary" class="copy" v-clipboard:copy="antihcv"
- v-clipboard:success="onCopy" v-clipboard:error="onError">复制</el-button>
- </div>
- <div class="rightOne">
- <p class="title1">丙肝病毒RNA测定<br />(HCVRNA)</p>
- <el-input placeholder="请输入内容" v-model="hcvrna" :disabled="true">
- </el-input>
- <p class="unit">copies/mL</p>
- <el-button type="primary" class="copy" v-clipboard:copy="hcvrna"
- v-clipboard:success="onCopy" v-clipboard:error="onError">复制</el-button>
- </div>
- <div class="rightOne">
- <p class="title">HV抗体</p>
- <el-input placeholder="请输入内容" v-model="hivkt" :disabled="true">
- </el-input>
- <el-button type="primary" class="copy" v-clipboard:copy="hivkt"
- v-clipboard:success="onCopy" v-clipboard:error="onError">复制</el-button>
- </div>
- <div class="rightOne noBottom">
- <p class="title">梅毒</p>
- <el-input placeholder="请输入内容" v-model="md" :disabled="true">
- </el-input>
- <el-button type="primary" class="copy" v-clipboard:copy="md"
- v-clipboard:success="onCopy" v-clipboard:error="onError">复制</el-button>
- </div>
-
- </div>
- </div>
- <div class="example6 noTop">
- <div class="mainTitle">
- <el-button type="primary" class="word">| 结核</el-button>
- <div class="next">
- </div>
- <div style="float: right">
- <p class="checkDate">检查日期</p>
- <el-date-picker
- v-model="jh_date"
- type="monthrange"
- style="width: 300px;"
- range-separator="-"
- value-format="timestamp"
- start-placeholder="开始月份"
- @change="jhChange"
- end-placeholder="结束月份">
- </el-date-picker>
- </div>
- </div>
- <div class="left6">
-
- </div>
- <div class="right">
- <div class="rightOne">
- <p class="title">结核抗体</p>
- <el-input placeholder="请输入内容" v-model="jhkt" :disabled="true">
- </el-input>
- <el-button type="primary" class="copy" v-clipboard:copy="jhkt"
- v-clipboard:success="onCopy" v-clipboard:error="onError">复制</el-button>
- </div>
- <div class="rightOne noBottom">
- <p class="title">结核菌素试验</p>
- <el-input placeholder="请输入内容" v-model="jhjssy" :disabled="true">
- </el-input>
- <el-button type="primary" class="copy" v-clipboard:copy="jhjssy"
- v-clipboard:success="onCopy" v-clipboard:error="onError">复制</el-button>
- </div>
- </div>
- </div>
- </div>
- </div>
- </template>
-
- <script>
- import { getDataConfig } from '@/utils/data'
- import {
- uParseTime
- } from '@/utils/tools'
- import {
- GetUploadInspections,GetInitInspections
- } from '@/api/inspection'
-
- export default {
- name: 'Two',
- components: { },
-
- data() {
- return {
- value1:'',
- input:'',
- radio:'',
-
-
- xcg_date:'',
- gkwz_date:'',
- tdx_date:'',
- shjc_date:'',
- yyyyz_date:'',
- crbxzb_date:'',
- jh_date:'',
-
-
-
- routine_blood_test:[],
- bone_mineral_metabolism:[],
- iron_metabolism:[],
- biochemical_test:[],
- inflammation:[],
- contagion:[],
- phthisis:[],
- inspection_reference:[],
-
-
- bxb:'',
- xhdb:'',
- hxbjs:'',
- hxbyj:'',
- wzhxbjs:'',
- xxb:'',
-
-
- xzg:'',
- ylg:'',
- xl:'',
- ipth:'',
- akp:'',
-
-
- xqt:'',
- ztjhl:'',
- ztbhd:'',
- tdb:'',
-
-
- ns:'',
- jg:'',
- xns:'',
- xzdb:'',
- xbdb:'',
- alt:'',
- zdhs:'',
- gysz:'',
- dmdzdb:'',
- gmdzdb:'',
- xt:'',
- xj:'',
- xn:'',
- xc:'',
- xm:'',
- xchen:'',
- xe:'',
-
-
- cfydb:'',
- qbdb:'',
- b2wdb:'',
-
-
-
- hbsag:'',
- antihbs:'',
- hbeag:'',
- antihbe:'',
- antihbc:'',
- hbvdna:'',
- antihcv:'',
- hcvrna:'',
- hivkt:'',
- md:'',
-
-
- jhkt:'',
- jhjssy:'',
-
-
- patient_id:0,
-
- }
- },
- created() {
- },
- methods: {
- GetInitInspections(){
-
- GetInitInspections()
- .then(response => {
- if (response.data.state ==1) {
- this.inspection_reference = response.data.data.references
- } else {
- // this.$notify.error({
- // title: '错误',
- // message: '网络异常'
- // })
- }
- }).catch(err => {
- // this.$notify.error({
- // title: '错误',
- // message: '网络异常'
- // })
- })
-
- },
- getTime(val){
- return uParseTime(val, '{y}年{m}月{d}日')
- }, GetUploadInspections(id,start_time,end_time,type,project) {
- this.patient_id = id
- let params = {
- patient: id,
- project_id: project,
- start_time: start_time,
- end_time : end_time,
- type: type,
- project:project,
- }
- GetUploadInspections(params)
- .then(response => {
- if (response.data.state === 1) {
- switch (response.data.data.type) {
- case 1:
- if(response.data.data.inspections != null){
- if(response.data.data.inspections.length > 0){
- this.bxb = response.data.data.inspections[0].inspect_value
- this.xhdb = response.data.data.inspections[3].inspect_value
- this.hxbjs = response.data.data.inspections[6].inspect_value
- this.hxbyj = response.data.data.inspections[7].inspect_value
- this.wzhxbjs = response.data.data.inspections[5].inspect_value
- this.xxb = response.data.data.inspections[8].inspect_value
- }
- }else{
-
- this.bxb = ''
- this.xhdb =''
- this.hxbjs = ''
- this.hxbyj =''
- this.wzhxbjs = ''
- this.xxb = ''
-
- }
- break
- case 2:
- if(response.data.data.inspections != null){
- if(response.data.data.inspections.length > 0){
- this.xzg = response.data.data.inspections[16].inspect_value
- this.ylg = response.data.data.inspections[11].inspect_value
- this.xl = response.data.data.inspections[18].inspect_value
- this.ipth = response.data.data.inspections[20].inspect_value
- this.akp = response.data.data.inspections[4].inspect_value
-
- }
- }else{
- this.xzg =''
- this.ylg =''
- this.xl = ''
- this.ipth = ''
- this.akp = ''
-
- }
- break
- case 3:
- if(response.data.data.inspections != null){
- if(response.data.data.inspections.length > 0){
- this.xqt = response.data.data.inspections[0].inspect_value
- this.ztjhl = response.data.data.inspections[2].inspect_value
- this.ztbhd = response.data.data.inspections[3].inspect_value
- this.tdb = response.data.data.inspections[1].inspect_value
-
- }
- }else{
-
-
- this.xqt = ''
- this.ztjhl = ''
- this.ztbhd = ''
- this.tdb =''
-
- }
- break
- case 4:
- if(response.data.data.inspections != null){
- if(response.data.data.inspections.length > 0){
- this.ns = response.data.data.inspections[19].inspect_value
- this.jg = response.data.data.inspections[22].inspect_value
- this.xns = response.data.data.inspections[20].inspect_value
- this.xzdb = response.data.data.inspections[3].inspect_value
- this.xbdb = response.data.data.inspections[5].inspect_value
- this.alt = response.data.data.inspections[0].inspect_value
- this.zdhs = response.data.data.inspections[6].inspect_value
- this.gysz = response.data.data.inspections[24].inspect_value
- this.dmdzdb = response.data.data.inspections[27].inspect_value
- this.gmdzdb = response.data.data.inspections[26].inspect_value
- this.xt = response.data.data.inspections[29].inspect_value
- this.xj = response.data.data.inspections[13].inspect_value
- this.xn = response.data.data.inspections[14].inspect_value
- this.xc = response.data.data.inspections[15].inspect_value
- this.xm = response.data.data.inspections[9].inspect_value
- this.xchen = response.data.data.inspections[10].inspect_value
- this.xe = response.data.data.inspections[12].inspect_value
-
- }
- }else{
-
- this.ns = ''
- this.jg = ''
- this.xns =''
- this.xzdb = ''
- this.xbdb = ''
- this.alt = ''
- this.zdhs =''
- this.gysz = ''
- this.dmdzdb =''
- this.gmdzdb = ''
- this.xt = ''
- this.xj = ''
- this.xn = ''
- this.xc = ''
- this.xm = ''
- this.xchen = ''
- this.xe = ''
-
-
- }
- break
- case 5:
- if(response.data.data.inspections != null){
- if(response.data.data.inspections.length > 0){
- this.cfydb = response.data.data.inspections[5].inspect_value
- this.qbdb = response.data.data.inspections[6].inspect_value
- this.b2wdb = response.data.data.inspections[2].inspect_value
-
- }
- }else{
-
- this.cfydb =''
- this.qbdb = ''
- this.b2wdb = ''
-
-
- }
- break
- case 6:
- if(response.data.data.inspections != null){
- if(response.data.data.inspections.length > 0){
- this.hbsag = response.data.data.inspections[1].inspect_value
- this.antihbs = response.data.data.inspections[2].inspect_value
- this.hbeag = response.data.data.inspections[3].inspect_value
- this.antihbe = response.data.data.inspections[4].inspect_value
- this.antihbc = response.data.data.inspections[5].inspect_value
- this.hbvdna = response.data.data.inspections[8].inspect_value
- this.antihcv = response.data.data.inspections[0].inspect_value
- this.hcvrna = response.data.data.inspections[9].inspect_value
- this.hivkt = response.data.data.inspections[6].inspect_value
- this.md = response.data.data.inspections[7].inspect_value
-
- //
- }
- }else{
-
- this.hbsag = ''
- this.antihbs = ''
- this.hbeag = ''
- this.antihbe = ''
- this.antihbc = ''
- this.hbvdna = ''
- this.antihcv = ''
- this.hcvrna =''
- this.hivkt = ''
- this.md = ''
-
-
- }
- break
- case 7:
- if(response.data.data.inspections != null){
- if(response.data.data.inspections.length > 0){
- this.jhkt = response.data.data.inspections[0].inspect_value
- this.jhjssy = response.data.data.inspections[1].inspect_value
- }
- }else{
- this.jhkt = ''
- this.jhjssy = ''
-
- }
- break
-
- }
-
-
- } else {
- // this.$notify.error({
- // title: '错误',
- // message: '网络异常'
- // })
- }
- }).catch(err => {
- // this.$notify.error({
- // title: '错误',
- // message: '网络异常'
- // })
- })
- },getMaritalType(id){
- for(let i = 0; i < this.maritalOptions.length; i++){
- if(this.maritalOptions[i].id == id){
- return this.maritalOptions[i].name
- }
- }
- },getEducationType(id){
- for(let i = 0; i < this.educationOptions.length; i++){
- if(this.educationOptions[i].id == id){
- return this.educationOptions[i].name
- }
- }
- },getProfessionType(id){
- for(let i = 0; i < this.professionOptions.length; i++){
- if(this.professionOptions[i].id == id){
- return this.professionOptions[i].name
- }
- }
- },onCopy(){
- this.$message.success('复制成功')
-
- },onError(){
- this.$message.success('复制失败,请重试')
- },xcgChange(val){
-
- this.GetUploadInspections(this.patient_id,val[0]/1000,val[1]/1000,1,"1")
-
- },gkwzChange(val){
- this.GetUploadInspections(this.patient_id,val[0]/1000,val[1]/1000,2,"2-4-20")
-
-
-
- },tdxChange(val){
-
- this.GetUploadInspections(this.patient_id,val[0]/1000,val[1]/1000,3,"21")
-
-
- },shjcChange(val){
- this.GetUploadInspections(this.patient_id,val[0]/1000,val[1]/1000,4,"2-4-15-24-25")
-
-
-
-
- },yyyyzChange(val){
- this.GetUploadInspections(this.patient_id,val[0]/1000,val[1]/1000,5,"15-23")
-
-
-
- },crbxzbChange(val){
- this.GetUploadInspections(this.patient_id,val[0]/1000,val[1]/1000,6,"14")
-
-
-
- },jhChange(val){
- this.GetUploadInspections(this.patient_id,val[0]/1000,val[1]/1000,7,"22")
-
-
-
- }
-
- }
- }
- </script>
-
-
- <style lang="scss">
- .checkInspection {
- float: left;
- width: 86%;
- padding-left: 20px;
- .headline {
- height: 30px;
- line-height: 30px;
- margin-bottom: 10px;
- }
-
- .example1 {
- width: 100%;
- height: 350px;
- border-top: 1px solid #ccc;
- border-bottom: 1px solid #ccc;
- box-sizing: border-box;
- }
- .example2 {
- width: 100%;
- height: 250px;
- border-top: 1px solid #ccc;
- border-bottom: 1px solid #ccc;
- box-sizing: border-box;
- }
- .example3 {
- width: 100%;
- height: 950px;
- border-top: 1px solid #ccc;
- border-bottom: 1px solid #ccc;
- box-sizing: border-box;
- }
- .example4 {
- width: 100%;
- height: 200px;
- border-top: 1px solid #ccc;
- border-bottom: 1px solid #ccc;
- box-sizing: border-box;
- }
- .example5 {
- width: 100%;
- height: 550px;
- border-top: 1px solid #ccc;
- border-bottom: 1px solid #ccc;
- box-sizing: border-box;
- }
- .example6 {
- width: 100%;
- height: 150px;
- border-top: 1px solid #ccc;
- border-bottom: 1px solid #ccc;
- box-sizing: border-box;
- }
- .mainTitle {
- width: 100%;
- height: 50px;
- padding-top: 6px;
- box-sizing: border-box;
- border-bottom: 1px solid #ccc;
- .word {
- float: left;
- }
- .next {
- float: right;
- }
- }
- .left1 {
- float: left;
- width: 18%;
- height: 300px;
- border-right: 1px solid #ccc;
- padding-top: 10px;
- }
- .left2 {
- float: left;
- width: 18%;
- height: 200px;
- border-right: 1px solid #ccc;
- padding-top: 10px;
- }
- .left3 {
- float: left;
- width: 18%;
- height: 900px;
- border-right: 1px solid #ccc;
- padding-top: 10px;
- }
- .left4 {
- float: left;
- width: 18%;
- height: 150px;
- border-right: 1px solid #ccc;
- padding-top: 10px;
- }
- .left5 {
- float: left;
- width: 18%;
- height: 500px;
- border-right: 1px solid #ccc;
- padding-top: 10px;
- }
- .left6 {
- float: left;
- width: 18%;
- height: 100px;
- border-right: 1px solid #ccc;
- padding-top: 10px;
- }
- .checkDate {
- float: left;
- height: 36px;
- line-height: 36px;
- font-size: 12px;
- margin-right: 10px;
- }
- .el-date-editor {
- float: left;
- width: 130px;
- }
- .hint {
- width: 130px;
- font-size: 12px;
- float: right;
- margin-right: 8px;
- margin-top: 2px;
- }
- .right {
- float: left;
- width: 82%;
- // height: 100%;
- overflow: hidden;
- .rightOne {
- height: 50px;
- border-bottom: 1px solid #ccc;
- }
- .noBottom {
- border-bottom: none;
- }
- .title {
- float: left;
- width: 160px;
- font-size: 12px;
- padding-left: 10px;
- line-height: 50px;
-
- }
- .title1 {
- float: left;
- width: 160px;
- font-size: 12px;
- padding-left: 10px;
- margin-top: 12px;
- }
- .el-input {
- float: left;
- width: 300px;
- line-height: 50px;
-
- }
- .unit {
- float: left;
- margin-left: 20px;
- font-size: 12px;
- width: 130px;
- line-height: 50px;
- }
- .unidentified {
- float: left;
- font-size: 12px;
- line-height: 50px;
- }
- .unidentified1 {
- float: left;
- font-size: 12px;
- line-height: 50px;
- margin-left: 151px;
- }
- .copy {
- float: left;
- margin-left: 20px !important;
- margin-top: 6px;
- }
- .copy1 {
- margin-left: 194px;
- }
- .copy2 {
- margin-left: 44px;
- }
- .el-radio{
- margin-right: 0 !important;
- }
- .el-radio__label{
- font-size: 12px;
- }
- }
-
- .noTop {
- border-top: none;
- }
- }
- </style>
|