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
46ddef4e
Commit
46ddef4e
authored
Oct 16, 2019
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
464fd19e
43796637
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
77 additions
and
13 deletions
+77
-13
OPcommissionPeriods.vue
src/components/FinancialModule/OPcommissionPeriods.vue
+1
-0
addFinancialDocuments.vue
src/components/FinancialModule/addFinancialDocuments.vue
+22
-3
AirticketCommission.vue
src/components/administrative/AirticketCommission.vue
+23
-0
DjCommissionsmangment.vue
src/components/administrative/DjCommissionsmangment.vue
+24
-3
index.vue
src/components/index.vue
+7
-7
No files found.
src/components/FinancialModule/OPcommissionPeriods.vue
View file @
46ddef4e
...
...
@@ -98,6 +98,7 @@ import moment from "moment"
Obj
:
{},
SourceID
:
0
,
CostType
:
112
,
SelectState
:
true
,
}
let
id
=
[
29
,
31
];
this
.
$router
.
push
({
...
...
src/components/FinancialModule/addFinancialDocuments.vue
View file @
46ddef4e
...
...
@@ -310,7 +310,8 @@
<el-option
v-for=
'item in GetCostTypeList'
:label=
'item.Name'
:value=
'item.ID'
:key=
'item.ID'
>
:key=
'item.ID'
>
</el-option>
</el-select>
</td>
...
...
@@ -342,11 +343,21 @@
<tr
@
keyup
.
enter=
"addList(1)"
>
<td
>
<el-select
filterable
v-model=
'detailList.CostTypeId'
ref=
'CostTypeId'
:placeholder=
"$t('rule.qxzfyshuoming')"
@
change=
"getCostTypeName(detailList.CostTypeId), getRate(detailList.CostTypeId,detailList.CurrencyId,1),addList(1)"
class=
"
_border_b_1"
>
<el-select
v-if=
"!SelectState"
filterable
v-model=
'detailList.CostTypeId'
ref=
'CostTypeId'
:placeholder=
"$t('rule.qxzfyshuoming')"
@
change=
"getCostTypeName(detailList.CostTypeId), getRate(detailList.CostTypeId,detailList.CurrencyId,1),addList(1)"
class=
"
_border_b_1"
>
<el-option
v-for=
'item in GetCostTypeList'
:label=
'item.Name'
:value=
'item.ID'
:key=
'item.ID'
>
:key=
'item.ID'
>
</el-option>
</el-select>
<el-select
v-if=
"SelectState"
filterable
v-model=
'detailList.CostTypeId'
ref=
'CostTypeId'
:placeholder=
"$t('rule.qxzfyshuoming')"
@
change=
"getCostTypeName(detailList.CostTypeId), getRate(detailList.CostTypeId,detailList.CurrencyId,1),addList(1)"
class=
"_border_b_1"
>
<el-option
v-for=
'item in GetCostTypeList'
:label=
'item.Name'
:value=
'item.ID'
:key=
'item.ID'
:disabled=
"SelectDisablsed!=item.ID"
>
</el-option>
</el-select>
</td>
...
...
@@ -649,6 +660,8 @@ export default {
showDisable
:
false
,
editTemplateId
:
-
1
,
ZhuiJiaTK
:
false
,
SelectDisablsed
:
0
,
SelectState
:
false
,
}
},
methods
:{
...
...
@@ -1269,6 +1282,12 @@ export default {
if
(
!
JSON
.
parse
(
sessionStorage
.
getItem
(
"saveGuestInfo"
))){
this
.
Description
=
this
.
orderObj
.
laRemark
?
this
.
orderObj
.
laRemark
:
''
;
}
// 判断是否禁用费用说明
if
(
this
.
orderObj
.
SelectState
){
this
.
SelectState
=
true
;
this
.
SelectDisablsed
=
Number
(
this
.
orderObj
.
CostType
)
}
if
(
this
.
orderObj
.
CurrencyId
){
this
.
detailList
.
CurrencyId
=
Number
(
this
.
orderObj
.
CurrencyId
);
this
.
detailCurrDis
=
true
;
...
...
src/components/administrative/AirticketCommission.vue
View file @
46ddef4e
...
...
@@ -33,6 +33,9 @@
<el-button
type=
"primary"
class=
"CM_look"
@
click=
"goUrl('AirticketCommissionDetail',item.ID)"
icon=
"iconfont icon-chakan"
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-caidan-fill"
circle
></el-button>
</el-tooltip>
</td>
</tr>
</table>
...
...
@@ -63,6 +66,26 @@
this
.
getList
();
},
methods
:
{
goUrlZD
(){
let
orderObj
=
{
OrderID
:
0
,
OrderSource
:
8
,
Obj
:
{},
SourceID
:
0
,
CostType
:
194
,
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
();
...
...
src/components/administrative/DjCommissionsmangment.vue
View file @
46ddef4e
...
...
@@ -7,13 +7,14 @@
</
style
>
<
template
>
<div
class=
"flexOne"
>
<
!--
<
div
class=
"query-box"
>
<div
class=
"query-box"
>
<ul>
<li>
<input
type=
"button"
class=
"normalBtn"
@
click=
"generateTable"
value=
"生成提成报表"
/>
<input
type=
"button"
class=
"normalBtn"
@
click=
"goUrlZD(195)"
value=
"签证制单"
/>
<input
type=
"button"
class=
"normalBtn"
@
click=
"goUrlZD(196)"
value=
"地接制单"
/>
</li>
</ul>
</div>
-->
</div>
<table
class=
"singeRowTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<tr>
<th>
期数
</th>
...
...
@@ -66,6 +67,26 @@
this
.
getList
();
},
methods
:
{
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
();
...
...
src/components/index.vue
View file @
46ddef4e
...
...
@@ -28,13 +28,13 @@
padding
:
0
40px
;
top
:
110px
;
text-align
:
left
;
text-overflow
:
-o-ellipsis-lastline
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
display
:
-webkit-bo
x
;
-webkit-
line-clamp
:
2
;
line-clamp
:
2
;
-webkit-box-orient
:
vertical
;
word-break
:
break-all
;
text-overflow
:
ellipsis
;
display
:
-webkit-box
;
height
:
40p
x
;
-webkit-
box-orient
:
vertical
!important
;
-webkit-line-clamp
:
2
;
overflow
:
hidden
;
color
:
#4E4E4C
;
font-size
:
14px
;
}
...
...
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