Commit a13da573 authored by 罗超's avatar 罗超

Merge branch 'master' of http://gitlab.oytour.com/luochao/confucius into master

parents 8d1bda1d 6aec69cb
...@@ -149,7 +149,7 @@ ...@@ -149,7 +149,7 @@
<div class="plan_LeftTitle">上课时间:</div> <div class="plan_LeftTitle">上课时间:</div>
<div class="plan_RightInner">{{subItem.StartTime}}-{{subItem.EndTime}}</div> <div class="plan_RightInner">{{subItem.StartTime}}-{{subItem.EndTime}}</div>
</div> </div>
<div class="plan_Inner"> <div class="plan_Inner" v-if="subItem.ClassName">
<div class="plan_LeftTitle">班级:</div> <div class="plan_LeftTitle">班级:</div>
<div class="plan_RightInner">{{subItem.ClassName}}</div> <div class="plan_RightInner">{{subItem.ClassName}}</div>
</div> </div>
...@@ -163,7 +163,7 @@ ...@@ -163,7 +163,7 @@
<span style="margin-right:10px;" v-for="tItem in subItem.GuestList">{{tItem.GuestName}}</span> <span style="margin-right:10px;" v-for="tItem in subItem.GuestList">{{tItem.GuestName}}</span>
</div> </div>
</div> </div>
<div class="plan_Inner" style="align-items:center;"> <div class="plan_Inner" style="align-items:center;" v-if="subItem.CompleteProgress>=0">
<div class="plan_LeftTitle">课程进度:</div> <div class="plan_LeftTitle">课程进度:</div>
<div class="plan_RightInner"> <div class="plan_RightInner">
<el-progress :percentage="subItem.CompleteProgress"></el-progress> <el-progress :percentage="subItem.CompleteProgress"></el-progress>
...@@ -190,7 +190,7 @@ ...@@ -190,7 +190,7 @@
<div class="plan_LeftTitle">上课时间:</div> <div class="plan_LeftTitle">上课时间:</div>
<div class="plan_RightInner">{{subItem.StartTime}}-{{subItem.EndTime}}</div> <div class="plan_RightInner">{{subItem.StartTime}}-{{subItem.EndTime}}</div>
</div> </div>
<div class="plan_Inner"> <div class="plan_Inner" v-if="subItem.ClassName">
<div class="plan_LeftTitle">班级:</div> <div class="plan_LeftTitle">班级:</div>
<div class="plan_RightInner">{{subItem.ClassName}}</div> <div class="plan_RightInner">{{subItem.ClassName}}</div>
</div> </div>
...@@ -204,7 +204,7 @@ ...@@ -204,7 +204,7 @@
<span style="margin-right:10px;" v-for="tItem in subItem.GuestList">{{tItem.GuestName}}</span> <span style="margin-right:10px;" v-for="tItem in subItem.GuestList">{{tItem.GuestName}}</span>
</div> </div>
</div> </div>
<div class="plan_Inner" style="align-items:center;"> <div class="plan_Inner" style="align-items:center;" v-if="subItem.CompleteProgress>=0">
<div class="plan_LeftTitle">课程进度:</div> <div class="plan_LeftTitle">课程进度:</div>
<div class="plan_RightInner"> <div class="plan_RightInner">
<el-progress :percentage="subItem.CompleteProgress"></el-progress> <el-progress :percentage="subItem.CompleteProgress"></el-progress>
...@@ -216,8 +216,6 @@ ...@@ -216,8 +216,6 @@
<td> <td>
<div class="plan_ClassDate">{{dataList.wednesdayList[index].ClassDate}}</div> <div class="plan_ClassDate">{{dataList.wednesdayList[index].ClassDate}}</div>
<el-collapse v-if="dataList.wednesdayList[index].SubList&&dataList.wednesdayList[index].SubList.length>0"> <el-collapse v-if="dataList.wednesdayList[index].SubList&&dataList.wednesdayList[index].SubList.length>0">
<!-- <el-collapse-item v-for="(subItem,subIndex) in dataList.wednesdayList[index].SubList" :key="subIndex"
:title="'老师:'+subItem.TeacherName+' 教室:'+subItem.RoomName" :name="subIndex"> -->
<el-collapse-item v-for="(subItem,subIndex) in dataList.wednesdayList[index].SubList" :key="subIndex" <el-collapse-item v-for="(subItem,subIndex) in dataList.wednesdayList[index].SubList" :key="subIndex"
:name="subIndex"> :name="subIndex">
<template slot="title"> <template slot="title">
...@@ -233,7 +231,7 @@ ...@@ -233,7 +231,7 @@
<div class="plan_LeftTitle">上课时间:</div> <div class="plan_LeftTitle">上课时间:</div>
<div class="plan_RightInner">{{subItem.StartTime}}-{{subItem.EndTime}}</div> <div class="plan_RightInner">{{subItem.StartTime}}-{{subItem.EndTime}}</div>
</div> </div>
<div class="plan_Inner"> <div class="plan_Inner" v-if="subItem.ClassName">
<div class="plan_LeftTitle">班级:</div> <div class="plan_LeftTitle">班级:</div>
<div class="plan_RightInner">{{subItem.ClassName}}</div> <div class="plan_RightInner">{{subItem.ClassName}}</div>
</div> </div>
...@@ -247,7 +245,7 @@ ...@@ -247,7 +245,7 @@
<span style="margin-right:10px;" v-for="tItem in subItem.GuestList">{{tItem.GuestName}}</span> <span style="margin-right:10px;" v-for="tItem in subItem.GuestList">{{tItem.GuestName}}</span>
</div> </div>
</div> </div>
<div class="plan_Inner" style="align-items:center;"> <div class="plan_Inner" style="align-items:center;" v-if="subItem.CompleteProgress>=0">
<div class="plan_LeftTitle">课程进度:</div> <div class="plan_LeftTitle">课程进度:</div>
<div class="plan_RightInner"> <div class="plan_RightInner">
<el-progress :percentage="subItem.CompleteProgress"></el-progress> <el-progress :percentage="subItem.CompleteProgress"></el-progress>
...@@ -268,13 +266,16 @@ ...@@ -268,13 +266,16 @@
<span v-if="subItem.TimeStr==='晚上'" class="commonTimeStr orangeTime">{{subItem.TimeStr}}</span> <span v-if="subItem.TimeStr==='晚上'" class="commonTimeStr orangeTime">{{subItem.TimeStr}}</span>
<span style="color:red;margin:0 5px;">{{subItem.TeacherName}}</span> <span style="color:red;margin:0 5px;">{{subItem.TeacherName}}</span>
<span>[{{subItem.RoomName}}]</span> <span>[{{subItem.RoomName}}]</span>
  <q-tooltip :offset="[10, 10]" v-if="subItem.ClassType==2">
   试听课
  </q-tooltip>
