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
ea646d6d
Commit
ea646d6d
authored
Sep 06, 2024
by
吴春
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/confucius
parents
6f05f31d
6a5e15de
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
44 additions
and
33 deletions
+44
-33
orderlist.vue
src/components/sale/orderlist.vue
+42
-31
orderStatistics.vue
src/pages/sale/orderStatistics.vue
+2
-2
No files found.
src/components/sale/orderlist.vue
View file @
ea646d6d
...
@@ -647,22 +647,25 @@
...
@@ -647,22 +647,25 @@
<div
class=
"row"
style=
"justify-content: space-between"
>
<div
class=
"row"
style=
"justify-content: space-between"
>
<div
class=
"col row justify-between"
>
<div
class=
"col row justify-between"
>
<span>
收款单据:
</span>
<span>
收款单据:
</span>
<span
v-if=
"AuthorityObj.Finance_RefundCreate&&item.Income>0"
style=
"color: #2961FE;cursor: pointer;"
@
click=
"clickRefund(1)"
>
原路退款
</span>
</div>
</div>
<q-btn
flat
size=
"xs"
icon=
"edit"
v-if=
"
<div
class=
"row justify-end"
>
AuthorityObj.isShowFinanceBtn &&
<q-btn
flat
size=
"xs"
icon=
""
v-if=
"type&&AuthorityObj.Finance_RefundCreate&&item.Income>0"
AuthorityObj.isShowEdit &&
style=
"font-weight:400;color: #2961FE"
label=
"原路退款"
@
click=
"clickRefund(1)"
/>
item.OrderType == 2
<q-btn
flat
size=
"xs"
icon=
"edit"
v-if=
"
"
style=
"font-weight:400;color: #02C499"
label=
"修改"
@
click=
"chanceType(item, 1)"
/>
AuthorityObj.isShowFinanceBtn &&
<
template
v-if=
"
AuthorityObj.isShowEdit &&
AuthorityObj.isShowFinanceBtn &&
item.OrderType == 2
AuthorityObj.isShowEdit &&
"
style=
"font-weight:400;color: #02C499"
label=
"修改"
@
click=
"chanceType(item, 1)"
/>
item.OrderType == 1
<
template
v-if=
"
"
>
AuthorityObj.isShowFinanceBtn &&
<q-btn
flat
size=
"xs"
icon=
"edit"
style=
"font-weight:400;color: #02C499"
label=
"修改"
AuthorityObj.isShowEdit &&
@
click=
"showChooseStudent = true"
/>
item.OrderType == 1
</
template
>
"
>
<q-btn
flat
size=
"xs"
icon=
"edit"
style=
"font-weight:400;color: #02C499"
label=
"修改"
@
click=
"showChooseStudent = true"
/>
</
template
>
</div>
<q-popup-proxy
v-if=
"showChooseStudent"
>
<q-popup-proxy
v-if=
"showChooseStudent"
>
<q-banner>
<q-banner>
<div
style=
"width:500px;max-height:400px;overflow-y:auto;"
>
<div
style=
"width:500px;max-height:400px;overflow-y:auto;"
>
...
@@ -716,22 +719,25 @@
...
@@ -716,22 +719,25 @@
<div
class=
"row"
style=
"justify-content: space-between"
>
<div
class=
"row"
style=
"justify-content: space-between"
>
<div
class=
"col row justify-between"
>
<div
class=
"col row justify-between"
>
<span>
付款单据:
</span>
<span>
付款单据:
</span>
<span
v-if=
"AuthorityObj.Finance_RefundCreate&&item.Income>0"
style=
"color: #2961FE;cursor: pointer;"
@
click=
"clickRefund(2)"
>
转账退款
</span>
</div>
<div
class=
"row justify-end"
>
<q-btn
flat
size=
"xs"
icon=
""
v-if=
"type&&AuthorityObj.Finance_RefundCreate&&item.Income>0"
style=
"font-weight:400;color: #2961FE"
label=
"转账退款"
@
click=
"clickRefund(2)"
/>
<q-btn
flat
size=
"xs"
icon=
"edit"
v-if=
"
AuthorityObj.isShowFinanceBtn &&
AuthorityObj.isShowEdit &&
item.OrderType == 2
"
style=
"font-weight:400;color: #02C499"
label=
"修改"
@
click=
"chanceType(item, 2)"
/>
<
template
v-if=
"
AuthorityObj.isShowFinanceBtn &&
AuthorityObj.isShowEdit &&
item.OrderType == 1
"
>
<q-btn
flat
size=
"xs"
icon=
"edit"
style=
"font-weight:400;color: #02C499"
label=
"修改"
@
click=
"showChooseStudent = true"
/>
</
template
>
</div>
</div>
<q-btn
flat
size=
"xs"
icon=
"edit"
v-if=
"
AuthorityObj.isShowFinanceBtn &&
AuthorityObj.isShowEdit &&
item.OrderType == 2
"
style=
"font-weight:400;color: #02C499"
label=
"修改"
@
click=
"chanceType(item, 2)"
/>
<
template
v-if=
"
AuthorityObj.isShowFinanceBtn &&
AuthorityObj.isShowEdit &&
item.OrderType == 1
"
>
<q-btn
flat
size=
"xs"
icon=
"edit"
style=
"font-weight:400;color: #02C499"
label=
"修改"
@
click=
"showChooseStudent = true"
/>
</
template
>
<q-popup-proxy
v-if=
"showChooseStudent"
>
<q-popup-proxy
v-if=
"showChooseStudent"
>
<q-banner>
<q-banner>
<div
style=
"width:500px;max-height:400px;overflow-y:auto;"
>
<div
style=
"width:500px;max-height:400px;overflow-y:auto;"
>
...
@@ -1316,7 +1322,12 @@
...
@@ -1316,7 +1322,12 @@
loading
:
{
loading
:
{
type
:
Boolean
,
type
:
Boolean
,
default
:
false
,
default
:
false
,
}
},
type
:
{
// 1 显示原路退回 转账退款
type
:
Number
,
default
:
0
},
},
},
data
()
{
data
()
{
return
{
return
{
...
...
src/pages/sale/orderStatistics.vue
View file @
ea646d6d
...
@@ -145,7 +145,7 @@
...
@@ -145,7 +145,7 @@
</div>
</div>
<div
class=
"page-content"
>
<div
class=
"page-content"
>
<orderlist
:dataList=
"data.List"
:authObj=
"authObj"
@
success=
"refreshClassOrder"
:modityOrderType=
"3"
ref=
"orderL"
<orderlist
:dataList=
"data.List"
:authObj=
"authObj"
@
success=
"refreshClassOrder"
:modityOrderType=
"3"
ref=
"orderL"
:loading=
"loading"
>
:loading=
"loading"
:type=
"1"
>
</orderlist>
</orderlist>
<div
class=
"row"
style=
"justify-content: flex-end;padding: 5px 20px"
>
<div
class=
"row"
style=
"justify-content: flex-end;padding: 5px 20px"
>
<q-pagination
v-model=
"msg.pageIndex"
:max=
"pageCount"
@
input=
"changePage"
class=
"full-width justify-end"
<q-pagination
v-model=
"msg.pageIndex"
:max=
"pageCount"
@
input=
"changePage"
class=
"full-width justify-end"
...
@@ -551,4 +551,4 @@
...
@@ -551,4 +551,4 @@
border
:
none
!important
;
border
:
none
!important
;
background
:
transparent
!important
;
background
:
transparent
!important
;
}
}
</
style
>
</
style
>
\ No newline at end of file
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