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
f022d62d
Commit
f022d62d
authored
Sep 06, 2024
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
e84815a9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
43 additions
and
33 deletions
+43
-33
orderlist.vue
src/components/sale/orderlist.vue
+41
-31
orderStatistics.vue
src/pages/sale/orderStatistics.vue
+2
-2
No files found.
src/components/sale/orderlist.vue
View file @
f022d62d
...
...
@@ -647,9 +647,10 @@
<div
class=
"row"
style=
"justify-content: space-between"
>
<div
class=
"col row justify-between"
>
<span>
收款单据:
</span>
<span
v-if=
"AuthorityObj.Finance_RefundCreate&&item.Income>0"
style=
"color: #2961FE;cursor: pointer;"
@
click=
"clickRefund(1)"
>
原路退款
</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(1)"
/>
<q-btn
flat
size=
"xs"
icon=
"edit"
v-if=
"
AuthorityObj.isShowFinanceBtn &&
AuthorityObj.isShowEdit &&
...
...
@@ -663,6 +664,8 @@
<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-banner>
<div
style=
"width:500px;max-height:400px;overflow-y:auto;"
>
...
...
@@ -716,9 +719,11 @@
<div
class=
"row"
style=
"justify-content: space-between"
>
<div
class=
"col row justify-between"
>
<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 &&
...
...
@@ -732,6 +737,7 @@
<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-banner>
<div
style=
"width:500px;max-height:400px;overflow-y:auto;"
>
...
...
@@ -1316,7 +1322,11 @@
loading
:
{
type
:
Boolean
,
default
:
false
,
}
},
type
:
{
type
:
Number
,
default
:
0
},
},
data
()
{
return
{
...
...
src/pages/sale/orderStatistics.vue
View file @
f022d62d
...
...
@@ -145,7 +145,7 @@
</div>
<div
class=
"page-content"
>
<orderlist
:dataList=
"data.List"
:authObj=
"authObj"
@
success=
"refreshClassOrder"
:modityOrderType=
"3"
ref=
"orderL"
:loading=
"loading"
>
:loading=
"loading"
:type=
"1"
>
</orderlist>
<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"
...
...
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