</div> </div>
</template> </template>
<div class="plan_Inner"> <div class="plan_Inner">
<div class="plan_LeftTitle">上课时间:</div> <div class="plan_LeftTitle">上课时间:</div>
<div class="plan_RightInner">{{subItem.StartTime}}-{{subItem.EndTime}}</div> <div class="plan_RightInner">{{subItem.StartTime}}-{{subItem.EndTime}}</div>
</div> </div>
<div class="plan_Inner"> <div class="plan_Inner" v-if="subItem.ClassName">
<div class="plan_LeftTitle">班级:</div> <div class="plan_LeftTitle">班级:</div>
<div class="plan_RightInner">{{subItem.ClassName}}</div> <div class="plan_RightInner">{{subItem.ClassName}}</div>
</div> </div>
...@@ -288,7 +289,7 @@ ...@@ -288,7 +289,7 @@
<span style="margin-right:10px;" v-for="tItem in subItem.GuestList">{{tItem.GuestName}}</span> <span style="margin-right:10px;" v-for="tItem in subItem.GuestList">{{tItem.GuestName}}</span>
</div> </div>
</div> </div>
<div class="plan_Inner" style="align-items:center;"> <div class="plan_Inner" style="align-items:center;" v-if="subItem.CompleteProgress>=0">
<div class="plan_LeftTitle">课程进度:</div> <div class="plan_LeftTitle">课程进度:</div>
<div class="plan_RightInner"> <div class="plan_RightInner">
<el-progress :percentage="subItem.CompleteProgress"></el-progress> <el-progress :percentage="subItem.CompleteProgress"></el-progress>
...@@ -315,7 +316,7 @@ ...@@ -315,7 +316,7 @@
<div class="plan_LeftTitle">上课时间:</div> <div class="plan_LeftTitle">上课时间:</div>
<div class="plan_RightInner">{{subItem.StartTime}}-{{subItem.EndTime}}</div> <div class="plan_RightInner">{{subItem.StartTime}}-{{subItem.EndTime}}</div>
</div> </div>
<div class="plan_Inner"> <div class="plan_Inner" v-if="subItem.ClassName">
<div class="plan_LeftTitle">班级:</div> <div class="plan_LeftTitle">班级:</div>
<div class="plan_RightInner">{{subItem.ClassName}}</div> <div class="plan_RightInner">{{subItem.ClassName}}</div>
</div> </div>
...@@ -329,7 +330,7 @@ ...@@ -329,7 +330,7 @@
<span style="margin-right:10px;" v-for="tItem in subItem.GuestList">{{tItem.GuestName}}</span> <span style="margin-right:10px;" v-for="tItem in subItem.GuestList">{{tItem.GuestName}}</span>
</div> </div>
</div> </div>
<div class="plan_Inner" style="align-items:center;"> <div class="plan_Inner" style="align-items:center;" v-if="subItem.CompleteProgress>=0">
<div class="plan_LeftTitle">课程进度:</div> <div class="plan_LeftTitle">课程进度:</div>
<div class="plan_RightInner"> <div class="plan_RightInner">
<el-progress :percentage="subItem.CompleteProgress"></el-progress> <el-progress :percentage="subItem.CompleteProgress"></el-progress>
...@@ -356,7 +357,7 @@ ...@@ -356,7 +357,7 @@
<div class="plan_LeftTitle">上课时间:</div> <div class="plan_LeftTitle">上课时间:</div>
<div class="plan_RightInner">{{subItem.StartTime}}-{{subItem.EndTime}}</div> <div class="plan_RightInner">{{subItem.StartTime}}-{{subItem.EndTime}}</div>
</div> </div>
<div class="plan_Inner"> <div class="plan_Inner" v-if="subItem.ClassName">
<div class="plan_LeftTitle">班级:</div> <div class="plan_LeftTitle">班级:</div>
<div class="plan_RightInner">{{subItem.ClassName}}</div> <div class="plan_RightInner">{{subItem.ClassName}}</div>
</div> </div>
...@@ -370,7 +371,7 @@ ...@@ -370,7 +371,7 @@
<span style="margin-right:10px;" v-for="tItem in subItem.GuestList">{{tItem.GuestName}}</span> <span style="margin-right:10px;" v-for="tItem in subItem.GuestList">{{tItem.GuestName}}</span>
</div> </div>
</div> </div>
<div class="plan_Inner" style="align-items:center;"> <div class="plan_Inner" style="align-items:center;" v-if="subItem.CompleteProgress>=0">
<div class="plan_LeftTitle">课程进度:</div> <div class="plan_LeftTitle">课程进度:</div>
<div class="plan_RightInner"> <div class="plan_RightInner">
<el-progress :percentage="subItem.CompleteProgress"></el-progress> <el-progress :percentage="subItem.CompleteProgress"></el-progress>
...@@ -397,7 +398,7 @@ ...@@ -397,7 +398,7 @@
<div class="plan_LeftTitle">上课时间:</div> <div class="plan_LeftTitle">上课时间:</div>
<div class="plan_RightInner">{{subItem.StartTime}}-{{subItem.EndTime}}</div> <div class="plan_RightInner">{{subItem.StartTime}}-{{subItem.EndTime}}</div>
</div> </div>
<div class="plan_Inner"> <div class="plan_Inner" v-if="subItem.ClassName">
<div class="plan_LeftTitle">班级:</div> <div class="plan_LeftTitle">班级:</div>
<div class="plan_RightInner">{{subItem.ClassName}}</div> <div class="plan_RightInner">{{subItem.ClassName}}</div>
</div> </div>
...@@ -411,7 +412,7 @@ ...@@ -411,7 +412,7 @@
<span style="margin-right:10px;" v-for="tItem in subItem.GuestList">{{tItem.GuestName}}</span> <span style="margin-right:10px;" v-for="tItem in subItem.GuestList">{{tItem.GuestName}}</span>
</div> </div>
</div> </div>
<div class="plan_Inner" style="align-items:center;"> <div class="plan_Inner" style="align-items:center;" v-if="subItem.CompleteProgress>=0">
<div class="plan_LeftTitle">课程进度:</div> <div class="plan_LeftTitle">课程进度:</div>
<div class="plan_RightInner"> <div class="plan_RightInner">
<el-progress :percentage="subItem.CompleteProgress"></el-progress> <el-progress :percentage="subItem.CompleteProgress"></el-progress>
......
...@@ -140,7 +140,7 @@ ...@@ -140,7 +140,7 @@
<div class="page-body paymentDetail"> <div class="page-body paymentDetail">
<div class="page-search items-center"> <div class="page-search items-center">
<div class="p_titleList"> <div class="p_titleList">
<div class="p_title"> <div class="p_title">
<q-btn color="accent" size="sm" class="q-mr-sm" label="返回" @click="goBack" /> <q-btn color="accent" size="sm" class="q-mr-sm" label="返回" @click="goBack" />
活动收支</div> 活动收支</div>
...@@ -190,7 +190,7 @@ ...@@ -190,7 +190,7 @@
<div class="pay_Inner">应收=订单应收总额,实收=订单 实收总额</div> <div class="pay_Inner">应收=订单应收总额,实收=订单 实收总额</div>
</div> </div>
</div> </div>
<div class="col paymentList"> <div class="col paymentList">
<div class="pay_topList"> <div class="pay_topList">
<img src="../../assets/images/myimg/bjsr.png" alt="" /> <img src="../../assets/images/myimg/bjsr.png" alt="" />
<span class="pay_Title">活动支出</span> <span class="pay_Title">活动支出</span>
...@@ -300,8 +300,8 @@ ...@@ -300,8 +300,8 @@
<q-btn label="新增收款" color="accent q-px-md" size="sm" style="font-weight:400 !important;" <q-btn label="新增收款" color="accent q-px-md" size="sm" style="font-weight:400 !important;"
@click="goShoukuan(1)" /> @click="goShoukuan(1)" />
</div> </div>
<div class="pay_TopTitle" style="margin:15px 0 15px 20px;font-size:12px;"> <div class="pay_TopTitle" style="margin:30px 0 15px 20px;font-size:12px;">
<span class="Pay_Line" style="background-color:#02C499;"></span>活动收入 <span class="Pay_Line" style="background-color:#02C499;"></span>其他收入
</div> </div>
<table class="payTable"> <table class="payTable">
<tr> <tr>
...@@ -314,12 +314,12 @@ ...@@ -314,12 +314,12 @@
<th width='180'>审核状态</th> <th width='180'>审核状态</th>
<th width="200">当前审核人</th> <th width="200">当前审核人</th>
</tr> </tr>
<tr v-if="dataList && dataList.FiniceReciveList==0"> <tr v-if="dataList && dataList.OtherFiniceReciveList==0">
<td :colspan="8" align="center">暂无数据</td> <td :colspan="8" align="center">暂无数据</td>
</tr> </tr>
<tr v-for="(item,index) in dataList.FiniceReciveList" :key="index"> <tr v-for="(item,index) in dataList.OtherFiniceReciveList" :key="index">
<td> <td>
<span class="finince_Order" @click="goOrderDetail('FinancialDocumentsDetail',item)">{{item.FrID}}</span> <span class="finince_Order">{{item.FrID}}</span>
</td> </td>
<td><span v-for="subItem in item.CostTypeList" :key="subItem.subCode">{{subItem}}</span></td> <td><span v-for="subItem in item.CostTypeList" :key="subItem.subCode">{{subItem}}</span></td>
<td style="text-align:left;"> <td style="text-align:left;">
...@@ -351,8 +351,8 @@ ...@@ -351,8 +351,8 @@
</td> </td>
</tr> </tr>
</table> </table>
<div class="pay_TopTitle" style="margin:30px 0 15px 20px;font-size:12px;"> <div class="pay_TopTitle" style="margin:15px 0 15px 20px;font-size:12px;">
<span class="Pay_Line" style="background-color:#02C499;"></span>其他收入 <span class="Pay_Line" style="background-color:#02C499;"></span>活动收入
</div> </div>
<table class="payTable"> <table class="payTable">
<tr> <tr>
...@@ -365,12 +365,12 @@ ...@@ -365,12 +365,12 @@
<th width='180'>审核状态</th> <th width='180'>审核状态</th>
<th width="200">当前审核人</th> <th width="200">当前审核人</th>
</tr> </tr>
<tr v-if="dataList && dataList.OtherFiniceReciveList==0"> <tr v-if="dataList && dataList.FiniceReciveList==0">
<td :colspan="8" align="center">暂无数据</td> <td :colspan="8" align="center">暂无数据</td>
</tr> </tr>
<tr v-for="(item,index) in dataList.OtherFiniceReciveList" :key="index"> <tr v-for="(item,index) in dataList.FiniceReciveList" :key="index">
<td> <td>
<span class="finince_Order">{{item.FrID}}</span> <span class="finince_Order" @click="goOrderDetail('FinancialDocumentsDetail',item)">{{item.FrID}}</span>
</td> </td>
<td><span v-for="subItem in item.CostTypeList" :key="subItem.subCode">{{subItem}}</span></td> <td><span v-for="subItem in item.CostTypeList" :key="subItem.subCode">{{subItem}}</span></td>
<td style="text-align:left;"> <td style="text-align:left;">
...@@ -408,8 +408,9 @@ ...@@ -408,8 +408,9 @@
<q-btn label="新增付款" color="accent q-px-md" size="sm" style="font-weight:400 !important;" <q-btn label="新增付款" color="accent q-px-md" size="sm" style="font-weight:400 !important;"
@click="goShoukuan(2)" /> @click="goShoukuan(2)" />
</div> </div>
<div class="pay_TopTitle" style="margin:15px 0 15px 20px;font-size:12px;"> <div class="pay_TopTitle" style="margin:15px 0 15px 20px;font-size:12px;">
<span class="Pay_Line" style="background-color:#02C499;"></span>活动支出 <span class="Pay_Line" style="background-color:#F28C1D;"></span>其他支出
</div> </div>
<table class="payTable"> <table class="payTable">
<tr> <tr>
...@@ -422,25 +423,25 @@ ...@@ -422,25 +423,25 @@
<th width='180'>审核状态</th> <th width='180'>审核状态</th>
<th width="200">当前审核人</th> <th width="200">当前审核人</th>
</tr> </tr>
<tr v-if="dataList && dataList.FinicePayList==0"> <tr v-if="dataList && dataList.OtherFinicePayList==0">
<td :colspan="8" align="center">暂无数据</td> <td :colspan="8" align="center">暂无数据</td>
</tr> </tr>
<tr v-for="(item,index) in dataList.FinicePayList" :key="index"> <tr v-for="(item,index) in dataList.OtherFinicePayList" :key="index">
<td> <td>
<span class="finince_Order" @click="goOrderDetail('FinancialDocumentsDetail',item)">{{item.FrID}}</span> <span class="finince_Order" @click="goOrderDetail('FinancialDocumentsDetail',item)">{{item.FrID}}</span>
</td> </td>
<td><span v-for="subItem in item.CostTypeList" :key="subItem.subCode">{{subItem}}</span></td> <td><span v-for="subItem in item.CostTypeList" :key="subItem.subCode">{{subItem}}</span></td>
<td style="text-align:left;"> <td style="text-align:left;">
<div v-for="childItem in item.TradeWayList"> <div v-for="childItem in item.TradeWayList">
支付方式:{{childItem.Alias}}<span class="TB_Rate"> 币种:{{childItem.CurrencyName}}</span> 支付方式:{{childItem.Alias}}<span class="TB_Rate">币种:{{childItem.CurrencyName}}</span>
<span class="Team_Coins orangeStyle">{{childItem.OriginalMoney}}*{{childItem.Rate}}</span> <span class="Team_Coins orangeStyle">-{{childItem.OriginalMoney}}*{{childItem.Rate}}</span>
<span class="TB_Rate" style="margin-left:10px;">汇率:{{childItem.Rate}}</span> <span class="TB_Rate" style="margin-left:10px;">汇率:{{childItem.Rate}}</span>
</div> </div>
</td> </td>
<td> <td>
<div class="financeYing"> <div class="financeYing">
{{item.Money}}<br /> {{item.Money}}<br />
{{item.PayMoney}} {{item.PayMoney}}
</div> </div>
</td> </td>
<td>{{item.TradeDate}}</td> <td>{{item.TradeDate}}</td>
...@@ -460,7 +461,7 @@ ...@@ -460,7 +461,7 @@
</tr> </tr>
</table> </table>
<div class="pay_TopTitle" style="margin:15px 0 15px 20px;font-size:12px;"> <div class="pay_TopTitle" style="margin:15px 0 15px 20px;font-size:12px;">
<span class="Pay_Line" style="background-color:#F28C1D;"></span>其他支出 <span class="Pay_Line" style="background-color:#02C499;"></span>活动支出
</div> </div>
<table class="payTable"> <table class="payTable">
<tr> <tr>
...@@ -473,25 +474,25 @@ ...@@ -473,25 +474,25 @@
<th width='180'>审核状态</th> <th width='180'>审核状态</th>
<th width="200">当前审核人</th> <th width="200">当前审核人</th>
</tr> </tr>
<tr v-if="dataList && dataList.OtherFinicePayList==0"> <tr v-if="dataList && dataList.FinicePayList==0">
<td :colspan="8" align="center">暂无数据</td> <td :colspan="8" align="center">暂无数据</td>
</tr> </tr>
<tr v-for="(item,index) in dataList.OtherFinicePayList" :key="index"> <tr v-for="(item,index) in dataList.FinicePayList" :key="index">
<td> <td>
<span class="finince_Order" @click="goOrderDetail('FinancialDocumentsDetail',item)">{{item.FrID}}</span> <span class="finince_Order" @click="goOrderDetail('FinancialDocumentsDetail',item)">{{item.FrID}}</span>
</td> </td>
<td><span v-for="subItem in item.CostTypeList" :key="subItem.subCode">{{subItem}}</span></td> <td><span v-for="subItem in item.CostTypeList" :key="subItem.subCode">{{subItem}}</span></td>
<td style="text-align:left;"> <td style="text-align:left;">
<div v-for="childItem in item.TradeWayList"> <div v-for="childItem in item.TradeWayList">
支付方式:{{childItem.Alias}}<span class="TB_Rate">币种:{{childItem.CurrencyName}}</span> 支付方式:{{childItem.Alias}}<span class="TB_Rate"> 币种:{{childItem.CurrencyName}}</span>
<span class="Team_Coins orangeStyle">-{{childItem.OriginalMoney}}*{{childItem.Rate}}</span> <span class="Team_Coins orangeStyle">{{childItem.OriginalMoney}}*{{childItem.Rate}}</span>
<span class="TB_Rate" style="margin-left:10px;">汇率:{{childItem.Rate}}</span> <span class="TB_Rate" style="margin-left:10px;">汇率:{{childItem.Rate}}</span>
</div> </div>
</td> </td>
<td> <td>
<div class="financeYing"> <div class="financeYing">
{{item.Money}}<br /> {{item.Money}}<br />
{{item.PayMoney}} {{item.PayMoney}}
</div> </div>
</td> </td>
<td>{{item.TradeDate}}</td> <td>{{item.TradeDate}}</td>
...@@ -520,7 +521,7 @@ ...@@ -520,7 +521,7 @@
data() { data() {
return { return {
dataList: { dataList: {
ClassInfo:{} ClassInfo: {}
}, //数据 }, //数据
msg: { msg: {
Id: 0, Id: 0,
...@@ -536,17 +537,17 @@ ...@@ -536,17 +537,17 @@
methods: { methods: {
getData() { getData() {
this.loading = true; this.loading = true;
this.apipostDS("/api/Education/GetActivityBalanceSheet",this.msg,(res)=>{ this.apipostDS("/api/Education/GetActivityBalanceSheet", this.msg, (res) => {
this.loading = false this.loading = false
if(res.data.resultCode===1){ if (res.data.resultCode === 1) {
this.dataList = res.data.data; this.dataList = res.data.data;
console.log(500,this.dataList) console.log(500, this.dataList)
} }
}) })
}, },
//减法 得实收 //减法 得实收
getShiShou(num1, num2) { getShiShou(num1, num2) {
if (num1!=='' && num2!=='') { if (num1 !== '' && num2 !== '') {
return parseInt(num1) - parseInt(num2); return parseInt(num1) - parseInt(num2);
} else { } else {
return 0; return 0;
...@@ -573,8 +574,8 @@ ...@@ -573,8 +574,8 @@
// Obj: {}, // Obj: {},
// SourceID: 0, // SourceID: 0,
// TCIDList: TCIDARR, // TCIDList: TCIDARR,
OtherType:41, OtherType: 41,
ReFinanceId :this.msg.Id ReFinanceId: this.msg.Id
} }
this.$router.push({ this.$router.push({
path: '/financial/financalDocument/ChoiceAddFinancialDocuments', path: '/financial/financalDocument/ChoiceAddFinancialDocuments',
...@@ -590,9 +591,9 @@ ...@@ -590,9 +591,9 @@
}); });
}, },
goBack(){ goBack() {
this.$router.go(-1) this.$router.go(-1)
} , },
} }
} }
......
...@@ -200,11 +200,11 @@ ...@@ -200,11 +200,11 @@
}, },
resetSearch() { resetSearch() {
this.msg.pageIndex = 1; this.msg.pageIndex = 1;
this.getVisitoryPage(); this.getList();
}, },
changePage() { changePage(val) {
this.msg.pageIndex = val; this.msg.pageIndex = val;
this.getVisitoryPage(); this.getList();
}, },
//过滤备注显示 //过滤备注显示
getRemarks(remark) { getRemarks(remark) {
......
...@@ -23,6 +23,13 @@ ...@@ -23,6 +23,13 @@
<q-btn color="accent" size="sm" class="q-mr-md" icon="add" label="新增供应商" @click="EditSupplier(null)" /> <q-btn color="accent" size="sm" class="q-mr-md" icon="add" label="新增供应商" @click="EditSupplier(null)" />
</div> </div>
</template> </template>
<template v-slot:body-cell-Name="props">
<q-td>
<div style="min-width: 150px;word-break: break-word;white-space: normal;">
{{props.row.Name}}
</div>
</q-td>
</template>
<template v-slot:body-cell-ContractUrl="props"> <template v-slot:body-cell-ContractUrl="props">
<q-td> <q-td>
<template v-if="props.row.ContractUrl&&props.row.ContractUrl!=''"> <template v-if="props.row.ContractUrl&&props.row.ContractUrl!=''">
......
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