Commit abfdd2f3 authored by liudong1993's avatar liudong1993

1

parent 17318a6a
......@@ -173,7 +173,8 @@
</el-row>
</el-form>
<div>
<span>注:和工与和中信需每日维护银行流水得到期末余额,其他账户则根据财务单据自动计算期末余额</span>
<!-- <span>注:和工与和中信需每日维护银行流水得到期末余额,其他账户则根据财务单据自动计算期末余额</span> -->
<span>注:均根据填入的银行流水计算得到期末余额</span>
</div>
<ul>
<li>
......@@ -206,7 +207,8 @@
:key="index"
align="center">
<template #header>
<div style="cursor: pointer;" @click="getTimeObj(item)">{{ String(item.StartDate) }} <i v-if="msg.BankType==1&&(msg.BankId==1||msg.BankId==35)" style="color: #33B3FF" class="el-icon-edit"></i> </div>
<!-- <div style="cursor: pointer;" @click="getTimeObj(item)">{{ String(item.StartDate) }} <i v-if="msg.BankType==1&&(msg.BankId==1||msg.BankId==35)" style="color: #33B3FF" class="el-icon-edit"></i> </div> -->
<div style="cursor: pointer;" @click="getTimeObj(item)">{{ String(item.StartDate) }} <i style="color: #33B3FF" class="el-icon-edit"></i> </div>
</template>
<el-table-column style="position: relative;" :label="String(item.StartBalance)" align="center">
<el-table-column prop="" :label="$t('objFill.v103.yinhangshouru')" width="120" align="center">
......@@ -308,6 +310,7 @@ export default {
isShowBankSta: false,
BankStaObj:{
BankId: 0,//银行ID
BankType: 1,
Date: '',// 日期
StartBalance: '',// 期初余额
Image: '',
......@@ -373,6 +376,7 @@ export default {
this.BankStaObj = {
Id: 0,
BankId: this.msg.BankId,
BankType: this.msg.BankType,
Date: '',
StartBalance: 0,
Image: '',
......@@ -392,10 +396,11 @@ export default {
this.isShowBankSta = true
},
getTimeObj(item){
if(!(this.msg.BankType==1&&(this.msg.BankId==1||this.msg.BankId==35))){return;}
// if(!(this.msg.BankType==1&&(this.msg.BankId==1||this.msg.BankId==35))){return;}
this.BankStaObj = {
Id: 1,
BankId: this.msg.BankId,
BankType: this.msg.BankType,
Date: item.StartDate,
StartBalance: item.StartBalance,
Image: '',
......
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