Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
4d81ada7
Commit
4d81ada7
authored
Mar 04, 2020
by
zhengke
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
c0228b47
f98759e7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
44 additions
and
20 deletions
+44
-20
DjCommissionsmangment.vue
src/components/administrative/DjCommissionsmangment.vue
+44
-20
No files found.
src/components/administrative/DjCommissionsmangment.vue
View file @
4d81ada7
...
...
@@ -35,6 +35,9 @@
<el-tooltip
class=
"item"
effect=
"dark"
content=
"一键制单"
placement=
"top"
>
<el-button
@
click=
"YijianZD(item)"
type=
"danger"
class=
"CM_look"
icon=
"iconfont icon-mui-icon-add"
circle
></el-button>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"手动制单"
placement=
"top"
>
<el-button
type=
"primary"
class=
"CM_look"
@
click=
"goUrlZD"
icon=
"iconfont icon-danju1"
circle
></el-button>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"查看"
placement=
"top"
>
<el-button
type=
"primary"
class=
"CM_look"
@
click=
"goUrl('DjCommissionDetail',item.ID)"
icon=
"iconfont icon-chakan"
circle
></el-button>
</el-tooltip>
...
...
@@ -70,6 +73,27 @@
this
.
getList
();
},
methods
:
{
goUrlZD
(){
let
orderObj
=
{
OrderID
:
0
,
OrderSource
:
8
,
Obj
:
{},
SourceID
:
0
,
CostType
:
112
,
SelectState
:
true
,
}
console
.
log
(
JSON
.
stringify
(
orderObj
))
let
id
=
[
29
,
31
];
this
.
$router
.
push
({
name
:
'ChoiceAddFinancialDocuments'
,
query
:
{
Type
:
2
,
templateID
:
JSON
.
stringify
(
id
),
'blank'
:
'y'
,
'orderObj'
:
JSON
.
stringify
(
orderObj
)
}
})
},
YijianZD
(
item
){
this
.
$confirm
(
'提成金额是否正确?'
,
'提示'
,
{
confirmButtonText
:
'确定'
,
...
...
@@ -95,26 +119,26 @@
});
},
goUrlZD
(
num
){
let
orderObj
=
{
OrderID
:
0
,
OrderSource
:
8
,
Obj
:
{},
SourceID
:
0
,
CostType
:
num
,
SelectState
:
true
,
}
let
id
=
[
29
,
31
];
this
.
$router
.
push
({
name
:
'ChoiceAddFinancialDocuments'
,
query
:
{
Type
:
2
,
templateID
:
JSON
.
stringify
(
id
),
'blank'
:
'y'
,
'orderObj'
:
JSON
.
stringify
(
orderObj
)
}
})
},
//
goUrlZD(num){
//
let orderObj = {
//
OrderID: 0,
//
OrderSource: 8,
//
Obj: {},
//
SourceID: 0,
//
CostType: num,
//
SelectState:true,
//
}
//
let id=[29,31];
//
this.$router.push({
//
name: 'ChoiceAddFinancialDocuments',
//
query: {
//
Type: 2,
//
templateID: JSON.stringify(id),
//
'blank': 'y',
//
'orderObj': JSON.stringify(orderObj)
//
}
//
})
//
},
handleCurrentChange
(
val
)
{
this
.
msg
.
PageIndex
=
val
;
this
.
getList
();
...
...
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