Commit 32d8576d authored by 罗超's avatar 罗超

1

parent f15bb057
......@@ -31,5 +31,4 @@ export function getEasyReportList(data) {
method: 'post',
data
})
}
}
\ No newline at end of file
......@@ -10,4 +10,16 @@ export function getRevenueReportPageList(data) {
method: 'post',
data
})
}
\ No newline at end of file
}
/**
* 订单完成统计
*/
export function getOrderCompleteStatisticsPageList(data) {
//参数信息AccountType AccountId
return request({
url: '/finance/GetOrderStudentClassHoursPageList',
method: 'post',
data
})
}
......@@ -290,11 +290,11 @@
<!-- <q-btn flat size="xs" icon="edit" v-if="AuthorityObj.isShowFinanceBtn&&isEdit"
style="font-weight:400;color: #02C499" label="修改" /> -->
<q-btn flat size="xs" icon="edit" v-if="AuthorityObj.isShowFinanceBtn&&isEdit"
style="font-weight:400;color: #02C499" label="修改" @click="showChooseStudent=!showChooseStudent" />
style="font-weight:400;color: #02C499" label="修改" @click="showChooseStudent=true" />
<q-popup-proxy v-if="showChooseStudent">
<q-banner>
<div>
<table class="Contract_Table" style="width: 500px;max-height:220px;overflow:auto;">
<div style="width:500px;max-height:220px;overflow-y:auto;">
<table class="Contract_Table">
<tr>
<th>选择</th>
<th>姓名</th>
......@@ -308,8 +308,8 @@
<td>{{subItem.ContractStatusStr}}</td>
</tr>
</table>
<q-btn color="accent" size="sm" class="q-mr-md" @click="chanceType(item,1)" label="制单" style="min-width:70px;float:right;margin-top:10px" />
</div>
<q-btn color="accent" size="sm" class="q-mr-md" @click="chanceType(item,1)" label="制单" style="min-width:70px;float:right;margin-top:10px" />
</q-banner>
</q-popup-proxy>
</div>
......@@ -324,11 +324,11 @@
<div class="row" style="justify-content: space-between">
<span>付款单据:</span>
<q-btn flat size="xs" icon="edit" v-if="AuthorityObj.isShowFinanceBtn&&isEdit"
style="font-weight:400;color: #02C499" label="修改" @click="showChooseStudent=!showChooseStudent" />
style="font-weight:400;color: #02C499" label="修改" @click="showChooseStudent=true" />
<q-popup-proxy v-if="showChooseStudent">
<q-banner>
<div>
<table class="Contract_Table" style="width: 500px;max-height:220px;overflow:auto;">
<div style="width:500px;max-height:220px;overflow-y:auto;">
<table class="Contract_Table">
<tr>
<th>选择</th>
<th>姓名</th>
......@@ -342,8 +342,8 @@
<td>{{subItem.ContractStatusStr}}</td>
</tr>
</table>
<q-btn color="accent" size="sm" class="q-mr-md" @click="chanceType(item,2)" label="制单" style="min-width:70px;float:right;margin-top:10px" />
</div>
<q-btn color="accent" size="sm" class="q-mr-md" @click="chanceType(item,2)" label="制单" style="min-width:70px;float:right;margin-top:10px" />
</q-banner>
</q-popup-proxy>
</div>
......@@ -531,11 +531,11 @@
<div class="row" style="justify-content: space-between">
<span>收款单据:</span>
<q-btn flat size="xs" icon="edit" v-if="AuthorityObj.isShowFinanceBtn"
style="font-weight:400;color: #02C499" label="修改" @click="showChooseStudent=!showChooseStudent"/>
style="font-weight:400;color: #02C499" label="修改" @click="showChooseStudent=true"/>
<q-popup-proxy v-if="showChooseStudent">
<q-banner>
<div>
<table class="Contract_Table" style="width: 500px;max-height:220px;overflow:auto;">
<div style="width:500px;max-height:220px;overflow-y:auto;">
<table class="Contract_Table">
<tr>
<th>选择</th>
<th>姓名</th>
......@@ -549,8 +549,8 @@
<td>{{subItem.ContractStatusStr}}</td>
</tr>
</table>
<q-btn color="accent" size="sm" class="q-mr-md" @click="chanceType(item,1)" label="制单" style="min-width:70px;float:right;margin-top:10px" />
</div>
<q-btn color="accent" size="sm" class="q-mr-md" @click="chanceType(item,1)" label="制单" style="min-width:70px;float:right;margin-top:10px" />
</q-banner>
</q-popup-proxy>
</div>
......@@ -565,11 +565,11 @@
<div class="row" style="justify-content: space-between">
<span>付款单据:</span>
<q-btn flat size="xs" icon="edit" v-if="AuthorityObj.isShowFinanceBtn"
style="font-weight:400;color: #02C499" label="修改" @click="showChooseStudent=!showChooseStudent" />
<q-popup-proxy v-if="showChooseStudent">
style="font-weight:400;color: #02C499" label="修改" @click="showChooseStudent=true" />
<q-popup-proxy v-if="showChooseStudent">
<q-banner>
<div>
<table class="Contract_Table" style="width: 500px;max-height:220px;overflow:auto;">
<div style="width:500px;max-height:220px;overflow-y:auto;">
<table class="Contract_Table">
<tr>
<th>选择</th>
<th>姓名</th>
......@@ -583,8 +583,8 @@
<td>{{subItem.ContractStatusStr}}</td>
</tr>
</table>
<q-btn color="accent" size="sm" class="q-mr-md" @click="chanceType(item,2)" label="制单" style="min-width:70px;float:right;margin-top:10px" />
</div>
<q-btn color="accent" size="sm" class="q-mr-md" @click="chanceType(item,2)" label="制单" style="min-width:70px;float:right;margin-top:10px" />
</q-banner>
</q-popup-proxy>
</div>
......
......@@ -227,6 +227,12 @@ const routes = [{
component: () =>
import("pages/financial/EasyReport.vue")
},
{
path: "/financial/orderCompleteStatistics", //订单完成统计
component: () =>
import("pages/financial/orderCompleteStatistics.vue")
},
{
path: "/financial/JumpReport", //单据明细
component: () =>
......
......@@ -80,7 +80,7 @@ export default {
},
//域名管理对象
Vue.prototype.domainManager = function () {
let domainUrl = 'http://192.168.20.6:8083';
let domainUrl = 'http://192.168.20.9:8083';
let viewFileUrl = 'http://192.168.1.36:8120';
let locationName = window.location.hostname;
if (locationName.indexOf('testerp.oytour') !== -1) {
......
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