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
fe35f7f4
Commit
fe35f7f4
authored
Apr 06, 2023
by
邓春圆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
佣金付款单,付款单添加新增按钮
parent
2b34851d
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
3 deletions
+10
-3
commission-Payment.vue
src/views/ecw/financial/commission-Payment.vue
+1
-1
commission-payable.vue
src/views/ecw/financial/commission-payable.vue
+1
-1
paymentVoucher.vue
src/views/ecw/financial/paymentVoucher.vue
+8
-1
No files found.
src/views/ecw/financial/commission-Payment.vue
View file @
fe35f7f4
...
...
@@ -64,7 +64,7 @@
<el-col
:span=
"4"
>
<el-form-item>
<el-button
type=
"primary"
@
click=
"getList"
>
{{
$t
(
'
查找
'
)
}}
</el-button>
<el-button
type=
"
primary
"
@
click=
"$router.push(
{path:'/financial/commission-requestFunds',query:{payableId:0}})" v-has-permi="['ecw:commission-Payment:add']" >
{{
$t
(
'
新增请款单
'
)
}}
</el-button>
<el-button
type=
"
success
"
@
click=
"$router.push(
{path:'/financial/commission-requestFunds',query:{payableId:0}})" v-has-permi="['ecw:commission-Payment:add']" >
{{
$t
(
'
新增请款单
'
)
}}
</el-button>
</el-form-item>
</el-col>
</el-row>
...
...
src/views/ecw/financial/commission-payable.vue
View file @
fe35f7f4
...
...
@@ -80,7 +80,7 @@
<el-col
:span=
"6"
>
<el-form-item>
<el-button
type=
"primary"
@
click=
"getList"
>
{{
$t
(
'
查找
'
)
}}
</el-button>
<el-button
v-has-permi=
"['ecw:commission-payable:add']"
type=
"
primary
"
@
click=
"$router.push(
{path:'/financial/commission-requestFunds',query:{payableId:0}})" >
{{
$t
(
'
新增请款单
'
)
}}
</el-button>
<el-button
v-has-permi=
"['ecw:commission-payable:add']"
type=
"
success
"
@
click=
"$router.push(
{path:'/financial/commission-requestFunds',query:{payableId:0}})" >
{{
$t
(
'
新增请款单
'
)
}}
</el-button>
</el-form-item>
</el-col>
</el-row>
...
...
src/views/ecw/financial/paymentVoucher.vue
View file @
fe35f7f4
...
...
@@ -97,6 +97,13 @@
</el-form-item>
<el-form-item>
<el-button
type=
"primary"
@
click=
"handleQuery"
>
{{
$t
(
'
查找
'
)
}}
</el-button>
<el-button
style=
"margin-left: 10px"
type=
"success"
v-hasPermi=
"['ecw:payable:create']"
@
click=
"handleAdd(0)"
>
{{
$t
(
'
新增请款单
'
)
}}
</el-button
>
</el-form-item>
</el-row>
</el-form>
...
...
@@ -346,7 +353,7 @@ export default {
}
,
/** 新增按钮操作 */
handleAdd
(
id
)
{
return
this
.
$router
.
push
(
"
creatPayment?
i
d=
"
+
id
);
return
this
.
$router
.
push
(
"
creatPayment?
payableI
d=
"
+
id
);
}
,
examineClick
(
id
)
{
return
this
.
$router
.
push
(
"
paymentExamine?id=
"
+
id
);
...
...
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