Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-app-operator-master
Commits
006614cd
Commit
006614cd
authored
Apr 17, 2023
by
邓春圆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
佣金付款返回列表搜索状态保留
parent
46fc0585
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
+9
-3
commission-Payment.vue
src/views/ecw/financial/commission-Payment.vue
+4
-1
commission-payable.vue
src/views/ecw/financial/commission-payable.vue
+4
-1
commission-requestFunds.vue
src/views/ecw/financial/commission-requestFunds.vue
+1
-1
No files found.
src/views/ecw/financial/commission-Payment.vue
View file @
006614cd
...
...
@@ -162,8 +162,11 @@ import Template from "@/views/cms/template/index.vue";
import
commissionPaymentDetails
from
"
@/views/ecw/financial/components/commissionPaymentDetails.vue
"
;
export
default
{
name
:
"
commission-P
ayment
"
,
name
:
"
EcwFinancialCommission-p
ayment
"
,
components
:
{
Template
,
commissionPaymentDetails
},
activated
(){
this
.
getList
()
},
created
()
{
// 业务员
listSimpleUsers
().
then
((
res
)
=>
(
this
.
creatorData
=
res
.
data
));
...
...
src/views/ecw/financial/commission-payable.vue
View file @
006614cd
...
...
@@ -146,8 +146,11 @@ import {parseTime} from "../../../utils/ruoyi";
export
default
{
// 应付款佣金
name
:
"
c
ommission-payable
"
,
name
:
"
EcwFinancialC
ommission-payable
"
,
components
:
{
Template
},
activated
(){
this
.
getList
()
},
created
()
{
getWarehouseList
().
then
(
res
=>
this
.
warehouseList
=
res
.
data
)
this
.
getList
()
...
...
src/views/ecw/financial/commission-requestFunds.vue
View file @
006614cd
...
...
@@ -297,7 +297,7 @@
<!--
<
el
-
button
v
-
if
=
"
orderData.inWarehouseState==207
"
plain
type
=
"
primary
"
@
click
=
"
dialogVisible = true
"
>-->
<!--
{{
$t
(
'
取消审核
'
)
}}
-->
<!--
<
/el-button>--
>
<
el
-
button
plain
type
=
"
primary
"
@
click
=
"
$
store.dispatch('tagsView/delCurrentView'
)
"
>
{{
$t
(
'
返回
'
)
}}
<
/el-button
>
<
el
-
button
plain
type
=
"
primary
"
@
click
=
"
$
router.back(
)
"
>
{{
$t
(
'
返回
'
)
}}
<
/el-button
>
<
/div
>
<
el
-
dialog
:
visible
.
sync
=
"
open
"
...
...
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