Commit 141fa797 authored by 黄媛媛's avatar 黄媛媛

预付款冲抵

parent 957ce989
......@@ -102,6 +102,7 @@
tradeWay:'',
platformAccount:'',
Handmsg:{},
czmsg:{},
}
},
computed: {
......@@ -123,12 +124,21 @@
if(this.$route.query.Handmsg){
this.$router.push({ name: "addReceivablesDocuments",query:{"Handmsg":this.Handmsg,"tradeWay":this.tradeWay,"platformAccount":this.platformAccount,"id":id,"Name":Name,"Type":Type,"orderObj":this.orderObj,'path':this.$route.query.path,'IsUploadPic':IsUploadPic,'Cmd':this.$route.query.Cmd,'companyID':this.$route.query.companyID,blank:'y',tab:'新增收款单'}})
}else{
}
else{
this.$router.push({ name: "addReceivablesDocuments",query:{"tradeWay":this.tradeWay,"platformAccount":this.platformAccount,"id":id,"Name":Name,"Type":Type,"orderObj":this.orderObj,'path':this.$route.query.path,'IsUploadPic':IsUploadPic,'Cmd':this.$route.query.Cmd,'companyID':this.$route.query.companyID,blank:'y',tab:'新增收款单'}})
}
}else if(this.active==2){
// 领队报账 预付款冲抵
if(this.$route.query.czmsg){
this.$router.push({ name: path,query:{"czmsg":this.czmsg,"id":id,"Name":Name,"Type":Type,"orderObj":this.orderObj,'path':this.$route.query.path,'IsUploadPic':IsUploadPic,'Cmd':this.$route.query.Cmd,'companyID':this.$route.query.companyID,blank:'y',tab:'新增付款单'}})
}else{
this.$router.push({ name: path,query:{"id":id,"Name":Name,"Type":Type,"orderObj":this.orderObj,'path':this.$route.query.path,'IsUploadPic':IsUploadPic,'Cmd':this.$route.query.Cmd,'companyID':this.$route.query.companyID,blank:'y',tab:'新增付款单'}})
}
}else if(this.active==4){
this.$router.push({ name: path,query:{"id":id,"Name":Name,"Type":2,"orderObj":this.orderObj,'path':this.$route.query.path,'IsUploadPic':IsUploadPic,'Cmd':this.$route.query.Cmd,'companyID':this.$route.query.companyID,blank:'y',tab:'新增付款单'}})
}else {
......@@ -273,6 +283,8 @@
this.active = parseInt(this.$route.query.Type)?parseInt(this.$route.query.Type):1;
this.orderObj = this.$route.query.orderObj;
this.Handmsg = this.$route.query.Handmsg?this.$route.query.Handmsg:this.Handmsg;
this.czmsg = this.$route.query.czmsg?this.$route.query.czmsg:this.czmsg;
this.Financial_post_GetList();
},components: {
"my-FlowChartModule": myFlowChartModule
......
......@@ -559,6 +559,8 @@
</div>
<p class="_splic">///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////</p>
<div class="_tit _tit2 w890px">
<!-- 预付款冲抵 -->
<czBillModule :FrID='ID' />
<myGuanBill :ID="FrID" :FrID='FrID' :TemplateId='GetDetail.TemplateId' v-if="(((GetDetail.TemplateId === 36 || GetDetail.TemplateId === 37) && LeadState) || GetDetail.TemplateId === 63 || GetDetail.TemplateId === 59 || GetDetail.TemplateId === 43 || GetDetail.TemplateId === 48 || GetDetail.TemplateId === 53 || GetDetail.TemplateId === 56) && showModel" />
<myJiPiaoBill :ID="FrID" :FrID='FrID' :TemplateId='GetDetail.TemplateId' v-if="GetDetail.TemplateId === 2 || GetDetail.TemplateId === 12 && showModel" />
</div>
......@@ -570,7 +572,7 @@
<span class="_btn" v-if="tableShowTeam" @click="tableShowTeam=false">收起 <i class="iconfont icon-gengduo _rotate"></i> </span>
<span class="_btn" v-else @click="tableShowTeam=true">展开 <i class="iconfont icon-gengduo"></i> </span>
</p>
<div v-show="tableShowTeam" >
<div v-show="tableShowTeam">
<div>
<teamProductModule :ID="sonTCIDList"></teamProductModule>
</div>
......@@ -858,6 +860,7 @@ import ChongDiPage from "../commonPage/ChongDiPage.vue";
import myDJieBill from "./FinancialSubmodule/DjieMergeBillModule.vue";
import myGuanBill from "./FinancialSubmodule/GuanBillModule.vue";
import myJiPiaoBill from "./FinancialSubmodule/JiPiaoBillModule.vue";
import czBillModule from "./FinancialSubmodule/czBillModule.vue";
export default {
data(){
return{
......@@ -947,7 +950,8 @@ export default {
'myDJieBill': myDJieBill,
'ChongDiPage': ChongDiPage,
'myGuanBill': myGuanBill,
'myJiPiaoBill': myJiPiaoBill
'myJiPiaoBill': myJiPiaoBill,
"czBillModule":czBillModule
},
created(){
this.ID = this.$route.query.id;
......
<style>
@import url('../../../assets/css/domestic/TicketingModule.css');
.sanjiao-box{
position: relative;
}
.sanjiao-box .Receipt_table td{
padding: 0 10px;
}
.hover_text span{
cursor: pointer;
text-decoration: underline;
}
</style>
<template>
<div class="m_TicketingModule">
<div v-if="OtherType==7">
<div class="_tit">
<span class="_text">预付款单据</span>
<div>
<span class="_btn" v-if="tableShow" @click="tableShow=false">收起 <i class="iconfont icon-gengduo _rotate"></i> </span>
<span class="_btn" v-else @click="tableShow=true">展开 <i class="iconfont icon-gengduo"></i> </span>
</div>
</div>
<div v-show="tableShow" class="sanjiao-box _padding_20_15">
<table border="1" class="_border_color_b Receipt_table" bordercolor="#c94052" style="border-collapse:collapse;width: 100%;" v-loading='loading'>
<tr>
<th>单号</th>
<th>公司</th>
<th>费用类型</th>
<th>币种</th>
<th>汇率</th>
<th>金额</th>
<th>冲抵金额</th>
</tr>
<tr class="_color_b" v-for="(item,index) in czList" :key="index">
<td>{{item.FrID}}</td>
<td>{{item.BranchName}}</td>
<td>{{item.CostTypeName}}</td>
<td>{{item.CurrencyName}}</td>
<td>{{item.Rate}}</td>
<td>{{item.Money}}</td>
<td>{{item.MatchMoney}}</td>
</tr>
</table>
</div>
</div>
<div v-if="IsAdvanceFinance==1" style="border-top: 1px solid #DDDDDD;">
<div class="_tit">
<span class="_text">冲抵单据</span>
<div>
<span class="_btn" v-if="tableShow1" @click="tableShow1=false">收起 <i class="iconfont icon-gengduo _rotate"></i> </span>
<span class="_btn" v-else @click="tableShow1=true">展开 <i class="iconfont icon-gengduo"></i> </span>
</div>
</div>
<div v-show="tableShow1" class="sanjiao-box _padding_20_15">
<table border="1" class="_border_color_b Receipt_table" bordercolor="#c94052" style="border-collapse:collapse;width: 100%;" v-loading='loading'>
<tr>
<th>单号</th>
<th>公司</th>
<th>费用类型</th>
<th>币种</th>
<th>汇率</th>
<th>状态</th>
<th>金额</th>
</tr>
<tr class="_color_b" v-for="(item,index) in czTableList" :key="index">
<td>{{item.FrID}}</td>
<td>{{item.BranchName}}</td>
<td>{{item.CostTypeName}}</td>
<td>{{item.CurrencyName}}</td>
<td>{{item.Rate}}</td>
<td>{{item.StatusStr}}</td>
<td>{{item.Money}}</td>
</tr>
<tr class="_color_b">
<td colspan="6">合计</td>
<td>{{cdtotal}}</td>
</tr>
</table>
</div>
</div>
</div>
</template>
<script>
export default {
props:["FrID"],
data(){
return{
tableShow: true,
tableShow1: true,
tit: '',
details: [],
loading: true,
czList:[],
czTableList:[],
GetDetail:{},
OtherType:0,
ReFinanceId:0,
IsAdvanceFinance:-1,
cdtotal:0,
}
},watch:{
},created(){
},mounted(){
this.getDataDes();
},
methods:{
getDataDes(){
this.apipost('Financial_post_GetDetail', {ID:this.FrID,Type:1}, res => {
this.loading = false
if (res.data.resultCode == 1) {
let data=res.data.data;
this.OtherType=data.OtherType;
this.ReFinanceId=data.ReFinanceId;
this.IsAdvanceFinance=data.IsAdvanceFinance;
if(this.OtherType==7){
this.getDetails()
}else{
this.getczTableList();
}
}
}, err => {})
},
goDetail(id){
this.$router.push({ name: 'FinancialDocumentsDetail',query:{"id":id,blank:'y',tab:'单据详情'} })
},
getczTableList(){
this.loading = true
let msg={
pageIndex:1,
pageSize:100,
ReFinanceId:this.FrID
};
this.cdtotal=0;
this.apipost('Financial_get_GetAdvanceMatchFinancePageList', msg, res => {
this.loading = false
if (res.data.resultCode == 1) {
let data=res.data.data.pageData;
this.czTableList=data;
data.forEach(item => {
this.cdtotal+=item.Money;
});
}
else{
this.Error(res.data.message)
}
}, err => {})
},
getDetails(){
this.loading = true;
let msg={
pageIndex:1,
pageSize:20,
FrID:this.ReFinanceId,
CostTypeID:'',
sTradeDate:'',
eTradeDate:'',
};
this.apipost('Financial_get_GetAdvanceFinancePageList', msg, res=>{
if(res.data.resultCode == 1) {
this.loading = false
let data= res.data.data.pageData;
this.czList = data;
}
}, null)
}
}
}
</script>
......@@ -592,6 +592,7 @@ Vue.component('table-Money',{ //金额
<span>
<p style="line-height:20px">{{rowData.Type==1?'应收':'应付'}}:<span>{{rowData.Money}}</span></p>
<p style="line-height:20px">{{rowData.Type==1?'实收':'实付'}}:<span>{{rowData.PayMoney}}</span></p>
<p v-if="rowData.IsAdvanceFinance==1" style="line-height:20px">冲抵:<span>{{rowData.MatchMoney}}</span></p>
</span>`,
props:{
rowData:{
......
......@@ -688,6 +688,7 @@ Vue.component('table-Money',{ //金额
<span>
<p style="line-height:20px">{{rowData.Type==1?'应收':'应付'}}:<span>{{rowData.Money}}</span></p>
<p style="line-height:20px">{{rowData.Type==1?'实收':'实付'}}:<span>{{rowData.PayMoney}}</span></p>
<p v-if="rowData.IsAdvanceFinance==1" style="line-height:20px">冲抵:<span>{{rowData.MatchMoney}}</span></p>
</span>`,
props:{
rowData:{
......
......@@ -666,6 +666,8 @@ export default {
SelectDisablsed:0,
SelectState:false,
XSTC: false,
czmsg:{},
czmsgState:false,
}
},
methods:{
......@@ -937,6 +939,12 @@ export default {
}
this.loading = true;
this.msg.Description=this.Description;
// 预付款冲抵
if(this.czmsgState){
this.msg.ReFinanceId=this.czmsg.ReFinanceId;
this.msg.OtherType=this.czmsg.OtherType;
}
this.apipost('Financial_post_Set',this.msg,res=>{
if(res.data.resultCode==1){
//清除旅客名单数据
......@@ -1087,6 +1095,15 @@ export default {
getRate(cID,i,t,index){ // 根据选择币种获取汇率
this.coinGetList.forEach(x=>{
if(x.ID==i){
if(this.czmsgState){
if(t==1){
this.detailList.Rate = this.czmsg.Rate;
this.detailList.currenName = x.Name;
}else{
this.msg.detailList[index].Rate = this.czmsg.Rate;
this.msg.detailList[index].currenName = x.Name;
}
}else{
if(t==1){
this.detailList.Rate = cID === 57 ? x.PayRateHistory : x.PayRate;
this.detailList.currenName = x.Name;
......@@ -1094,9 +1111,12 @@ export default {
this.msg.detailList[index].Rate = cID === 57 ? x.PayRateHistory : x.PayRate;
this.msg.detailList[index].currenName = x.Name;
}
}
this.$forceUpdate();
}
})
this.Calculation(t,index+1)
},
financeinfo_post_GetClientTypeList(){ // 获取对象类型
......@@ -1291,8 +1311,8 @@ export default {
}else{
this.Description=this.GetDetail.Description;
}
if(this.orderObj){
this.msg.OrderID = this.orderObj.OrderID?this.orderObj.OrderID:0;
this.OrderSource = this.msg.OrderSource = this.orderObj.OrderSource?this.orderObj.OrderSource:0;
this.msg.TCID = this.orderObj.TCID?this.orderObj.TCID:0;
......@@ -1585,6 +1605,10 @@ export default {
this.msg.FrID = this.$route.query.FrID;
this.Financial_post_Get(this.$route.query.FrID,0);
}else{
if(this.$route.query.czmsg){
this.czmsg = JSON.parse(this.$route.query.czmsg);
this.czmsgState=true;
}
this.msg.TemplateId = this.$route.query.id;
if(this.$route.query.id==90 || this.$route.query.id==91){
this.msg.IsPublic=10;
......@@ -1599,6 +1623,7 @@ export default {
this.returnCode = this.$route.query.Conditon;
}
// this.admin_get_DepartmentGetList();
},components: {
......
......@@ -191,6 +191,11 @@
合同管理
<i class="iconfont icon-right1"></i>
</el-dropdown-item>
<!-- <el-dropdown-item class="clearfix _dropdown_other" @click.native="goUrlZC()">
<i class="iconfont icon-Newspaper" style="color:#f39c12"></i>
资产管理
<i class="iconfont icon-right1"></i>
</el-dropdown-item> -->
<!-- <el-dropdown-item class="clearfix _dropdown_other" @click.native="settingSys">
<i class="iconfont icon-menu-shezhi1" style="color:#2c3e50"></i>
......@@ -3597,6 +3602,15 @@ export default {
goUrlContract() {
this.$router.push({ path: 'ContractManage', query: {blank:'y' } });
},
goUrlZC(){
let url='';
if (!this.isOnline()) {
url="http://www.test.com:8080/#/Home";
}else{
url="http://zcyx.oytour.com/#/Home";
}
window.open(url)
},
//跳转至个人信息设置
goUrlPersonal(){
......
......@@ -347,7 +347,9 @@
._bank_type2 {
background-color: #FF9C01
}
.cdForm .el-form-item{
display: inline-block;
}
</style>
<template>
......@@ -942,6 +944,51 @@
</template>
</table>
<!-- 预付款冲抵 -->
<table class="leaderPayTable" border="0" cellspacing="1" cellpadding="0">
<tr>
<th colspan="8">预付款冲抵
</th>
</tr>
<tr v-for="(item, index) in TotalNav">
<td colspan="4">{{item.TCNUMS}}</td>
<!-- <td colspan="3">
<el-input size="mini" class="w150" type="number" v-model="item.price"></el-input>
</td> -->
<td colspan="4">
<input type="button" value="制单" class="leader2Btn" @click="ZhiDanChongDi(item)">
</td>
</tr>
<tr>
<th>单号</th>
<th>公司</th>
<th>费用类型</th>
<th>币种</th>
<th>金额</th>
<th>状态</th>
<th>付款对象</th>
</tr>
<tr v-for="(item,index) in czTableList" :key="index">
<td>
<span class="cursorpointer text-decoration"
@click="goFncUrl('FinancialDocumentsDetail', item.FrID)">{{item.FrID}}</span>
</td>
<td>{{item.BranchName}}</td>
<td>{{item.CostTypeName}}</td>
<td>{{item.CurrencyName}}</td>
<td>{{item.Money}}</td>
<td>{{item.StatusStr}}</td>
<td>
<el-tooltip class="item" effect="dark" :content="item.ClientTypeName+':'+item.RemitterName+'('+item.AccountNumber+')'" placement="top-start">
<div style="width:250px;overflow:hidden">{{item.ClientTypeName}}:{{item.RemitterName}}</div>
</el-tooltip>
</td>
</tr>
<tr v-if="czTableList.length==0">
<td colspan="12">暂无数据</td>
</tr>
</table>
<table class="leaderPayTable" border="0" cellspacing="1" cellpadding="0">
<tr>
<th colspan="4">意见调查表</th>
......@@ -964,6 +1011,7 @@
<td colspan="5">暂无数据</td>
</tr>
</table>
<template v-if="dataList.LeaderApply && dataList.LeaderApply.Status && dataList.LeaderApply.Status==1">
<el-input type="textarea" placeholder="请输入备注信息" v-model="dataList.LeaderApply.AccountForReason"
class="wLeader2" />
......@@ -974,8 +1022,8 @@
<input type="button" class="leader2Btn" @click="AuditOrder(1)" value="审核不通过"
v-show="dataList.LeaderApply.Status==1">
<input type="button" class="leader2Btn" value="打印" @click="printTable()">
<input v-if="UserId==615 && dataList.LeaderApply.Status==2" type="button" class="leader2Btn" value="取消审核" @click="CancelLeaderApply()">
</div>
</div>
<a :href="blankUrl" id="blankLink" target="_blank" style="display:none">1</a>
......@@ -1020,13 +1068,91 @@
<button class="normalBtn" type="primary" @click="goZhiDan2">{{$t('pub.sureBtn')}}</button>
</div>
</el-dialog>
<el-dialog title="预付款冲抵" width="860px" :visible.sync="cdState" center>
<el-form class="cdForm" label-width="90px">
<el-form-item label="单据">
<el-input class="w220" v-model="czMsg.FrID"></el-input>
</el-form-item>
<el-form-item label="费用类型">
<el-select filterable v-model='czMsg.CostTypeID' class="">
<el-option label="不限" value=''></el-option>
<el-option v-for="(item,index) in costList" :key="index" :label="item.Name" :value='item.ID'></el-option>
</el-select>
</el-form-item>
<el-form-item>
<input type="button" value="查询" class="leader2Btn" @click="czgetList">
</el-form-item>
<el-form-item label="交易日期">
<el-date-picker
v-model="czdateList"
type="daterange"
range-separator="至"
start-placeholder="开始日期"
end-placeholder="结束日期">
</el-date-picker>
</el-form-item>
</el-form>
<table class="leaderPayTable" border="0" cellspacing="1" cellpadding="0">
<tr>
<th></th>
<th>单号</th>
<th>公司</th>
<th>费用类型</th>
<th>币种</th>
<th>汇率</th>
<th>金额</th>
<th>冲抵金额</th>
<th>状态</th>
<th>付款对象</th>
</tr>
<tr v-for="(item,index) in czList" :key="index">
<td><input type="checkbox" :value="item" v-model="checkList" @change="ckeckOne"></td>
<td>{{item.FrID}}</td>
<td>{{item.BranchName}}</td>
<td>{{item.CostTypeName}}</td>
<td>{{item.CurrencyName}}</td>
<td>{{item.Rate}}</td>
<td>{{item.Money}}</td>
<td>{{item.MatchMoney}}</td>
<td>{{item.StatusStr}}</td>
<td>
<el-tooltip class="item" effect="dark" :content="item.ClientTypeName+':'+item.RemitterName+'('+item.AccountNumber+')'" placement="top-start">
<div style="width:250px;overflow:hidden">{{item.ClientTypeName}}:{{item.RemitterName}}</div>
</el-tooltip>
</td>
</tr>
<tr v-if="czList.length==0">
<td colspan="12">暂无数据</td>
</tr>
</table>
<el-pagination background @current-change="handleCurrentChange2"
layout="total,prev, pager, next, jumper" :page-size="czMsg.pageSize" :total='total2'>
</el-pagination>
<div slot="footer" class="dialog-footer">
<button class="hollowFixedBtn" @click="cdState=false">{{$t('pub.cancelBtn')}}</button>
<button class="normalBtn" type="primary" @click="goUrlZD">{{$t('pub.sureBtn')}}</button>
</div>
</el-dialog>
</div>
</template>
<script>
export default {
data() {
return {
UserId: 0,
czdateList:[],
czMsg:{
pageIndex:1,
pageSize:8,
FrID:0,
CostTypeID:'',
sTradeDate:'',
eTradeDate:'',
},
checkList:[],
cdState:false,
LineId: 0,
planPriceList: [],
zhuijiaList: [],
......@@ -1084,9 +1210,110 @@
AllBZPrice: 0,
ClientAccountListS: [],
currencyList: [],
Handmsg:{
OtherType:7,
ReFinanceId:0,
Rate:0,
TCNUM:'',
czState:true,
},
costList:[],
czList:[],
total2:0,
czTableList:[],
UserId:0,
OutBranchId:'',
};
},
methods: {
getczTableList(TCIDs){
let msg={
pageIndex:1,
pageSize:100,
TCIDs:TCIDs,
ReFinanceId:''
};
this.apipost('Financial_get_GetAdvanceMatchFinancePageList', msg, res => {
if (res.data.resultCode == 1) {
this.czTableList=res.data.data.pageData;
}
}, err => {})
},
handleCurrentChange2(val) {
this.czMsg.pageIndex = val;
this.czgetList();
},
goUrlZD(){
let that=this;
let checkList=JSON.parse(JSON.stringify(this.checkList))
if(this.checkList.length>1){
this.Error("只能选择一项!");
return;
}
if(this.checkList.length==0){
this.Error("至少选择一项");
return;
}
let arr=[];
var TCArr = [this.Handmsg.TCNUM];
let orderObj = {
OrderID: 0,
OrderSource: 8,
Obj: {},
TCIDList: TCArr
}
that.Handmsg.ReFinanceId=this.checkList[0].FrID;
that.Handmsg.Rate=this.checkList[0].Rate;
var msg=JSON.stringify(that.Handmsg);
let routeData = this.$router.resolve({
name: 'ChoiceAddFinancialDocuments',
query: {czmsg:msg,'orderObj': JSON.stringify(orderObj),companyID: this.OutBranchId,Type: 2}
})
window.open(routeData.href, '_blank')
},
ckeckOne(){
if(this.checkList.length==2){
this.checkList.splice(0,1);
}
if(this.checkList.length>1){
this.Error("只能选择一项!");
}
},
ZhiDanChongDi(item){
this.cdState=true;
this.Handmsg.TCNUM=item.TCIDS;
this.OutBranchId=item.OutBranchId;
this.checkList=[];
},
czgetList(){
if(this.czdateList && this.czdateList.length>0){
this.czMsg.sTradeDate=this.czdateList[0];
this.czMsg.eTradeDate=this.czdateList[1];
}else{
this.czMsg.sTradeDate='';
this.czMsg.eTradeDate='';
}
this.apipost("Financial_get_GetAdvanceFinancePageList", this.czMsg, res => {
if (res.data.resultCode === 1) {
this.czList = res.data.data.pageData;
this.total2=res.data.data.count;
}
}, null)
},
getCostTypeList() {
this.apipost("Financial_get_GetAdvanceCostTypeList", {}, res => {
if (res.data.resultCode === 1) {
this.costList = res.data.data
}else{
this.Error(res.data.message)
}
}, null)
},
GetDinnerPrice(item) {
var totalPrice = 0;
var DiningID = 0;
......@@ -1097,7 +1324,9 @@
if (subItem.DiningID == DiningID && subItem.UseDinnerType == UseDinnerType && subItem.UseTimeStr ==
UseTimeStr) {
totalPrice += 0
} else {
}
else
{
totalPrice += subItem.TradingTotalPrice
}
DiningID = subItem.DiningID;
......@@ -1432,6 +1661,7 @@
dom.href = `http://${window.location.host}/#${fullPath}`;
dom.click();
},
getNavT() {
let _this = this
this.apipost(
......@@ -1439,6 +1669,7 @@
TCIDs: this.$route.query.id
},
res => {
if (res.data.resultCode == 1) {
let TotalNav = res.data.data.list;
let listCost = res.data.data.listCost;
......@@ -1446,11 +1677,23 @@
listCost.forEach(x => {
x.price = 0
})
TotalNav.forEach(x => {
let Tcnums='';
TotalNav.forEach((x,index) => {
TotalNav.LeaderGetPriceT = 0;
let str=",";
if(index==0){
str='';
}
Tcnums+=str+x.TCIDS;
});
this.TotalNav = TotalNav;
this.listCost = listCost;
if(Tcnums!=''){
this.getczTableList(Tcnums);
}
} else {
this.$message.error(res.data.message);
}
......@@ -1660,7 +1903,8 @@
if (dj.id == (ai.NewDiningID + ai.UseTimeStr + ai.UseDinnerTypeStr)) {
dj.data.push(ai);
break;
} else {
}
else {
list.push(ai)
}
}
......@@ -1879,6 +2123,8 @@
this.financeinfo_post_GetClientAccountList()
this.getCurrencyList();
this.getzhuijiaList()
this.getCostTypeList();
this.czgetList();
}
};
......
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