Commit 2f6f01ce authored by 任鸿志's avatar 任鸿志

env(.env.development): 更新 API 地址

- 修改 VUE_APP_BASE_URL_SFC 为 http://10.10.9.219:8802
- 注释掉其他 API 地址

refactor(outpatientCharging.vue): 优化代码结构和样式

- 调整代码缩进和格式
- 移除未使用的变量和注释
- 简化部分代码逻辑
- 更新样式规则
parent 3a770b34
...@@ -13,8 +13,8 @@ VUE_APP_BASE_URL_change = 'http://10.10.8.230:6200/fancy' ...@@ -13,8 +13,8 @@ VUE_APP_BASE_URL_change = 'http://10.10.8.230:6200/fancy'
# VUE_APP_BASE_URL = 'http://127.0.0.1:9902' # VUE_APP_BASE_URL = 'http://127.0.0.1:9902'
# VUE_APP_BASE_URL = 'http://10.10.9.219:8802' # VUE_APP_BASE_URL = 'http://10.10.9.219:8802'
# VUE_APP_BASE_URL = 'http://10.10.9.219:9902' # VUE_APP_BASE_URL = 'http://10.10.9.219:9902'
# VUE_APP_BASE_URL_SFC = 'http://10.10.9.219:8802' VUE_APP_BASE_URL_SFC = 'http://10.10.9.219:8802'
VUE_APP_BASE_URL_SFC = 'http://10.10.40.69:9903' # VUE_APP_BASE_URL_SFC = 'http://10.10.40.69:9903'
# VUE_APP_BASE_URL = 'http://192.169.4.171:8002' # VUE_APP_BASE_URL = 'http://192.169.4.171:8002'
# VUE_APP_BASE_URL = 'http://10.10.40.10:8099' # VUE_APP_BASE_URL = 'http://10.10.40.10:8099'
# VUE_APP_BASE_URL = 'http://newfinance.fanxyinfo.cn' # VUE_APP_BASE_URL = 'http://newfinance.fanxyinfo.cn'
......
...@@ -22,33 +22,32 @@ ...@@ -22,33 +22,32 @@
</div> </div>
</div> </div>
</el-card> </el-card>
<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; width: 100%;line-height: 28px;"> <div style="display: flex; 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;margin: 0px 20px;"> <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" style="margin-top: 3px;"> </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;margin: 0px 20px" 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="请选择" :clearable="true">
<el-option v-for="item in options" :key="item.value" :label="item.label" :value="item.value"> </el-option> <el-option v-for="item in options" :key="item.value" :label="item.label" :value="item.value"> </el-option>
</el-select> </el-select>
</div> </div>
</div> </div>
<div style="color: red;" v-if="diagnosisData"> <div style="color: red" v-if="diagnosisData">诊断:{{ diagnosisData }}</div>
诊断:{{ diagnosisData }}
</div>
</div> </div>
</div> </div>
...@@ -71,45 +70,43 @@ ...@@ -71,45 +70,43 @@
<el-empty :image="tempsrc" :image-size="250" description="暂无数据"></el-empty> <el-empty :image="tempsrc" :image-size="250" description="暂无数据"></el-empty>
</template> </template>
<el-table-column align="center" type="selection" width="45"> </el-table-column> <el-table-column align="center" type="selection" width="45"> </el-table-column>
<el-table-column prop="occurrence_time" label="挂号日期" width="150" :show-overflow-tooltip="true"> </el-table-column> <el-table-column prop="occurrence_time" label="挂号日期" width="150" :show-overflow-tooltip="true"> </el-table-column>
<el-table-column prop="chronic_name" label="慢病病种" :show-overflow-tooltip="true"> <el-table-column prop="chronic_name" label="慢病病种" :show-overflow-tooltip="true">
<template slot-scope="scope"> <template slot-scope="scope">
<span style="color: #1a5bfd;">{{ scope.row.chronic_name }}</span> <span style="color: #1a5bfd">{{ scope.row.chronic_name }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="total" align="center" label="总金额" width="80"> </el-table-column> <el-table-column prop="total" align="center" label="总金额" width="80"> </el-table-column>
<el-table-column prop="is_sy" label="生育" width="90" :show-overflow-tooltip="true"> <el-table-column prop="is_sy" label="生育" width="90" :show-overflow-tooltip="true">
<template slot-scope="scope"> <template slot-scope="scope">
<span style="color: #1a5bfd;">{{ scope.row.is_sy }}</span> <span style="color: #1a5bfd">{{ scope.row.is_sy }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="doct_name" label="医生姓名" width="90" :show-overflow-tooltip="true"> </el-table-column> <el-table-column prop="doct_name" label="医生姓名" width="90" :show-overflow-tooltip="true"> </el-table-column>
<el-table-column prop="occurrence_dept_name" label="开单科室" :show-overflow-tooltip="true" width="150"> </el-table-column> <el-table-column prop="occurrence_dept_name" label="开单科室" :show-overflow-tooltip="true" width="150"> </el-table-column>
<el-table-column prop="executive_dept_name" label="执行科室" :show-overflow-tooltip="true"> </el-table-column> <el-table-column prop="executive_dept_name" label="执行科室" :show-overflow-tooltip="true"> </el-table-column>
<el-table-column prop="visit_no" label="就诊序号" :show-overflow-tooltip="true"> </el-table-column> <el-table-column prop="visit_no" label="就诊序号" :show-overflow-tooltip="true"> </el-table-column>
<el-table-column prop="serial_no" label="费用流水号" width="100" :show-overflow-tooltip="true"> </el-table-column> <el-table-column prop="serial_no" label="费用流水号" width="100" :show-overflow-tooltip="true"> </el-table-column>
<el-table-column prop="reviewed_by" align="center" label="审核人" width="110" > </el-table-column> <el-table-column prop="reviewed_by" align="center" label="审核人" width="110"> </el-table-column>
<el-table-column prop="reviewed" align="center" label="审核状态" width="80" > <el-table-column prop="reviewed" align="center" label="审核状态" width="80">
<template slot-scope="scope"> <template slot-scope="scope">
<span v-if="scope.row.reviewed == 1" style="color: greenyellow;">已审核</span> <span v-if="scope.row.reviewed == 1" style="color: greenyellow">已审核</span>
<span v-else style="color: red;">未审核</span> <span v-else style="color: red">未审核</span>
</template> </template>
<span></span> <span></span>
</el-table-column> </el-table-column>
</el-table> </el-table>
</div> </div>
<div class="box-card-right"> <div class="box-card-right">
<div > <div>
<div class="box_card_title" > <div class="box_card_title">
<div @click="addEventListener()">费用明细</div> <div @click="addEventListener()">费用明细</div>
<!-- <div><el-button type="primary" size="mini" round @click="jshistory">结算历史</el-button></div> --> <!-- <div><el-button type="primary" size="mini" round @click="jshistory">结算历史</el-button></div> -->
</div> </div>
</div> </div>
<el-table <el-table
:data="costlist" :data="costlist"
tooltip-effect="dark" tooltip-effect="dark"
...@@ -121,15 +118,15 @@ ...@@ -121,15 +118,15 @@
<template slot="empty"> <template slot="empty">
<el-empty :image="tempsrc" :image-size="250" description="暂无数据"></el-empty> <el-empty :image="tempsrc" :image-size="250" description="暂无数据"></el-empty>
</template> </template>
<el-table-column prop="item_name" label="费用名称" min-width="270" :show-overflow-tooltip="true"> </el-table-column> <el-table-column prop="item_name" label="费用名称" min-width="270" :show-overflow-tooltip="true"> </el-table-column>
<el-table-column prop="amount" align="center" label="单价" width="100"> </el-table-column> <el-table-column prop="amount" align="center" label="单价" width="100"> </el-table-column>
<el-table-column prop="qty" align="center" label="数量" width="100"> </el-table-column> <el-table-column prop="qty" align="center" label="数量" width="100"> </el-table-column>
<el-table-column prop="total" align="center" label="金额" width="100"> </el-table-column> <el-table-column prop="total" align="center" label="金额" width="100"> </el-table-column>
<el-table-column prop="item_spec" label="单位" width="150" :show-overflow-tooltip="true"></el-table-column> <el-table-column prop="item_spec" label="单位" width="150" :show-overflow-tooltip="true"></el-table-column>
<el-table-column prop="item_code" label="项目代码" width="100" :show-overflow-tooltip="true"></el-table-column> <el-table-column prop="item_code" label="项目代码" width="100" :show-overflow-tooltip="true"></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="110"> </el-table-column> <el-table-column prop="executive_dept_name" label="执行科室" width="110"> </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>
...@@ -604,9 +601,9 @@ ...@@ -604,9 +601,9 @@
</div> </div>
</div> </div>
<el-dialog title="慢病提示" :visible.sync="moreshow" width="40%" v-loading="moreLoading"> <el-dialog title="慢病提示" :visible.sync="moreshow" width="40%" v-loading="moreLoading">
<div> <span>请选择慢病病种</span><span style="color: red;">(默认选中为医生开单时病种信息,谨慎修改)</span></div> <div><span>请选择慢病病种</span><span style="color: red">(默认选中为医生开单时病种信息,谨慎修改)</span></div>
<el-radio-group v-model="zhenduan" style="margin-top: 20px;"> <el-radio-group v-model="zhenduan" style="margin-top: 20px">
<el-radio :label="item.code" v-for="item in moreshowdata.data.mzdbjbs_arr" :key="item.value">{{ item.name }}</el-radio> <el-radio :label="item.code" v-for="item in moreshowdata.data.mzdbjbs_arr" :key="item.value">{{ item.name }}</el-radio>
</el-radio-group> </el-radio-group>
<span slot="footer" class="dialog-footer"> <span slot="footer" class="dialog-footer">
...@@ -667,7 +664,7 @@ import Cardlist from '@/components/SFCCardlist' ...@@ -667,7 +664,7 @@ import Cardlist from '@/components/SFCCardlist'
import invoicepost from '@/components/invoicepost' import invoicepost from '@/components/invoicepost'
import Readcards from '@/components/ReadcardsSFC' import Readcards from '@/components/ReadcardsSFC'
import editProp1 from './components/editProp' //修改自付比例 import editProp1 from './components/editProp' //修改自付比例
import { pdxx, mzxx, mzxxs, mzxxs_ewm, pdxq, info, bxxx, prescription, serviceInvoke, jsxx, hiscard, printmis, queryReadRard, verifyFeeStatus,diagnosis } from '@/api/mzSFC' import { pdxx, mzxx, mzxxs, mzxxs_ewm, pdxq, info, bxxx, prescription, serviceInvoke, jsxx, hiscard, printmis, queryReadRard, verifyFeeStatus, diagnosis } from '@/api/mzSFC'
import { get_serial_number, editProp, zfbl, freemoney, settlementPre, familybalanceinfor, patient, settleSelfPre, selfPre, yundaMis, familyBalance, get_zfbl } from '@/api/jiesuanSFC' import { get_serial_number, editProp, zfbl, freemoney, settlementPre, familybalanceinfor, patient, settleSelfPre, selfPre, yundaMis, familyBalance, get_zfbl } from '@/api/jiesuanSFC'
import { recharge } from '@/api/changeFree' import { recharge } from '@/api/changeFree'
import printProof from '../../utils/print_proof' import printProof from '../../utils/print_proof'
...@@ -686,16 +683,16 @@ export default { ...@@ -686,16 +683,16 @@ export default {
name: 'Outpatient', name: 'Outpatient',
data() { data() {
return { return {
MBList:{ MBList: {
MBList_x:'', MBList_x: '',
MBList_y:'' MBList_y: '',
}, },
preSettlement:true, preSettlement: true,
YBData:{ YBData: {
yfdxbzName:'', yfdxbzName: '',
yfdxlb:'' yfdxlb: '',
}, },
diagnosisData:'', diagnosisData: '',
payTypeData: '', payTypeData: '',
zhenduanData: '', zhenduanData: '',
zifei_disable: false, zifei_disable: false,
...@@ -723,7 +720,7 @@ export default { ...@@ -723,7 +720,7 @@ export default {
moreLoading: false, moreLoading: false,
moreshowdata: { moreshowdata: {
data: { data: {
mzdbjbs_arr:[] mzdbjbs_arr: [],
}, },
}, },
zhenduan: '', zhenduan: '',
...@@ -969,9 +966,9 @@ export default { ...@@ -969,9 +966,9 @@ export default {
watch: { watch: {
bxxxinfo: { bxxxinfo: {
handler: function (nv, ov) { handler: function (nv, ov) {
if (this.bxxxinfo.gjzhzf == '' || this.bxxxinfo.gjzhzf == null || this.bxxxinfo.gjzhzf == undefined || this.bxxxinfo.gjzhzf == 'undefined' || this.bxxxinfo.gjzhzf == 'null') { if (this.bxxxinfo.gjzhzf == '' || this.bxxxinfo.gjzhzf == null || this.bxxxinfo.gjzhzf == undefined || this.bxxxinfo.gjzhzf == 'undefined' || this.bxxxinfo.gjzhzf == 'null') {
this.bxxxinfo.gjzhzf = 0 this.bxxxinfo.gjzhzf = 0
} }
}, },
immediate: true, immediate: true,
deep: true, deep: true,
...@@ -1180,7 +1177,7 @@ export default { ...@@ -1180,7 +1177,7 @@ export default {
this.carddialogFormVisible = false this.carddialogFormVisible = false
this.cardNo = e.physicalCard this.cardNo = e.physicalCard
this.cardType = e.physicalCardType this.cardType = e.physicalCardType
console.log(e,e.physicalCard, 'e') console.log(e, e.physicalCard, 'e')
if (e.physicalCardType == 'SOCIAL_CARD') { if (e.physicalCardType == 'SOCIAL_CARD') {
this.selectCardYiboInfo(e) this.selectCardYiboInfo(e)
} else { } else {
...@@ -1197,25 +1194,7 @@ export default { ...@@ -1197,25 +1194,7 @@ export default {
this.cash_disable = true this.cash_disable = true
this.fullscreenLoading = true this.fullscreenLoading = true
this.payTypeData = e this.payTypeData = e
console.log(e, 'kkkkkkkkkkkk')
if (e == '1' || e == '5' || e == '2') { if (e == '1' || e == '5' || e == '2') {
// return false
// recharge({
// amount: this.form.djf,
// authCode: this.fee.weixin,
// operatorNo: this.jobNumber,
// payType: e == '1' ? 'cumsNative' : e == '5' ? 'cash' : e == '2' ? '智慧医保' : '', // 支付类型 cumsNative 聚合支付 cash 现金
// rechargeType: 0, // 是否预交金充值 1是 0否,
// patientId: this.patientData.patient_id,
// deptCode: this.dept,
// })
// .then(response => {
// if (response.code == 200) {
// this.$message({
// message: response.message,
// type: 'success',
// })
// this.payData = response.data.result
if (e == '1') { if (e == '1') {
this.xj_amount = 0 this.xj_amount = 0
this.source_pay_amount = this.form.djf this.source_pay_amount = this.form.djf
...@@ -1224,8 +1203,6 @@ export default { ...@@ -1224,8 +1203,6 @@ export default {
this.source_pay_amount = 0 this.source_pay_amount = 0
} }
//接口返回新的院内账户余额 //接口返回新的院内账户余额
// this.bxxxinfo.cash_balance = this.bxxxinfo.cash_balance+ this.form.djf//response.data.hisBalance * 1
// this.bxxxinfo.his_deduct_amount = this.form.djf + this.bxxxinfo.his_deduct_amount
this.form.djf = 0 this.form.djf = 0
let djsold = this.round(this.bxxxinfo.patient_burden - this.bxxxinfo.grzhzf, 2) let djsold = this.round(this.bxxxinfo.patient_burden - this.bxxxinfo.grzhzf, 2)
let chongzhi = this.source_pay_amount * 1 + this.xj_amount * 1 let chongzhi = this.source_pay_amount * 1 + this.xj_amount * 1
...@@ -1237,23 +1214,8 @@ export default { ...@@ -1237,23 +1214,8 @@ export default {
// 总的大弹窗 // 总的大弹窗
this.fullscreenLoading = false this.fullscreenLoading = false
//结算 //结算
// this.qrjs()
this.qrjsmiss('1') this.qrjsmiss('1')
// } else {
// this.$message({
// message: response.message,
// type: 'error',
// })
// }
// })
// .finally(() => {
// this.cash_disable = false
// this.fee.weixin = ''
// //微信支付宝弹窗
// this.uploadfeeshow = false
// // 总的大弹窗
// this.fullscreenLoading = false
// })
} }
}, },
//本地刷医保卡和电子医保凭证方法 //本地刷医保卡和电子医保凭证方法
...@@ -1338,17 +1300,16 @@ export default { ...@@ -1338,17 +1300,16 @@ export default {
this.loading = false this.loading = false
}) })
}, },
async getdiagnosis(){ async getdiagnosis() {
this.diagnosisData='' this.diagnosisData = ''
await diagnosis({ console.log( this.selectTableArr[0],'ooooooooooooooooo')
await diagnosis({
patient_id: this.patientData.patient_id, patient_id: this.patientData.patient_id,
visit_no:this.selectTableArr[0].visit_no visit_no: this.selectTableArr[0].visit_no,
}) }).then(response => {
.then(response => { this.diagnosisData = response.data.diag_desc
this.diagnosisData=response.data.diag_desc console.log(response.data, 'ppppppppppppp')
console.log(response.data,'ppppppppppppp')
}) })
}, },
async jiesuan() { async jiesuan() {
this.fee.weixin = '' this.fee.weixin = ''
...@@ -1369,7 +1330,10 @@ export default { ...@@ -1369,7 +1330,10 @@ export default {
} }
}) })
// 医技预约channel=4不走审核 省职也要加审核 25-7-10 慢病审核] // 医技预约channel=4不走审核 省职也要加审核 25-7-10 慢病审核]
if ((this.channel != '4' && (this.man_name == '4' || (this.ismb && this.man_name == ''))) || (this.patientData.insurance_type.value == 'PROVINCE' && this.man_name != '1' && this.man_name != '3' && this.man_name != '5')) { if (
(this.channel != '4' && (this.man_name == '4' || (this.ismb && this.man_name == ''))) ||
(this.patientData.insurance_type.value == 'PROVINCE' && this.man_name != '1' && this.man_name != '3' && this.man_name != '5')
) {
this.yujiesuanLoading = true this.yujiesuanLoading = true
const { code, data } = await verifyFeeStatus({ const { code, data } = await verifyFeeStatus({
patient_id: this.patientData.patient_id, patient_id: this.patientData.patient_id,
...@@ -1402,12 +1366,14 @@ export default { ...@@ -1402,12 +1366,14 @@ export default {
}, },
cardtype(type) { cardtype(type) {
// this.invoicepostVisible=true // this.invoicepostVisible=true
this.selectTableArr=[{ this.selectTableArr = [
settle_type: { {
name: '', settle_type: {
name: '',
},
}, },
}] ]
this.preSettlement=true this.preSettlement = true
this.patientInfo = {} this.patientInfo = {}
this.typeList = [] this.typeList = []
this.costlist = [] this.costlist = []
...@@ -1419,7 +1385,7 @@ export default { ...@@ -1419,7 +1385,7 @@ export default {
this.carddialogFormVisible = true this.carddialogFormVisible = true
}, },
ybjs() { ybjs() {
if ((this.checktipes() && this.man_name != '1') || this.man_name == '2' || this.man_name == '3' || this.man_name == '4' ||this.man_name == '5') { if ((this.checktipes() && this.man_name != '1') || this.man_name == '2' || this.man_name == '3' || this.man_name == '4' || this.man_name == '5') {
if (this.channel == '5') { if (this.channel == '5') {
this.$message({ this.$message({
message: '药房药库禁止医保结算,请转为自费结算!', message: '药房药库禁止医保结算,请转为自费结算!',
...@@ -1429,12 +1395,11 @@ export default { ...@@ -1429,12 +1395,11 @@ export default {
} }
if (this.preSettlement) { if (this.preSettlement) {
this.yibaoshowNew = true this.yibaoshowNew = true
this.yujiesuanload = false this.yujiesuanload = false
}else{ } else {
this.selectCardYiboPreselect( this.YBData,this.MBList.MBList_x,this.MBList.MBList_y) this.selectCardYiboPreselect(this.YBData, this.MBList.MBList_x, this.MBList.MBList_y)
} }
// this.yibaoshow = true // this.yibaoshow = true
} else { } else {
if (!this.zifei_disable) { if (!this.zifei_disable) {
this.$message({ this.$message({
...@@ -1492,13 +1457,13 @@ export default { ...@@ -1492,13 +1457,13 @@ export default {
} }
if (this.select_type == '01') { if (this.select_type == '01') {
if (this.form.insurance_type == 'OFFSITE' || this.form.insurance_type == 'LONGDISTANCE') { if (this.form.insurance_type == 'OFFSITE' || this.form.insurance_type == 'LONGDISTANCE') {
this.jeizhishow = true this.jeizhishow = true
const that = this const that = this
setTimeout(function () { setTimeout(function () {
that.handleSetFocusLast() that.handleSetFocusLast()
}, 300) }, 300)
} else { } else {
this.qrjs() this.qrjs()
} }
} else if ((this.ztvalue.value == 'SELF_PAY' || this.man_name == '1') && this.man_name != '2' && this.man_name != '3' && this.man_name != '4' && this.man_name != '5') { } else if ((this.ztvalue.value == 'SELF_PAY' || this.man_name == '1') && this.man_name != '2' && this.man_name != '3' && this.man_name != '4' && this.man_name != '5') {
this.selfPre() this.selfPre()
...@@ -1593,7 +1558,6 @@ export default { ...@@ -1593,7 +1558,6 @@ export default {
this.saveLoding = false this.saveLoding = false
return false return false
} }
// this.only_qq = this.only_qq + 1
this.loadingapplyList = true this.loadingapplyList = true
this.contenttime = 0 this.contenttime = 0
const timers = setInterval(() => { const timers = setInterval(() => {
...@@ -1611,13 +1575,8 @@ export default { ...@@ -1611,13 +1575,8 @@ export default {
deptCode: this.dept, deptCode: this.dept,
}, },
sy: this.is_sy, sy: this.is_sy,
// source_type: this.payData?.targetSys,
// source_trade_no: this.payData?.tradeNo,
is_gz: this.man_name == '3' ? true : false, is_gz: this.man_name == '3' ? true : false,
channel: this.channel, channel: this.channel,
// xj_amount: this.xj_amount,
// source_pay_amount: this.source_pay_amount,
// tradeNo: this.payData?.tradeNo,
family_type: this.familyType, family_type: this.familyType,
patient_id: this.patientData.patient_id, patient_id: this.patientData.patient_id,
personal_pay: this.bxxxinfo.grzhzf, personal_pay: this.bxxxinfo.grzhzf,
...@@ -1638,7 +1597,7 @@ export default { ...@@ -1638,7 +1597,7 @@ export default {
const _this = this const _this = this
// _this.channels = response.data.settle_type.name // _this.channels = response.data.settle_type.name
this.$message.success('结算成功') this.$message.success('结算成功')
this.preSettlement=true this.preSettlement = true
this.addEventListener() this.addEventListener()
this.saveLoding = false this.saveLoding = false
this.dialogVisible = false this.dialogVisible = false
...@@ -1658,21 +1617,6 @@ export default { ...@@ -1658,21 +1617,6 @@ export default {
} else { } else {
this.selectCardYiboInfo() this.selectCardYiboInfo()
} }
//刷新列表
// var obj = {
// patient_id: this.patientData.patient_id, //this.cardNo,
// }
// pdxq(obj)
// .then(response => {
// this.tableData.cost = response.data
// this.tableDataList = response.data
// this.tylist = response.data
// this.tiles(this.tylist)
// })
// .finally(res => {
// this.loading = false
// })
}) })
.catch(e => { .catch(e => {
this.source_pay_amount = 0 this.source_pay_amount = 0
...@@ -1728,27 +1672,18 @@ export default { ...@@ -1728,27 +1672,18 @@ export default {
var orders = [] var orders = []
var costint = [] var costint = []
var cost_ids = [] var cost_ids = []
var order_no = []
var serial_arr = []
x.slice(0, x.length - 1).forEach(function (element) { x.slice(0, x.length - 1).forEach(function (element) {
let obj={}
total += element.total * 1 * 1 total += element.total * 1 * 1
orders.push(element.settle_type) orders.push(element.settle_type)
cost_ids.push(element.serial_no) cost_ids.push(element.serial_no)
order_no.push(element.order_no)
obj['serial_no']=element.serial_no
obj['order_no']=element.order_no
serial_arr.push(obj)
costint.push(element) costint.push(element)
}) })
console.log(order_no,'99999999999999')
this.cost_id = cost_ids this.cost_id = cost_ids
this.orders = orders this.orders = orders
this.total = total.toFixed(2) this.total = total.toFixed(2)
if (array.length != 0) { if (array.length != 0) {
info({ info({
order_no:serial_arr,
serial_no: cost_ids.toString(), serial_no: cost_ids.toString(),
patient_id: this.patientData.patient_id, patient_id: this.patientData.patient_id,
settle_type: this.selectTableArr[0] ? this.selectTableArr[0].settle_type.code : '', settle_type: this.selectTableArr[0] ? this.selectTableArr[0].settle_type.code : '',
...@@ -1775,28 +1710,18 @@ export default { ...@@ -1775,28 +1710,18 @@ export default {
var orders = [] var orders = []
var costint = [] var costint = []
var cost_ids = [] var cost_ids = []
var order_no = []
var serial_arr = [];
array.forEach(function (element) { array.forEach(function (element) {
let obj={}
total += element.total * 1 * 1 total += element.total * 1 * 1
orders.push(element.settle_type) orders.push(element.settle_type)
cost_ids.push(element.serial_no) cost_ids.push(element.serial_no)
order_no.push(element.order_no)
costint.push(element) costint.push(element)
obj['serial_no']=element.serial_no
obj['order_no']=element.order_no
serial_arr.push(obj)
}) })
console.log(serial_arr)
this.cost_id = cost_ids this.cost_id = cost_ids
this.orders = orders this.orders = orders
this.total = total.toFixed(2) this.total = total.toFixed(2)
if (array.length != 0) { if (array.length != 0) {
info({ info({
order_no:serial_arr,
serial_no: cost_ids.toString(), serial_no: cost_ids.toString(),
patient_id: this.patientData.patient_id, patient_id: this.patientData.patient_id,
settle_type: this.selectTableArr[0] ? this.selectTableArr[0].settle_type.code : '', settle_type: this.selectTableArr[0] ? this.selectTableArr[0].settle_type.code : '',
...@@ -1822,18 +1747,11 @@ export default { ...@@ -1822,18 +1747,11 @@ export default {
this.loading2 = true this.loading2 = true
var total = 0 var total = 0
var orders = [] var orders = []
var costint = []
var cost_ids = [] var cost_ids = []
var serial_arr = [];
array.forEach(function (element) { array.forEach(function (element) {
let obj={}
total += element.total * 1 * 1 total += element.total * 1 * 1
orders.push(element.settle_type) orders.push(element.settle_type)
cost_ids.push(element.serial_no) cost_ids.push(element.serial_no)
costint.push(element)
obj['serial_no']=element.serial_no
obj['order_no']=element.order_no
serial_arr.push(obj)
}) })
this.cost_id = cost_ids this.cost_id = cost_ids
...@@ -1841,8 +1759,7 @@ export default { ...@@ -1841,8 +1759,7 @@ export default {
this.total = total.toFixed(2) this.total = total.toFixed(2)
if (array.length != 0) { if (array.length != 0) {
info({ info({
order_no:serial_arr, serial_no: cost_ids.toString(),
serial_no: serial_arr,
patient_id: this.patientData.patient_id, patient_id: this.patientData.patient_id,
settle_type: this.selectTableArr[0] ? this.selectTableArr[0].settle_type.code : '', settle_type: this.selectTableArr[0] ? this.selectTableArr[0].settle_type.code : '',
}) })
...@@ -1857,11 +1774,11 @@ export default { ...@@ -1857,11 +1774,11 @@ export default {
this.costlist = [] this.costlist = []
this.loading2 = false this.loading2 = false
} }
// if (this.tylist.length == 1) {
// this.jiesuan()
// }
} }
this.getdiagnosis() if (this.selectTableArr.length>0) {
this.getdiagnosis()
}
this.isGS = this.selectTableArr[0]?.settle_type.is_gs this.isGS = this.selectTableArr[0]?.settle_type.is_gs
this.zhenduan = this.selectTableArr[0]?.chronic_code this.zhenduan = this.selectTableArr[0]?.chronic_code
}, },
...@@ -1873,44 +1790,6 @@ export default { ...@@ -1873,44 +1790,6 @@ export default {
} }
}) })
}, },
// 切换结算类型
changePersonType(x) {
// if (this.form.insurance_type == 'PROVINCE' || this.man_name == '4') {
// this.$message({
// message: '省职或慢病患者请到15号医保审核窗口,审核后缴费',
// type: 'error',
// })
// this.man_name = ''
// return false
// }
// if (x == '2') {
// try {
// var array = ['first', 'second', 'third', 'fourth']
// // 执行到第3次,结束循环
// this.tableData.cost.forEach(function (item, index) {
// if (item.settle_type.value == '1') {
// throw new Error('EndIterative')
// }
// })
// } catch (e) {
// this.$message({
// message: '当前有剩余自费处方,请先结算自费处方',
// type: 'error',
// })
// return false
// }+` ````````
// var that = this
// if (!that.cost_id || that.cost_id.length == 0) {
// that.$message({
// message: '请先选择待结算的处方',
// type: 'error',
// })
// return false
// }
// this.resave_pation(this.personType)
// that.tableData.patient.rqlb = that.personType
// }
},
//获取自付比例 //获取自付比例
getProp(row) { getProp(row) {
get_zfbl({ get_zfbl({
...@@ -1919,7 +1798,7 @@ export default { ...@@ -1919,7 +1798,7 @@ export default {
//yltclb:row.settle_type.is_mb==true?'4':'6', //yltclb:row.settle_type.is_mb==true?'4':'6',
rqlb: this.is_sy ? 'E' : this.patientData.crowd_type, rqlb: this.is_sy ? 'E' : this.patientData.crowd_type,
//xzbz:row.settle_type.is_gs==true?'D':'C', //xzbz:row.settle_type.is_gs==true?'D':'C',
settle_type: this.man_name=='5'?'05': row.settle_type.code, settle_type: this.man_name == '5' ? '05' : row.settle_type.code,
}) })
.then(response => { .then(response => {
this.$message({ this.$message({
...@@ -1983,20 +1862,20 @@ export default { ...@@ -1983,20 +1862,20 @@ export default {
}) })
}, },
selectCardYiboPreselect(data, x, y) { selectCardYiboPreselect(data, x, y) {
this.MBList={ this.MBList = {
MBList_x:x, MBList_x: x,
MBList_y:y MBList_y: y,
} }
this.YBData=data this.YBData = data
this.YBData.yfdxbzName=data.yfdxbz=='1'?'优抚对象' : ''; this.YBData.yfdxbzName = data.yfdxbz == '1' ? '优抚对象' : ''
// 验证违规 // 验证违规
prescription({ prescription({
patient_id: this.patientData.patient_id, patient_id: this.patientData.patient_id,
settle_type: this.selectTableArr[0] ? this.selectTableArr[0].settle_type.code : '', settle_type: this.selectTableArr[0] ? this.selectTableArr[0].settle_type.code : '',
prescription_nos: this.cost_id, prescription_nos: this.cost_id,
js_type: '1', js_type: '1',
p_jbbm: data?.mzdbjbs_arr[0]?.code, p_jbbm: data?.mzdbjbs_arr[0]?.code,
}).then(response => {}) }).then(response => {})
// 判断慢病 // 判断慢病
if ((this.selectTableArr[0]?.settle_type.is_mb || this.man_name == '4') && this.man_name != '1' && this.man_name != '2' && this.man_name != '3') { if ((this.selectTableArr[0]?.settle_type.is_mb || this.man_name == '4') && this.man_name != '1' && this.man_name != '2' && this.man_name != '3') {
// 判断多病种慢病 // 判断多病种慢病
...@@ -2016,19 +1895,18 @@ export default { ...@@ -2016,19 +1895,18 @@ export default {
}, },
// 医保预结算 // 医保预结算
async selectCardYiboPre(data, x, y, zhenduan) { async selectCardYiboPre(data, x, y, zhenduan) {
if (this.man_name == '2' || this.man_name == '3' || this.man_name == '1' || this.selectTableArr[0].settle_type.is_mb==false ) { if (this.man_name == '2' || this.man_name == '3' || this.man_name == '1' || this.selectTableArr[0].settle_type.is_mb == false) {
if (this.man_name!='4') { if (this.man_name != '4') {
zhenduan = '' zhenduan = ''
} }
} else { } else {
// this.zhenduanData=this.moreshowdata.data.mzdbjbs_arr.filter(item => item.code === zhenduan)[0].name // this.zhenduanData=this.moreshowdata.data.mzdbjbs_arr.filter(item => item.code === zhenduan)[0].name
} }
if (this.man_name != '1' &&this.man_name != '2' && this.man_name != '3' && (this.man_name == '4' || this.selectTableArr[0]?.settle_type.is_mb==true) ) { if (this.man_name != '1' && this.man_name != '2' && this.man_name != '3' && (this.man_name == '4' || this.selectTableArr[0]?.settle_type.is_mb == true)) {
if (zhenduan=='') { if (zhenduan == '') {
this.$message.error('慢病病种为空,禁止结算!') this.$message.error('慢病病种为空,禁止结算!')
return false return false
} }
} }
...@@ -2043,51 +1921,46 @@ export default { ...@@ -2043,51 +1921,46 @@ export default {
this.form = data this.form = data
this.form.rqlbName = data.rqlb == 'A' ? '职工' : data.rqlb == 'B' ? '居民' : '' this.form.rqlbName = data.rqlb == 'A' ? '职工' : data.rqlb == 'B' ? '居民' : ''
if (this.man_name == '5') { if (this.man_name == '5') {
this.isGS=true this.isGS = true
} }
let costIDarr=[] let costIDarr = []
this.costlist.forEach(element => { this.costlist.forEach(element => {
costIDarr.push(element.settle_fee_id) costIDarr.push(element.settle_fee_id)
}) })
await settlementPre({ await settlementPre({
settle_fee_id:costIDarr.toString(), settle_fee_id: costIDarr.toString(),
sy: this.is_sy, sy: this.is_sy,
is_gs: this.isGS, is_gs: this.isGS,
channel: this.channel, channel: this.channel,
// is_gz: this.man_name == '3' ? true : false, // is_gz: this.man_name == '3' ? true : false,
injury_date: this.GSdatatime, injury_date: this.GSdatatime,
p_jbbm: p_jbbm: this.man_name == '1' ? '' : this.man_name == '2' ? '' : this.man_name == '3' ? '' : this.man_name == '4' ? zhenduan : this.selectTableArr[0]?.settle_type.is_mb ? zhenduan : '',
this.man_name == '1'
? ''
: this.man_name == '2'
? ''
: this.man_name == '3'
? ''
: this.man_name == '4'
? zhenduan
: this.selectTableArr[0]?.settle_type.is_mb
? zhenduan
: '',
patient_id: this.patientData.patient_id, patient_id: this.patientData.patient_id,
cache_key: data.cache_key, cache_key: data.cache_key,
prescription_nos: this.cost_id, prescription_nos: this.cost_id,
is_mt: this.man_name == '5' ? true :this.man_name == '4' ? true : this.man_name == '3' ? false : this.man_name == '2' ? true : this.selectTableArr[0] ? this.selectTableArr[0].settle_type.is_mt : '', is_mt:
this.man_name == '5'
? true
: this.man_name == '4'
? true
: this.man_name == '3'
? false
: this.man_name == '2'
? true
: this.selectTableArr[0]
? this.selectTableArr[0].settle_type.is_mt
: '',
family_pay: false, family_pay: false,
settle_type: this.selectTableArr[0] ? this.selectTableArr[0].settle_type.code : '', settle_type: this.selectTableArr[0] ? this.selectTableArr[0].settle_type.code : '',
}) })
.then(async res => { .then(async res => {
if (res.code != 200) { if (res.code != 200) {
this.preSettlement=false this.preSettlement = false
} }
// this.yibaoshowNew=false
this.bxxxinfo = res.data this.bxxxinfo = res.data
this.bxxxinfo.settle_type = //this.bxxxinfo.settle_type.name this.bxxxinfo.settle_type = //this.bxxxinfo.settle_type.name
this.man_name == '1' ? '自费' : this.man_name == '2' ? '门诊统筹' : this.man_name == '3' ? '医保个账' : this.man_name == '4' ? '门诊慢性病' : this.orders[0].name this.man_name == '1' ? '自费' : this.man_name == '2' ? '门诊统筹' : this.man_name == '3' ? '医保个账' : this.man_name == '4' ? '门诊慢性病' : this.orders[0].name
// if (res.data.mzxets != '') { await familybalanceinfor({
// this.dataText = res.data.mzxets
// this.GSshow = true
// }
await familybalanceinfor({
patient_id: this.patientData.patient_id, patient_id: this.patientData.patient_id,
pre_key: res.data.pre_key, pre_key: res.data.pre_key,
cache_key: this.form.cache_key, cache_key: this.form.cache_key,
...@@ -2098,7 +1971,7 @@ export default { ...@@ -2098,7 +1971,7 @@ export default {
if (res2.data.family_type == '1') { if (res2.data.family_type == '1') {
this.bxxxinfo.gjzhzf = res2.data.gjzhxfje * 1 this.bxxxinfo.gjzhzf = res2.data.gjzhxfje * 1
this.bxxxinfo.grzhzf = this.round(res2.data.grzhzf - res2.data.gjzhxfje, 2) this.bxxxinfo.grzhzf = this.round(res2.data.grzhzf - res2.data.gjzhxfje, 2)
}else { } else {
this.bxxxinfo.gjzhzf = 0 this.bxxxinfo.gjzhzf = 0
} }
this.bxxxinfo.family_balance = res2.data.gjzhye this.bxxxinfo.family_balance = res2.data.gjzhye
...@@ -2150,11 +2023,10 @@ export default { ...@@ -2150,11 +2023,10 @@ export default {
} }
this.form.djf = this.round(this.round(this.round(this.bxxxinfo.patient_burden - this.bxxxinfo.gjzhzf, 2) - this.bxxxinfo.his_deduct_amount, 2) - this.bxxxinfo.grzhzf, 2) //this.round(this.round(this.round(this.bxxxinfo.patient_burden - this.bxxxinfo.gjzhzf, 2) - this.bxxxinfo.his_deduct_amount, 2) - this.bxxxinfo.grzhzf, 2) this.form.djf = this.round(this.round(this.round(this.bxxxinfo.patient_burden - this.bxxxinfo.gjzhzf, 2) - this.bxxxinfo.his_deduct_amount, 2) - this.bxxxinfo.grzhzf, 2) //this.round(this.round(this.round(this.bxxxinfo.patient_burden - this.bxxxinfo.gjzhzf, 2) - this.bxxxinfo.his_deduct_amount, 2) - this.bxxxinfo.grzhzf, 2)
this.dialogVisible = true this.dialogVisible = true
}) })
}) })
.catch(err => { .catch(err => {
this.preSettlement=false this.preSettlement = false
this.moreLoading = false this.moreLoading = false
this.yujiesuanLoading = false this.yujiesuanLoading = false
}) })
...@@ -2172,12 +2044,12 @@ export default { ...@@ -2172,12 +2044,12 @@ export default {
this.xj_amount = 0 this.xj_amount = 0
this.source_pay_amount = 0 this.source_pay_amount = 0
this.form = {} this.form = {}
let costIDarr=[] let costIDarr = []
this.costlist.forEach(element => { this.costlist.forEach(element => {
costIDarr.push(element.settle_fee_id) costIDarr.push(element.settle_fee_id)
}) })
await settleSelfPre({ await settleSelfPre({
settle_fee_id:costIDarr.toString(), settle_fee_id: costIDarr.toString(),
patient_id: this.patientData.patient_id, patient_id: this.patientData.patient_id,
prescription_nos: this.cost_id, prescription_nos: this.cost_id,
settle_type: this.selectTableArr[0] ? this.selectTableArr[0].settle_type.code : '', settle_type: this.selectTableArr[0] ? this.selectTableArr[0].settle_type.code : '',
...@@ -2187,8 +2059,8 @@ export default { ...@@ -2187,8 +2059,8 @@ export default {
this.yujiesuanLoading = false this.yujiesuanLoading = false
this.dialogVisible = true this.dialogVisible = true
this.bxxxinfo = res.data this.bxxxinfo = res.data
this.bxxxinfo.settle_type = //this.bxxxinfo.settle_type = this.bxxxinfo.settle_type.name this.bxxxinfo.settle_type = //this.bxxxinfo.settle_type = this.bxxxinfo.settle_type.name
this.man_name == '1' ? '自费' : this.man_name == '2' ? '门诊统筹' : this.man_name == '3' ? '医保个账' : this.man_name == '4' ? '门诊慢性病' : this.orders[0].name//this.typeList[0].settle_type.name this.man_name == '1' ? '自费' : this.man_name == '2' ? '门诊统筹' : this.man_name == '3' ? '医保个账' : this.man_name == '4' ? '门诊慢性病' : this.orders[0].name //this.typeList[0].settle_type.name
this.bxxxinfo.gjzhzf = 0 this.bxxxinfo.gjzhzf = 0
this.bxxxinfo.his_deduct_amount = 0 this.bxxxinfo.his_deduct_amount = 0
this.bxxxinfo.grzhzf = 0 this.bxxxinfo.grzhzf = 0
...@@ -2199,9 +2071,9 @@ export default { ...@@ -2199,9 +2071,9 @@ export default {
} else { } else {
this.bxxxinfo.his_deduct_amount = this.bxxxinfo.cash_balance this.bxxxinfo.his_deduct_amount = this.bxxxinfo.cash_balance
} }
if (this.bxxxinfo.gjzhzf == '' || this.bxxxinfo.gjzhzf == null || this.bxxxinfo.gjzhzf == undefined || this.bxxxinfo.gjzhzf == 'undefined' || this.bxxxinfo.gjzhzf == 'null') { if (this.bxxxinfo.gjzhzf == '' || this.bxxxinfo.gjzhzf == null || this.bxxxinfo.gjzhzf == undefined || this.bxxxinfo.gjzhzf == 'undefined' || this.bxxxinfo.gjzhzf == 'null') {
this.bxxxinfo.gjzhzf = 0 this.bxxxinfo.gjzhzf = 0
} }
this.form.djf = this.round(this.round(this.round(this.bxxxinfo.patient_burden - this.bxxxinfo.gjzhzf, 2) - this.bxxxinfo.his_deduct_amount, 2) - this.bxxxinfo.grzhzf, 2) this.form.djf = this.round(this.round(this.round(this.bxxxinfo.patient_burden - this.bxxxinfo.gjzhzf, 2) - this.bxxxinfo.his_deduct_amount, 2) - this.bxxxinfo.grzhzf, 2)
}) })
.catch(err => { .catch(err => {
...@@ -2380,12 +2252,7 @@ if (this.bxxxinfo.gjzhzf == '' || this.bxxxinfo.gjzhzf == null || this.bxxxinfo. ...@@ -2380,12 +2252,7 @@ if (this.bxxxinfo.gjzhzf == '' || this.bxxxinfo.gjzhzf == null || this.bxxxinfo.
patientId: this.patientData.patient_id, patientId: this.patientData.patient_id,
deptCode: this.dept, deptCode: this.dept,
}, },
// source_type: this.payData?.targetSys,
// source_trade_no: this.payData?.tradeNo,
channel: this.channel, channel: this.channel,
// xj_amount: this.xj_amount,
// source_pay_amount: this.source_pay_amount,
// tradeNo: this.payData.tradeNo,
patient_id: this.patientData.patient_id, patient_id: this.patientData.patient_id,
personal_pay: this.bxxxinfo.grzhzf, personal_pay: this.bxxxinfo.grzhzf,
family_pay: this.bxxxinfo.gjzhzf, family_pay: this.bxxxinfo.gjzhzf,
...@@ -2397,7 +2264,7 @@ if (this.bxxxinfo.gjzhzf == '' || this.bxxxinfo.gjzhzf == null || this.bxxxinfo. ...@@ -2397,7 +2264,7 @@ if (this.bxxxinfo.gjzhzf == '' || this.bxxxinfo.gjzhzf == null || this.bxxxinfo.
.then(response => { .then(response => {
const _this = this const _this = this
this.$message.success('结算成功') this.$message.success('结算成功')
this.preSettlement=true this.preSettlement = true
this.saveLoding = false this.saveLoding = false
this.dialogVisible = false this.dialogVisible = false
this.sureshow = false this.sureshow = false
...@@ -2435,7 +2302,6 @@ if (this.bxxxinfo.gjzhzf == '' || this.bxxxinfo.gjzhzf == null || this.bxxxinfo. ...@@ -2435,7 +2302,6 @@ if (this.bxxxinfo.gjzhzf == '' || this.bxxxinfo.gjzhzf == null || this.bxxxinfo.
this.jeizhishow = false this.jeizhishow = false
}) })
}, },
}, },
} }
</script> </script>
...@@ -2958,7 +2824,7 @@ if (this.bxxxinfo.gjzhzf == '' || this.bxxxinfo.gjzhzf == null || this.bxxxinfo. ...@@ -2958,7 +2824,7 @@ if (this.bxxxinfo.gjzhzf == '' || this.bxxxinfo.gjzhzf == null || this.bxxxinfo.
} }
.box-card { .box-card {
//@at-root width: 55%; //@at-root width: 55%;
background: #fff; background: #fff;
border-radius: 5px; border-radius: 5px;
...@@ -2972,7 +2838,7 @@ if (this.bxxxinfo.gjzhzf == '' || this.bxxxinfo.gjzhzf == null || this.bxxxinfo. ...@@ -2972,7 +2838,7 @@ if (this.bxxxinfo.gjzhzf == '' || this.bxxxinfo.gjzhzf == null || this.bxxxinfo.
} }
} }
.box-card-right { .box-card-right {
// width: 44%; // width: 44%;
background: #fff; background: #fff;
border-radius: 5px; border-radius: 5px;
margin-top: 10px; margin-top: 10px;
...@@ -3084,13 +2950,13 @@ button:active { ...@@ -3084,13 +2950,13 @@ button:active {
::v-deep.tableScopeSwitchBox .el-switch .el-switch__label { ::v-deep.tableScopeSwitchBox .el-switch .el-switch__label {
width: 60px !important; width: 60px !important;
} }
::v-deep .el-dialog__header{ ::v-deep .el-dialog__header {
padding: 10px ; padding: 10px;
} }
::v-deep .el-divider--horizontal{ ::v-deep .el-divider--horizontal {
margin: 15px 0; margin: 15px 0;
} }
::v-deep .el-table--medium td{ ::v-deep .el-table--medium td {
padding: 0px; padding: 0px;
} }
</style> </style>
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