Merge pull request #267 feature-NEWDWH2021-1118 into develop

This commit is contained in:
朝倉 明日香 2023-09-05 12:00:28 +09:00
commit 7d4d1d33b0
2 changed files with 25 additions and 9 deletions

View File

@ -5,7 +5,7 @@
}
body {
margin: 8px;
margin: 8px;
background-color: LightCyan;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, " Pゴシック", "MS PGothic", sans-serif;
}
@ -217,11 +217,11 @@ table{
}
.instDataCenter{
width: 7%;
width: 10%;
}
.instDataRight{
width: 25%;
width: 22%;
}
/*NO5にて追加 END*/
@ -280,15 +280,15 @@ table{
}
.doctorSearchBt{
min-width: 180px;
min-width: 180px;
}
.doctorInfoBt{
min-width: 105px;
min-width: 105px;
}
.instSearchBt{
min-width: 180px;
min-width: 180px;
}
.instHeaderTable{
@ -354,6 +354,22 @@ table{
border : solid 1px;
}
.captionSickBed{
width : 10%;
}
.captionMenteDate{
width: 10%;
}
.menteDate{
width: 14%;
}
.menteDateTextbox{
width: 85%;
}
.hpAssrtTd{
width: 12%;
}

View File

@ -228,7 +228,7 @@
<tr>
<td class="hpInfoColumn">特務医務室</td>
<td class="instData xSmallTd"><input type="text" readonly="readonly" value="{{ultmarc.inst_info_data.dcf_prnt_inst_cd or ''}}" class="xSmallTextbox"></td>
<td rowspan="2" class="hpInfoColumn">許可病床数</td>
<td rowspan="2" class="hpInfoColumn captionSickBed">許可病床数</td>
<td class="instData bedTd" rowspan="2">
<table>
<tbody>
@ -258,8 +258,8 @@
<tr>
<td class="hpInfoColumn">病床数(定員)</td>
<td class="instData"><input type="text" readonly="readonly" value="{{ultmarc.inst_info_data.bed_num or ''}}" class="xSmallTextbox numberBox"></td>
<td class="hpInfoColumn">メンテ年月日</td>
<td class="instData xSmallTd"><input type="text" readonly="readonly" value="{{ultmarc.inst_info_data.prmit_bed_maint_ymd or ''}}" class="repreTextbox"></td>
<td class="hpInfoColumn captionMenteDate">メンテ年月日</td>
<td class="instData menteDate"><input type="text" readonly="readonly" value="{{ultmarc.inst_info_data.prmit_bed_maint_ymd or ''}}" class="menteDateText"></td>
</tr>
</tbody>
</table>