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
d8f80748
Commit
d8f80748
authored
Feb 27, 2019
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
领队报账修改
parent
8af2a7ab
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
1032 additions
and
514 deletions
+1032
-514
leaderPay.vue
src/components/LeaderManagement/leaderPay.vue
+115
-212
leaderPrint.vue
src/components/LeaderManagement/leaderPrint.vue
+680
-0
productQuery.vue
src/components/SalesModule/productQuery.vue
+2
-5
dmcTotalTable.vue
src/components/dmc/manager/dmcTotalTable.vue
+2
-2
teamReimbursement.vue
src/components/dmc/manager/teamReimbursement.vue
+225
-295
config.js
src/router/config.js
+8
-0
No files found.
src/components/LeaderManagement/leaderPay.vue
View file @
d8f80748
This diff is collapsed.
Click to expand it.
src/components/LeaderManagement/leaderPrint.vue
0 → 100644
View file @
d8f80748
This diff is collapsed.
Click to expand it.
src/components/SalesModule/productQuery.vue
View file @
d8f80748
...
...
@@ -774,16 +774,13 @@
</p>
</div>
<div
class=
"d7"
>
<!--
<p><input
type=
"button"
:class=
"
{normalBtn:true,disabledBtn:item.IsSubstitution!=1
&&
item.SurplusSeat==0}" :disabled="item.IsSubstitution!=1
&&
item.SurplusSeat==0" value="立即下单" @click="goBuy(item)">
</p>
<p><input
type=
"button"
class=
"hollowFixedBtn"
value=
"下载行程"
></p>
<p><input
type=
"button"
class=
"hollowFixedBtn"
value=
"分享行程"
></p>
<p><input
type=
"button"
class=
"hollowFixedBtn"
value=
"查看报名"
></p>
-->
<el-button-group
style=
"display:block;"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"查看报名"
placement=
"top-start"
>
<el-button
@
click=
"goUrl('groupTourOrderByTuan',item.TCID,item.TCNUM)"
type=
"primary"
style=
'background:#00C6FF; border-color:#00C6FF'
icon=
"iconfont icon-sousuo"
></el-button>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"立即下单"
placement=
"top-start"
v-if=
"item.IsPayOrder!==1"
>
<!--关内团后不能在报名-->
<el-tooltip
class=
"item"
effect=
"dark"
content=
"立即下单"
placement=
"top-start"
v-if=
"item.IsPayOrder!==1 && item.IsB2B===1"
>
<el-button
type=
"primary"
style=
'background:#F16C3C; border-color:#F16C3C'
v-if=
"!TCIDList"
icon=
"iconfont icon-fukuan1"
@
click=
"goBuy(item)"
></el-button>
</el-tooltip>
...
...
src/components/dmc/manager/dmcTotalTable.vue
View file @
d8f80748
...
...
@@ -215,7 +215,7 @@
</div>
</td>
<td>
<div
class=
"w
18
0"
>
<div
class=
"w
25
0"
>
<el-button-group>
<el-button
@
click=
"goUrlT('teamRevenueExpenditure',item.TCID,'团队收支')"
type=
"primary"
style=
"background:#00C6FF; border-color:#00C6FF"
>
收付款
</el-button>
<el-popover
placement=
"bottom"
width=
"300"
trigger=
"click"
>
...
...
@@ -225,8 +225,8 @@
</p>
<el-button
type=
"primary"
slot=
"reference"
@
click=
'CkedItem(item)'
style=
"background:#AD9AF6; border-color:#AD9AF6; border-radius: 0;"
>
添加备注
</el-button>
</el-popover>
<br/>
<el-button
@
click=
'openChart(item)'
type=
"primary"
style=
"background:#6DD875; border-color:#6DD875"
>
联系OP
</el-button>
<el-popover
placement=
"bottom"
width=
"300"
trigger=
"click"
>
<el-input
class=
'mt10'
v-model=
'NumObj.newCombinationNum'
type=
'textarea'
></el-input>
<p
class=
"alcenter mt10"
>
...
...
src/components/dmc/manager/teamReimbursement.vue
View file @
d8f80748
This diff is collapsed.
Click to expand it.
src/router/config.js
View file @
d8f80748
...
...
@@ -1170,6 +1170,14 @@ export default {
title
:
'领队用款计划'
},
},
{
path
:
'/leaderPrint'
,
//领队用款计划
name
:
'leaderPrint'
,
component
:
resolve
=>
require
([
'@/components/LeaderManagement/leaderPrint'
],
resolve
),
meta
:
{
title
:
'领队用款计划打印'
},
},
{
path
:
'/leaderReimbursement'
,
//领队领队报账
name
:
'leaderReimbursement'
,
...
...
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