|
|
@ -35,7 +35,7 @@ |
|
|
<!-- 列表 --> |
|
|
<!-- 列表 --> |
|
|
<div class="prListDivClass"> |
|
|
<div class="prListDivClass"> |
|
|
<el-table :data="patientList" border highlight-current-row |
|
|
<el-table :data="patientList" border highlight-current-row |
|
|
:height="(window.pageHeight > 600 ? (window.pageHeight - 230) : 350)" @row-click="rowClick" size="small"> |
|
|
|
|
|
|
|
|
:height="(window.pageHeight > 600 ? (window.pageHeight - 270) : 310)" @row-click="rowClick" size="small"> |
|
|
<!-- |
|
|
<!-- |
|
|
<el-table-column prop="patientRegisterId" label="体检记录ID" /> |
|
|
<el-table-column prop="patientRegisterId" label="体检记录ID" /> |
|
|
--> |
|
|
--> |
|
|
@ -142,7 +142,7 @@ |
|
|
<div> |
|
|
<div> |
|
|
<div style="margin-top:5px;font-size:10px;">{{ query.chargeFlag == 'B' ? '退' : '收' }}费方式:</div> |
|
|
<div style="margin-top:5px;font-size:10px;">{{ query.chargeFlag == 'B' ? '退' : '收' }}费方式:</div> |
|
|
<el-table :data="chargePays" border highlight-current-row size="small" |
|
|
<el-table :data="chargePays" border highlight-current-row size="small" |
|
|
:height="window.pageHeight > 600 ? (window.pageHeight - 230 - 146) / 2 : 112"> |
|
|
|
|
|
|
|
|
:height="window.pageHeight > 600 ? (window.pageHeight - 270 - 146) / 2 : 92"> |
|
|
<el-table-column prop="payModeId" :label="(query.chargeFlag == 'B' ? '退' : '收') + '费方式'" width="180"> |
|
|
<el-table-column prop="payModeId" :label="(query.chargeFlag == 'B' ? '退' : '收') + '费方式'" width="180"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<div>{{ dddw(dict.payMode, "id", scope.row.payModeId, "displayName") }}</div> |
|
|
<div>{{ dddw(dict.payMode, "id", scope.row.payModeId, "displayName") }}</div> |
|
|
@ -169,7 +169,7 @@ |
|
|
<div style="margin-top:5px; font-size:10px;">{{ query.chargeFlag == 'N' ? '待收' : (query.chargeFlag == 'Y' ? |
|
|
<div style="margin-top:5px; font-size:10px;">{{ query.chargeFlag == 'N' ? '待收' : (query.chargeFlag == 'Y' ? |
|
|
'已收' : '已退') }}费项目:</div> |
|
|
'已收' : '已退') }}费项目:</div> |
|
|
<el-table :data="asbItemsForFee" border highlight-current-row |
|
|
<el-table :data="asbItemsForFee" border highlight-current-row |
|
|
:height="window.pageHeight > 600 ? (window.pageHeight - 230 - 146) / 2 : 112" size="small" |
|
|
|
|
|
|
|
|
:height="window.pageHeight > 600 ? (window.pageHeight - 270 - 146) / 2 : 92" size="small" |
|
|
@selection-change="handleSelectionChange" ref="asbItemsForFeeTable"> |
|
|
@selection-change="handleSelectionChange" ref="asbItemsForFeeTable"> |
|
|
<el-table-column type="selection" align="center" v-if="query.chargeFlag == 'N'" /> |
|
|
<el-table-column type="selection" align="center" v-if="query.chargeFlag == 'N'" /> |
|
|
<el-table-column label="组合项目" width="120" prop="asbitemName" /> |
|
|
<el-table-column label="组合项目" width="120" prop="asbitemName" /> |
|
|
@ -1099,7 +1099,7 @@ input[type="number"]::-webkit-outer-spin-button { |
|
|
.queryDivClass { |
|
|
.queryDivClass { |
|
|
display: block; |
|
|
display: block; |
|
|
width: v-bind("(window.pageWidth > 600 ? (window.pageWidth - 120 - 80) / 2 : 200) + 'px'"); |
|
|
width: v-bind("(window.pageWidth > 600 ? (window.pageWidth - 120 - 80) / 2 : 200) + 'px'"); |
|
|
height: v-bind("(window.pageHeight > 600 ? (window.pageHeight - 150) : 450) + 'px'"); |
|
|
|
|
|
|
|
|
height: v-bind("(window.pageHeight > 600 ? (window.pageHeight - 190) : 410) + 'px'"); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.query { |
|
|
.query { |
|
|
@ -1107,7 +1107,7 @@ input[type="number"]::-webkit-outer-spin-button { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.prListDivClass { |
|
|
.prListDivClass { |
|
|
height: v-bind("(window.pageHeight > 600 ? (window.pageHeight - 250) : 350) + 'px'"); |
|
|
|
|
|
|
|
|
height: v-bind("(window.pageHeight > 600 ? (window.pageHeight - 290) : 310) + 'px'"); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.btnDivClass { |
|
|
.btnDivClass { |
|
|
|