Commit b48823b5 authored by 任鸿志's avatar 任鸿志

页面展示字段

parent bd82f825
...@@ -25,20 +25,20 @@ ...@@ -25,20 +25,20 @@
<div style=" margin-top: 10px" v-loading="yujiesuanLoading"> <div style=" margin-top: 10px" v-loading="yujiesuanLoading">
<div class="box-card"> <div class="box-card">
<div class="box_card_title"> <div class="box_card_title">
<div style="display: flex; justify-content: space-between; width: 100%"> <div style="display: flex; justify-content: space-between; width: 100%;line-height: 28px;">
<div>结算清单</div> <div>结算清单</div>
<!-- <div style="font-weight: 500" v-if="isGS"> <!-- <div style="font-weight: 500" v-if="isGS">
工商时间 工商时间
<el-date-picker size="mini" v-model="GSdatatime" type="date" value-format="yyyy-MM-dd" placeholder="选择日期"> </el-date-picker> <el-date-picker size="mini" v-model="GSdatatime" type="date" value-format="yyyy-MM-dd" placeholder="选择日期"> </el-date-picker>
</div> --> </div> -->
<div style="display: flex"> <div style="display: flex;margin: 0px 20px;">
<el-checkbox v-model="is_sy">计划生育</el-checkbox> <el-checkbox v-model="is_sy">计划生育</el-checkbox>
</div> </div>
<div style="display: flex" class="tableScopeSwitchBox"> <div style="display: flex" class="tableScopeSwitchBox">
<div>开启自费结算:</div> <div>开启自费结算:</div>
<el-switch class="tableScopeSwitch" v-model="zifei_disable" active-color="#13ce66" active-text="是" inactive-text="否" inactive-color="#ff4949"> </el-switch> <el-switch class="tableScopeSwitch" v-model="zifei_disable" active-color="#13ce66" active-text="是" inactive-text="否" inactive-color="#ff4949" style="margin-top: 3px;"> </el-switch>
</div> </div>
<div style="display: flex" v-if="patientInfo.yblx != '01'"> <div style="display: flex;margin: 0px 20px" v-if="patientInfo.yblx != '01'">
<div style="line-height: 28px; width: 75px">结算类型:</div> <div style="line-height: 28px; width: 75px">结算类型:</div>
<div class="selectinput"> <div class="selectinput">
<el-select v-model="man_name" placeholder="请选择" @change="changePersonType(man_name)" :clearable="true"> <el-select v-model="man_name" placeholder="请选择" @change="changePersonType(man_name)" :clearable="true">
...@@ -119,7 +119,10 @@ ...@@ -119,7 +119,10 @@
<el-table-column prop="amount" align="center" label="单价"> </el-table-column> <el-table-column prop="amount" align="center" label="单价"> </el-table-column>
<el-table-column prop="qty" align="center" label="数量"> </el-table-column> <el-table-column prop="qty" align="center" label="数量"> </el-table-column>
<el-table-column prop="total" align="center" label="金额"> </el-table-column> <el-table-column prop="total" align="center" label="金额"> </el-table-column>
<el-table-column prop="item_spec" label="单位" width="150"> </el-table-column>
<el-table-column prop="item_code" label="项目代码" width="120"> </el-table-column>
<el-table-column prop="project_name" label="项目名称" width="90"> </el-table-column> <el-table-column prop="project_name" label="项目名称" width="90"> </el-table-column>
<el-table-column prop="executive_dept_name" label="执行科室" width="90"> </el-table-column>
<el-table-column prop="zfbl" align="center" label="自付比例" width="100"> <el-table-column prop="zfbl" align="center" label="自付比例" width="100">
<template slot-scope="scope"> <template slot-scope="scope">
<div> <div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment