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
66b617dc
Commit
66b617dc
authored
Mar 15, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
d06e767c
1e8f510c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
328 additions
and
21 deletions
+328
-21
CapitalAllocationDetail.vue
src/components/FinancialModule/CapitalAllocationDetail.vue
+316
-9
FlowChartModule.vue
...ts/FinancialModule/FinancialSubmodule/FlowChartModule.vue
+1
-1
OrderSplitting.vue
src/components/SalesVisa/OrderSplitting.vue
+2
-2
TravelControlList.vue
...components/TravelManager/TravelList/TravelControlList.vue
+2
-2
TravelControlListSale.vue
...onents/TravelManager/TravelList/TravelControlListSale.vue
+2
-2
teamReimbursement.vue
src/components/dmc/manager/teamReimbursement.vue
+1
-1
leaderPay2.vue
src/components/leaderPay2.vue
+4
-4
No files found.
src/components/FinancialModule/CapitalAllocationDetail.vue
View file @
66b617dc
This diff is collapsed.
Click to expand it.
src/components/FinancialModule/FinancialSubmodule/FlowChartModule.vue
View file @
66b617dc
...
@@ -80,7 +80,7 @@ export default {
...
@@ -80,7 +80,7 @@ export default {
deep
:
true
deep
:
true
}
}
},
created
(){
},
created
(){
this
.
dataList
=
this
.
data
this
.
dataList
=
this
.
data
;
}
}
}
}
</
script
>
</
script
>
src/components/SalesVisa/OrderSplitting.vue
View file @
66b617dc
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
<
template
>
<
template
>
<div
class=
"wrapper"
>
<div
class=
"wrapper"
>
<div
class=
"_vad_top clearfix"
>
<div
class=
"_vad_top clearfix"
>
<
el-button
@
click=
"OrderSplit"
style=
"float:right;background:#E95252;color:#fff"
size=
"mini"
>
拆分
</el-button
>
<
!--
<el-button
@
click=
"OrderSplit"
style=
"float:right;background:#E95252;color:#fff"
size=
"mini"
>
拆分
</el-button>
--
>
<!--
<span
class=
"_num PingFangSC"
>
{{
$t
(
'visa.v_tuan'
)
}}
:
{{
num
}}
</span>
<!--
<span
class=
"_num PingFangSC"
>
{{
$t
(
'visa.v_tuan'
)
}}
:
{{
num
}}
</span>
<div
class=
"fr"
>
<div
class=
"fr"
>
<el-dropdown
split-button
type=
"primary"
trigger=
"click"
@
command=
"bindVisa"
>
<el-dropdown
split-button
type=
"primary"
trigger=
"click"
@
command=
"bindVisa"
>
...
@@ -108,7 +108,7 @@ export default {
...
@@ -108,7 +108,7 @@ export default {
methods
:{
methods
:{
// 订单拆分
// 订单拆分
OrderSplit
(){
OrderSplit
(){
},
},
checkThis
(){
// 单选
checkThis
(){
// 单选
...
...
src/components/TravelManager/TravelList/TravelControlList.vue
View file @
66b617dc
...
@@ -396,8 +396,8 @@
...
@@ -396,8 +396,8 @@
(
{{
subItem
.
DIATA
}}
)
{{
subItem
.
DepartureName
}}
(
{{
subItem
.
DIATA
}}
)
{{
subItem
.
DepartureName
}}
{{
subItem
.
StopoverName
==
''
?
''
:
'-('
+
subItem
.
StopoverIATA
+
')'
+
subItem
.
StopoverName
}}
{{
subItem
.
StopoverName
==
''
?
''
:
'-('
+
subItem
.
StopoverIATA
+
')'
+
subItem
.
StopoverName
}}
{{
subItem
.
ArrivalCityName
==
''
?
''
:
'-('
+
subItem
.
AIATA
+
')'
+
subItem
.
ArrivalCityName
}}
{{
subItem
.
ArrivalCityName
==
''
?
''
:
'-('
+
subItem
.
AIATA
+
')'
+
subItem
.
ArrivalCityName
}}
<span
v-if=
"
subItem.FlightStat
e==1"
class=
"TCL-greenType"
>
【确定】
</span>
<span
v-if=
"
item.OutNotic
e==1"
class=
"TCL-greenType"
>
【确定】
</span>
<span
v-
if=
"subItem.FlightState==2"
class=
"TCL-redType"
>
【暂定】
</span>
<span
v-
else
class=
"TCL-redType"
>
【暂定】
</span>
</span>
</span>
</div>
</div>
</div>
</div>
...
...
src/components/TravelManager/TravelList/TravelControlListSale.vue
View file @
66b617dc
...
@@ -324,8 +324,8 @@
...
@@ -324,8 +324,8 @@
{{
subItem
.
DepartureName
}}
{{
subItem
.
DepartureName
}}
{{
subItem
.
StopoverName
==
""
?
""
:
"-"
+
subItem
.
StopoverName
}}
{{
subItem
.
StopoverName
==
""
?
""
:
"-"
+
subItem
.
StopoverName
}}
{{
subItem
.
ArrivalCityName
==
""
?
""
:
"-"
+
subItem
.
ArrivalCityName
}}
{{
subItem
.
ArrivalCityName
==
""
?
""
:
"-"
+
subItem
.
ArrivalCityName
}}
<span
v-if=
"subItem.
FlightStat
e==1"
class=
"TCL-greenType"
>
【确定】
</span>
<span
v-if=
"subItem.
OutNotic
e==1"
class=
"TCL-greenType"
>
【确定】
</span>
<span
v-
if=
"subItem.FlightState==2"
class=
"TCL-redType"
>
【暂定】
</span>
<span
v-
else
class=
"TCL-redType"
>
【暂定】
</span>
</span>
</span>
</div>
</div>
</div>
</div>
...
...
src/components/dmc/manager/teamReimbursement.vue
View file @
66b617dc
...
@@ -384,7 +384,7 @@
...
@@ -384,7 +384,7 @@
<el-button-group>
<el-button-group>
<el-button
@
click
.
native=
"goUrl('leaderReimbursement',outItem,'用款计划')"
type=
"primary"
style=
"background:#E95252; border-color:#E95252"
>
领队用款
</el-button>
<el-button
@
click
.
native=
"goUrl('leaderReimbursement',outItem,'用款计划')"
type=
"primary"
style=
"background:#E95252; border-color:#E95252"
>
领队用款
</el-button>
<!--
<el-button
@
click
.
native=
"goToExport('leaderPay2',outItem,'领队报账')"
type=
"primary"
style=
"background:#297BEF; border-color:#297BEF"
>
领队报账 -->
<!--
<el-button
@
click
.
native=
"goToExport('leaderPay2',outItem,'领队报账')"
type=
"primary"
style=
"background:#297BEF; border-color:#297BEF"
>
领队报账 -->
<el-button
@
click
.
native=
"goUrl('leaderPay',outItem,'领队报账')"
type=
"primary"
style=
"background:#297BEF; border-color:#297BEF"
>
领队报账
<el-button
v-show=
"outItem.TravelPriceList.LeaderApplyStatus==1"
@
click
.
native=
"goUrl('leaderPay',outItem,'领队报账')"
type=
"primary"
style=
"background:#297BEF; border-color:#297BEF"
>
领队报账
</el-button>
</el-button>
</el-button-group>
</el-button-group>
...
...
src/components/leaderPay2.vue
View file @
66b617dc
...
@@ -223,10 +223,10 @@
...
@@ -223,10 +223,10 @@
<td>
{{totalHotelPrice}}
</td>
<td>
{{totalHotelPrice}}
</td>
</tr>
</tr>
</table>
</table>
<el-input
type=
"textarea"
v-
if=
"isShowRemark
"
placeholder=
"请输入备注信息"
v-model=
"dataList.LeaderApply.AccountForReason"
class=
"wLeader2"
/>
<el-input
type=
"textarea"
v-
show=
"dataList.LeaderApply.Status==1
"
placeholder=
"请输入备注信息"
v-model=
"dataList.LeaderApply.AccountForReason"
class=
"wLeader2"
/>
<div
class=
"btnListDiv"
>
<div
class=
"btnListDiv"
>
<input
type=
"button"
class=
"leader2Btn"
@
click=
"AuditOrder(2)"
value=
"审核通过"
/>
<input
type=
"button"
class=
"leader2Btn"
@
click=
"AuditOrder(2)"
value=
"审核通过"
v-show=
"dataList.LeaderApply.Status==1"
/>
<input
type=
"button"
class=
"leader2Btn"
@
click=
"AuditOrder(1)"
value=
"审核不通过"
/>
<input
type=
"button"
class=
"leader2Btn"
@
click=
"AuditOrder(1)"
value=
"审核不通过"
v-show=
"dataList.LeaderApply.Status==1"
/>
<input
type=
"button"
class=
"leader2Btn"
value=
"打印"
@
click=
"printTable()"
>
<input
type=
"button"
class=
"leader2Btn"
value=
"打印"
@
click=
"printTable()"
>
</div>
</div>
</div>
</div>
...
...
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