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
32d8576d
Commit
32d8576d
authored
Apr 26, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
f15bb057
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
38 additions
and
21 deletions
+38
-21
index.js
src/api/finance/index.js
+1
-2
index.js
src/api/report/index.js
+13
-1
orderlist.vue
src/components/sale/orderlist.vue
+17
-17
routes.js
src/router/routes.js
+6
-0
erpindex.js
src/utils/erpindex.js
+1
-1
No files found.
src/api/finance/index.js
View file @
32d8576d
...
...
@@ -31,5 +31,4 @@ export function getEasyReportList(data) {
method
:
'post'
,
data
})
}
}
\ No newline at end of file
src/api/report/index.js
View file @
32d8576d
...
...
@@ -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
})
}
src/components/sale/orderlist.vue
View file @
32d8576d
...
...
@@ -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>
...
...
src/router/routes.js
View file @
32d8576d
...
...
@@ -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
:
()
=>
...
...
src/utils/erpindex.js
View file @
32d8576d
...
...
@@ -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
)
{
...
...
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