Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Q
qk_admin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
quanku
qk_admin
Commits
4c086a6d
Commit
4c086a6d
authored
Jul 16, 2024
by
yaya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 优化
parent
4733364e
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
2 deletions
+18
-2
src/views/finance/components/platformIncomeView.vue
src/views/finance/components/platformIncomeView.vue
+3
-0
src/views/finance/financeList.vue
src/views/finance/financeList.vue
+12
-2
src/views/finance/orderDetail.vue
src/views/finance/orderDetail.vue
+3
-0
No files found.
src/views/finance/components/platformIncomeView.vue
View file @
4c086a6d
...
...
@@ -142,6 +142,9 @@ export default {
}
,
{
value
:
80
,
label
:
'
退款受理中
'
}
,
{
value
:
90
,
label
:
'
已签收
'
}
,
{
value
:
100
,
label
:
'
已完成
'
...
...
src/views/finance/financeList.vue
View file @
4c086a6d
...
...
@@ -259,8 +259,18 @@ export default {
* 完成结款
*/
handleToFinish
(
row
)
{
if
(
row
.
totalWaitEntryAmount
&&
Number
(
row
.
totalWaitEntryAmount
)
>
0
)
{
this
.
$confirm
(
'
该藏家仍有部分收入未入账,请等全部入账后再进行操作
'
,
'
提示
'
,
{
confirmButtonText
:
'
确定
'
,
cancelButtonText
:
'
取消
'
,
type
:
'
warning
'
}
).
then
(()
=>
{
}
)
}
else
{
this
.
showFinishFinanceDialog
=
true
this
.
fianceItem
=
row
}
}
,
handleFinishSuccess
(
billId
)
{
this
.
list
=
this
.
list
.
filter
((
item
)
=>
{
...
...
src/views/finance/orderDetail.vue
View file @
4c086a6d
...
...
@@ -176,6 +176,9 @@ export default {
}
,
{
value
:
80
,
label
:
'
退款受理中
'
}
,
{
value
:
90
,
label
:
'
已签收
'
}
,
{
value
:
100
,
label
:
'
已完成
'
...
...
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