Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
confucius
Commits
943cbf9b
Commit
943cbf9b
authored
Apr 22, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增报名统计
parent
28979cef
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
30 changed files
with
445 additions
and
49 deletions
+445
-49
sale.js
src/api/sale/sale.js
+12
-0
orderlist.vue
src/components/sale/orderlist.vue
+6
-1
AccountType.vue
src/pages/financial/AccountType.vue
+1
-1
CashAccount.vue
src/pages/financial/CashAccount.vue
+2
-2
CashierWork.vue
src/pages/financial/CashierWork.vue
+1
-1
CompanyAccount.vue
src/pages/financial/CompanyAccount.vue
+13
-9
CostType.vue
src/pages/financial/CostType.vue
+1
-1
FProcessManagement.vue
src/pages/financial/FProcessManagement.vue
+1
-1
HistoryRateQuery.vue
src/pages/financial/HistoryRateQuery.vue
+1
-1
Manfunds.vue
src/pages/financial/Manfunds.vue
+1
-1
Maninfo.vue
src/pages/financial/Maninfo.vue
+1
-1
PlatformAccount.vue
src/pages/financial/PlatformAccount.vue
+18
-13
CashAccDetail.vue
src/pages/financial/accDetail/CashAccDetail.vue
+1
-1
CashReport.vue
src/pages/financial/accDetail/CashReport.vue
+1
-1
CompanyAccDetail.vue
src/pages/financial/accDetail/CompanyAccDetail.vue
+1
-1
PlatformAccDetail.vue
src/pages/financial/accDetail/PlatformAccDetail.vue
+1
-1
TransferReport.vue
src/pages/financial/accDetail/TransferReport.vue
+1
-1
accountingWork.vue
src/pages/financial/accountingWork.vue
+1
-1
cssReset.css
src/pages/financial/css/cssReset.css
+3
-2
currencyManagement.vue
src/pages/financial/currencyManagement.vue
+1
-1
CapitalAllocation.vue
src/pages/financial/financalDocument/CapitalAllocation.vue
+1
-1
ChoiceAddFinancialDocuments.vue
...inancial/financalDocument/ChoiceAddFinancialDocuments.vue
+1
-1
RecPayQuery.vue
src/pages/financial/financalDocument/RecPayQuery.vue
+1
-1
addCapitalAllocation.vue
...pages/financial/financalDocument/addCapitalAllocation.vue
+1
-1
invoicesManager.vue
src/pages/financial/financalDocument/invoicesManager.vue
+1
-1
refundQuery.vue
src/pages/financial/financalDocument/refundQuery.vue
+1
-1
institutionsManagement.vue
src/pages/financial/institutionsManagement.vue
+1
-1
paySetting.vue
src/pages/financial/paySetting.vue
+1
-1
orderStatistics.vue
src/pages/sale/orderStatistics.vue
+364
-0
routes.js
src/router/routes.js
+5
-0
No files found.
src/api/sale/sale.js
View file @
943cbf9b
...
...
@@ -46,6 +46,18 @@ export function getMyOrderPageList(data) {
})
}
/**
* 销售 报名统计
*
*/
export
function
getMyOrderStatisticsPageList
(
data
)
{
return
request
({
url
:
'/order/GetOrderPageListStatistics'
,
method
:
'post'
,
data
})
}
/**
* 销售 我的订单状态
*
...
...
src/components/sale/orderlist.vue
View file @
943cbf9b
...
...
@@ -67,7 +67,7 @@
<span
style=
"color: #02C499"
>
{{item.OrderStateName}}
</span>
</div>
</td>
<td
style=
"border:none"
>
<td
style=
"border:none"
v-if=
"isEdit"
>
<q-btn
flat
size=
"xs"
icon=
"edit"
color=
"accent"
style=
"font-weight:400"
label=
"编辑"
@
click=
"editOrder(item)"
/>
<q-btn-dropdown
flat
size=
"xs"
color=
"dark"
label=
"更多"
style=
"margin-left:10px;"
>
...
...
@@ -609,6 +609,11 @@
//权限数据
authObj
:
{
type
:
Object
,
},
//是否可以编辑
isEdit
:{
type
:
Boolean
,
default
:
true
}
},
data
()
{
...
...
src/pages/financial/AccountType.vue
View file @
943cbf9b
...
...
@@ -248,7 +248,7 @@
</
style
>
<
template
>
<div
class=
"flexOne AccountType"
>
<div
class=
"flexOne AccountType
page-body
"
>
<div
class=
"query-box"
>
<ul>
<li>
...
...
src/pages/financial/CashAccount.vue
View file @
943cbf9b
...
...
@@ -240,7 +240,7 @@
}
.page_CompanyAccount
.query-box
{
padding
:
20px
0
0
;
padding
:
0
;
}
.page_PlatformAccount
._wAuto
{
...
...
@@ -258,7 +258,7 @@
</
style
>
<
template
>
<div
class=
'flexOne page_CompanyAccount'
>
<div
class=
'flexOne page_CompanyAccount
page-body
'
>
<div
class=
'query-box'
style=
"padding-bottom:20px;"
>
<ul>
<li>
...
...
src/pages/financial/CashierWork.vue
View file @
943cbf9b
...
...
@@ -4,7 +4,7 @@
</
style
>
<
template
>
<div
class=
"page_CashierWork"
>
<div
class=
"page_CashierWork
page-body
"
>
<div
class=
"query-box"
>
<ul>
<li>
...
...
src/pages/financial/CompanyAccount.vue
View file @
943cbf9b
...
...
@@ -293,7 +293,7 @@
}
.page_CompanyAccount
.query-box
{
padding
:
20px
0
0
;
padding
:
0
;
}
.page_PlatformAccount
._wAuto
{
...
...
@@ -311,7 +311,7 @@
</
style
>
<
template
>
<div
class=
'flexOne page_CompanyAccount'
>
<div
class=
'flexOne page_CompanyAccount
page-body
'
>
<div
class=
'query-box'
style=
"padding-bottom:20px;"
>
<ul>
<li>
...
...
@@ -345,10 +345,12 @@
</el-select>
</li>
<li>
<input
type=
"button"
class=
"hollowFixedBtn"
:value=
"$t('pub.searchBtn')"
@
click=
"resetPageIndex(),getList()"
/>
<input
type=
"button"
class=
"normalBtn"
:value=
"$t('pub.addBtn')"
@
click=
"addShow=true,text=$t('pub.addBtn'),ed=false"
/>
<!--
<input
type=
"button"
class=
"hollowFixedBtn"
:value=
"$t('pub.searchBtn')"
@
click=
"resetPageIndex(),getList()"
/>
-->
<q-btn
color=
"primary"
size=
"11px"
:label=
"$t('pub.searchBtn')"
@
click=
"resetPageIndex(),getList()"
style=
"marginRight:10px"
/>
<!--
<input
type=
"button"
class=
"normalBtn"
:value=
"$t('pub.addBtn')"
@
click=
"addShow=true,text=$t('pub.addBtn'),ed=false"
/>
-->
<q-btn
color=
"primary"
size=
"11px"
:label=
"$t('pub.addBtn')"
@
click=
"addShow=true,text=$t('pub.addBtn'),ed=false"
/>
</li>
</ul>
</div>
...
...
@@ -449,9 +451,11 @@
<p
class=
"_tit"
>
{{
text
}}{{
$t
(
'fnc.acc'
)
}}
</p>
</el-col>
<el-col
:span=
"4"
class=
"_add_saveBtn"
>
<button
type=
"button"
class=
"normalBtn"
@
click=
"submitForm('addMsg',1)"
>
{{
$t
(
'pub.saveBtn'
)
}}
</button>
<button
class=
"hollowFixedBtn"
type=
"button"
@
click=
"cancelEdit(),resetForm('addMsg'),addShow=false"
>
{{
$t
(
'pub.cancelBtn'
)
}}
</button>
<!--
<button
type=
"button"
class=
"normalBtn"
@
click=
"submitForm('addMsg',1)"
>
{{
$t
(
'pub.saveBtn'
)
}}
</button>
-->
<q-btn
color=
"primary"
size=
"11px"
:label=
"$t('pub.saveBtn')"
@
click=
"submitForm('addMsg',1)"
style=
"marginRight:10px"
/>
<!--
<button
class=
"hollowFixedBtn"
type=
"button"
@
click=
"cancelEdit(),resetForm('addMsg'),addShow=false"
>
{{
$t
(
'pub.cancelBtn'
)
}}
</button>
-->
<q-btn
text-color=
"primary"
size=
"11px"
:label=
"$t('pub.cancelBtn')"
@
click=
"cancelEdit(),resetForm('addMsg'),addShow=false"
/>
</el-col>
</el-row>
<el-form
class=
"_info_box clearfix"
:model=
"addMsg"
ref=
"addMsg"
:rules=
"rules"
label-width=
"110px"
>
...
...
src/pages/financial/CostType.vue
View file @
943cbf9b
...
...
@@ -119,7 +119,7 @@
}
</
style
>
<
template
>
<div
class=
"flexOne CostType"
>
<div
class=
"flexOne CostType
page-body
"
>
<div
class=
"query-box"
>
<el-form
class=
"_info_box clearfix"
label-width=
"110px"
>
<el-row
v-if=
"transitionShow2"
>
...
...
src/pages/financial/FProcessManagement.vue
View file @
943cbf9b
...
...
@@ -517,7 +517,7 @@
</
style
>
<
template
>
<div
class=
"page_FProcessManagement"
>
<div
class=
"page_FProcessManagement
page-body
"
>
<div
class=
'query-box'
>
<ul>
<li><input
type=
"button"
class=
"normalBtn"
value=
"新增流程"
@
click=
"gotoSub('addFinancialProcess',0,8)"
/>
...
...
src/pages/financial/HistoryRateQuery.vue
View file @
943cbf9b
...
...
@@ -103,7 +103,7 @@
}
</
style
>
<
template
>
<div
class=
"flexOne currentManage"
>
<div
class=
"flexOne currentManage
page-body
"
>
<div
class=
"query-box"
>
<ul>
<li>
...
...
src/pages/financial/Manfunds.vue
View file @
943cbf9b
...
...
@@ -116,7 +116,7 @@
}
</
style
>
<
template
>
<div
class=
"flexOne currentManage"
>
<div
class=
"flexOne currentManage
page-body
"
>
<div
class=
"query-box"
>
<ul>
<li>
...
...
src/pages/financial/Maninfo.vue
View file @
943cbf9b
...
...
@@ -283,7 +283,7 @@
</
style
>
<
template
>
<div
class=
"flexOne currentManage"
>
<div
class=
"flexOne currentManage
page-body
"
>
<div
class=
"query-box"
>
<ul>
<li>
...
...
src/pages/financial/PlatformAccount.vue
View file @
943cbf9b
<
template
>
<div
class=
"flexOne page_PlatformAccount
"
style=
"height:100%
"
>
<div
class=
"flexOne page_PlatformAccount
page-body
"
>
<div
class=
"query-box"
style=
"padding:0 0 10px 0 "
>
<ul>
<li>
...
...
@@ -23,10 +23,9 @@
<el-input
v-model=
"msg.Accountholder"
@
keyup
.
enter
.
native=
"getList()"
></el-input>
</li>
<li>
<input
type=
"button"
class=
"normalBtn"
value=
"查询"
@
click=
"getList()"
>
<input
type=
"button"
class=
"normalBtn"
:value=
"$t('pub.addBtn')"
@
click=
"addShow=true,text=$t('pub.addBtn'),ed=false"
>
<input
type=
"button"
class=
"normalBtn"
@
click=
"downMuban()"
:value=
"$t('visa.v_daochu')"
>
<q-btn
color=
"primary"
size=
"11px"
label=
"查询"
@
click=
"getList()"
style=
"marginRight:10px"
/>
<q-btn
color=
"primary"
size=
"11px"
:label=
"$t('pub.addBtn')"
@
click=
"addShow=true,text=$t('pub.addBtn'),ed=false"
style=
"marginRight:10px"
/>
<q-btn
color=
"primary"
size=
"11px"
:label=
"$t('visa.v_daochu')"
@
click=
"downMuban()"
/>
</li>
</ul>
</div>
...
...
@@ -100,9 +99,12 @@
<p
class=
"_tit"
>
{{text}}{{$t('fnc.acc')}}
</p>
</el-col>
<el-col
:span=
"4"
class=
"_add_saveBtn"
>
<button
type=
"button"
class=
"normalBtn"
@
click=
"submitForm('addMsg',1)"
>
{{$t('pub.saveBtn')}}
</button>
<button
class=
"hollowFixedBtn"
type=
"button"
@
click=
"cancelEdit(),resetForm('addMsg'),addShow=false"
>
{{$t('pub.cancelBtn')}}
</button>
<!-- <button type="button" class="normalBtn" @click="submitForm('addMsg',1)">{{$t('pub.saveBtn')}}</button> -->
<q-btn
color=
"primary"
size=
"11px"
:label=
"$t('pub.saveBtn')"
@
click=
"submitForm('addMsg',1)"
style=
"marginRight:10px"
/>
<!-- <button class="hollowFixedBtn" type="button"
@click="cancelEdit(),resetForm('addMsg'),addShow=false">{{$t('pub.cancelBtn')}}</button> -->
<q-btn
text-color=
"primary"
size=
"11px"
:label=
"$t('pub.cancelBtn')"
@
click=
"cancelEdit(),resetForm('addMsg'),addShow=false"
/>
</el-col>
</el-row>
<el-form
class=
"_info_box clearfix"
:model=
"addMsg"
ref=
"addMsg"
:rules=
"rules"
label-width=
"110px"
>
...
...
@@ -260,10 +262,13 @@
<p
class=
"_tit"
>
{{$t('fnc.qmtiaohui')}}
</p>
</el-col>
<el-col
:span=
"4"
class=
"_add_saveBtn"
>
<button
type=
"button"
class=
"normalBtn"
@
click=
"submitForm('SetProfitLossMsg',2)"
>
{{$t('fnc.qrtijiao')}}
</button>
<button
class=
"hollowFixedBtn"
type=
"button"
@
click=
"cancelEdit(),resetForm('SetProfitLossMsg')"
>
{{$t('pub.cancelBtn')}}
</button>
<!-- <button type="button" class="normalBtn"
@click="submitForm('SetProfitLossMsg',2)">{{$t('fnc.qrtijiao')}}</button> -->
<q-btn
color=
"primary"
size=
"11px"
:label=
"$t('fnc.qrtijiao')"
@
click=
"submitForm('SetProfitLossMsg',2)"
/>
<!-- <button class="hollowFixedBtn" type="button"
@click="cancelEdit(),resetForm('SetProfitLossMsg')">{{$t('pub.cancelBtn')}}</button> -->
<q-btn
color=
"primary"
size=
"11px"
:label=
"$t('pub.cancelBtn')"
@
click=
"cancelEdit(),resetForm('SetProfitLossMsg')"
/>
</el-col>
</el-row>
<el-form
class=
"_info_box clearfix"
:model=
"SetProfitLossMsg"
ref=
"SetProfitLossMsg"
:rules=
"rules"
...
...
@@ -1274,7 +1279,7 @@
</
script
>
<
style
scoped
>
@import
"css/cssReset.css"
;
.page_PlatformAccount
.query-box
li
label
{
display
:
inline-block
;
min-width
:
80px
;
...
...
src/pages/financial/accDetail/CashAccDetail.vue
View file @
943cbf9b
...
...
@@ -45,7 +45,7 @@
</
style
>
<
template
>
<div
class=
'flexOne page_CompanyAccDetail'
>
<div
class=
'flexOne page_CompanyAccDetail
page-body
'
>
<div
class=
'query-box'
>
<el-form
class=
"_info_box clearfix"
label-width=
"110px"
style=
"margin-top: 40px"
>
<el-row>
...
...
src/pages/financial/accDetail/CashReport.vue
View file @
943cbf9b
...
...
@@ -43,7 +43,7 @@
</
style
>
<
template
>
<div
class=
"page_fnDm page_CashReport"
@
keyup
.
enter=
"getList()"
>
<div
class=
"page_fnDm page_CashReport
page-body
"
@
keyup
.
enter=
"getList()"
>
<div
class=
"query-box"
>
<el-form
class=
"_info_box clearfix"
label-width=
"110px"
>
<el-row
style=
"padding:15px 20px 0 0;"
>
...
...
src/pages/financial/accDetail/CompanyAccDetail.vue
View file @
943cbf9b
...
...
@@ -65,7 +65,7 @@
}
</
style
>
<
template
>
<div
class=
'flexOne page_CompanyAccDetail'
>
<div
class=
'flexOne page_CompanyAccDetail
page-body
'
>
<div
class=
'query-box'
>
<el-form
class=
"_info_box clearfix"
label-width=
"110px"
style=
"margin-top: 40px"
>
<el-row>
...
...
src/pages/financial/accDetail/PlatformAccDetail.vue
View file @
943cbf9b
...
...
@@ -33,7 +33,7 @@
}
</
style
>
<
template
>
<div
class=
'flexOne page_CompanyAccDetail'
>
<div
class=
'flexOne page_CompanyAccDetail
page-body
'
>
<div
class=
'query-box'
>
<el-form
class=
"_info_box clearfix"
label-width=
"110px"
style=
"margin-top: 40px"
>
<el-row>
...
...
src/pages/financial/accDetail/TransferReport.vue
View file @
943cbf9b
...
...
@@ -16,7 +16,7 @@
}
</
style
>
<
template
>
<div
class=
"page_fnDm page_CashReport"
@
keyup
.
enter=
"getList()"
>
<div
class=
"page_fnDm page_CashReport
page-body
"
@
keyup
.
enter=
"getList()"
>
<div
class=
"query-box"
>
<el-form
class=
"_info_box clearfix"
label-width=
"110px"
>
<el-row
style=
"padding:15px 20px 0 0;"
>
...
...
src/pages/financial/accountingWork.vue
View file @
943cbf9b
...
...
@@ -4,7 +4,7 @@
</
style
>
<
template
>
<div
class=
"page_accountingWork"
>
<div
class=
"page_accountingWork
page-body
"
>
<div
class=
"query-box"
>
<ul>
<li>
...
...
src/pages/financial/css/cssReset.css
View file @
943cbf9b
...
...
@@ -762,9 +762,9 @@ input:-webkit-autofill {
.query-box
li
:last-child
{
float
:
right
;
position
:
fixed
;
/*
position: fixed;
top: 45px;
right
:
20px
;
right: 20px;
*/
text-align
:
right
;
margin-right
:
0
;
}
...
...
@@ -1243,6 +1243,7 @@ input:-webkit-autofill {
line-height
:
normal
!important
}
.flexOne
.el-button.is-circle
{
padding
:
5px
;
}
...
...
src/pages/financial/currencyManagement.vue
View file @
943cbf9b
...
...
@@ -103,7 +103,7 @@
}
</
style
>
<
template
>
<div
class=
"flexOne currentManage"
>
<div
class=
"flexOne currentManage
page-body
"
>
<div
class=
"query-box"
>
<ul>
<li>
...
...
src/pages/financial/financalDocument/CapitalAllocation.vue
View file @
943cbf9b
...
...
@@ -131,7 +131,7 @@
</
style
>
<
template
>
<div
class=
"page_CapitalAllocation"
>
<div
class=
"page_CapitalAllocation
page-body
"
>
<div
class=
"query-box"
style=
"margin-bottom:20px;"
>
<ul>
<li>
...
...
src/pages/financial/financalDocument/ChoiceAddFinancialDocuments.vue
View file @
943cbf9b
...
...
@@ -21,7 +21,7 @@
._log_t
{
padding
:
10px
;}
</
style
>
<
template
>
<div>
<div
class=
"page-body"
>
<ul
class=
"_nav clearfix"
v-if=
"showTab==0"
>
<li
:class=
"active==1?'_active':''"
@
click=
"active=1,tabData(1)"
>
{{
$t
(
'fnc.shoukuandan'
)
}}
</li>
<li
:class=
"active==2?'_active':''"
@
click=
"active=2,tabData(2)"
>
{{
$t
(
'fnc.fukuandan'
)
}}
</li>
...
...
src/pages/financial/financalDocument/RecPayQuery.vue
View file @
943cbf9b
...
...
@@ -479,7 +479,7 @@
</
style
>
<
template
>
<div
class=
"page_fnDm page_RecPayQuery"
@
keyup
.
enter=
"resetPageIndex(),getPageList()"
>
<div
class=
"page_fnDm page_RecPayQuery
page-body
"
@
keyup
.
enter=
"resetPageIndex(),getPageList()"
>
<div
class=
"query-box"
>
<el-form
class=
"_info_box clearfix"
label-width=
"110px"
>
<el-row
style=
"padding:15px 20px 0 0;"
>
...
...
src/pages/financial/financalDocument/addCapitalAllocation.vue
View file @
943cbf9b
...
...
@@ -156,7 +156,7 @@
}
</
style
>
<
template
>
<div
class=
"page_addCapitalAllocation"
v-loading=
"loading"
>
<div
class=
"page_addCapitalAllocation
"
v-loading=
"loading"
>
<div
class=
"_top"
>
<p>
{{
BillName
}}
</p>
<!--
<p><span>
{{
msg
.
TemplateId
==
34
?
$t
(
'fnc.zongbu'
):
$t
(
'fnc.fgongsi'
)
}}{{
$t
(
'fnc.zjdbodan'
)
}}
</span></p>
-->
...
...
src/pages/financial/financalDocument/invoicesManager.vue
View file @
943cbf9b
...
...
@@ -94,7 +94,7 @@
}
</
style
>
<
template
>
<div
class=
"page_iisMg"
>
<div
class=
"page_iisMg
page-body
"
>
<ul
class=
"_nav clearfix"
>
<li
:class=
"active==1?'_active':''"
@
click=
"active=1,msg.InvoiceApplyState=0,getPageList()"
>
全部发票
</li>
<li
:class=
"active==2?'_active':''"
@
click=
"active=2,msg.InvoiceApplyState=3,getPageList()"
>
已开发票
</li>
...
...
src/pages/financial/financalDocument/refundQuery.vue
View file @
943cbf9b
...
...
@@ -3,7 +3,7 @@
</
style
>
<
template
>
<div
class=
'flexOne'
>
<div
class=
'flexOne
page-body
'
>
<div
class=
"query-box"
>
<ul>
<li>
...
...
src/pages/financial/institutionsManagement.vue
View file @
943cbf9b
...
...
@@ -345,7 +345,7 @@
</
style
>
<
template
>
<div
class=
'flexOne instMg'
>
<div
class=
'flexOne instMg
page-body
'
>
<div
class=
'query-box'
>
<el-form
label-width=
"110px"
>
<el-row>
...
...
src/pages/financial/paySetting.vue
View file @
943cbf9b
...
...
@@ -183,7 +183,7 @@
</
style
>
<
template
>
<div
class=
"page_paySetting
"
>
<div
class=
"page_paySetting
page-body"
>
<div
class=
"query-box"
>
<ul>
<li>
...
...
src/pages/sale/orderStatistics.vue
0 → 100644
View file @
943cbf9b
This diff is collapsed.
Click to expand it.
src/router/routes.js
View file @
943cbf9b
...
...
@@ -525,6 +525,11 @@ const routes = [{
component
:
()
=>
import
(
"pages/sale/myOrder.vue"
)
},
{
path
:
"/sale/orderStatistics"
,
//销售 报名统计
component
:
()
=>
import
(
"pages/sale/orderStatistics.vue"
)
},
{
path
:
"/sale/studyOrder"
,
//销售 我的留学就业订单
component
:
()
=>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment