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
185af0cd
Commit
185af0cd
authored
Aug 02, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
导游问题修复
parent
dec35a73
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
7 deletions
+32
-7
leaderManagement.vue
src/components/LeaderManagement/leaderManagement.vue
+3
-3
leaderPay2.vue
src/components/leaderPay2.vue
+29
-4
No files found.
src/components/LeaderManagement/leaderManagement.vue
View file @
185af0cd
...
...
@@ -497,7 +497,7 @@
</el-option>
</el-select>
</el-form-item>
<el-form-item
:label=
"$t('system.table_sex')"
prop=
"Sex"
v-if=
"addMsg.LeaderGuidClass==0"
>
<el-form-item
:label=
"$t('system.table_sex')"
prop=
"Sex"
>
<el-select
v-model=
"addMsg.Sex"
:placeholder=
"$t('leader.leader_Sex')"
class=
"w210"
>
<el-option
v-for=
'item in SexOptions'
:key=
"item.value"
:label=
"item.type"
:value=
"item.value"
>
</el-option>
...
...
@@ -591,7 +591,7 @@ export default {
},
addMsg
:
{
ID
:
"0"
,
Type
:
""
,
Type
:
"
3
"
,
EmployeeId
:
""
,
Surname
:
""
,
Name
:
""
,
...
...
@@ -1072,7 +1072,7 @@ export default {
//初始化创建、修改表单数据
let
newMsg
=
{
ID
:
"0"
,
Type
:
""
,
Type
:
"
3
"
,
EmployeeId
:
""
,
Surname
:
""
,
Name
:
""
,
...
...
src/components/leaderPay2.vue
View file @
185af0cd
...
...
@@ -127,7 +127,7 @@ input[type="number"] {
</table>
<table
border=
"0"
cellspacing=
"1"
class=
"leaderPayTable leaderPayTable2"
>
<tr>
<th
colspan=
"
9
"
class=
"bgwhite"
>
门票使用
</th>
<th
colspan=
"
10
"
class=
"bgwhite"
>
门票使用
</th>
</tr>
<tr>
<th
width=
"180"
>
使用日期
</th>
...
...
@@ -139,6 +139,7 @@ input[type="number"] {
<th
width=
""
>
预计总金额
</th>
<th
width=
""
>
实付金额
</th>
<th
width=
"100"
>
备注
</th>
<th
width=
"40"
>
操作
</th>
</tr>
<template
v-for=
'(item,index) in ScenicDataList'
>
<template
v-for=
"(subItem,subIndex) in item.data"
>
...
...
@@ -178,6 +179,7 @@ input[type="number"] {
<td
v-if=
"childIndex==0"
:rowspan=
"subItem.TicketPriceList.length"
>
{{
subItem
.
Remarks
}}
</td>
<td><span
class=
"cursorpointer text-decoratio"
@
click=
"godetail('ticket', childItem)"
>
明细
</span></td>
</tr>
</
template
>
</template>
...
...
@@ -225,7 +227,7 @@ input[type="number"] {
<table
border=
"0"
cellspacing=
"1"
class=
"leaderPayTable leaderPayTable2"
>
<tr>
<th
colspan=
"
4
"
class=
"bgwhite"
>
车辆使用
</th>
<th
colspan=
"
5
"
class=
"bgwhite"
>
车辆使用
</th>
</tr>
<tr>
<th
width=
""
>
使用日期
</th>
...
...
@@ -233,6 +235,7 @@ input[type="number"] {
<!-- <th width="">预计总金额</th>-->
<th
width=
""
>
实付金额
</th>
<th
width=
""
>
备注
</th>
<th
width=
"40"
>
操作
</th>
</tr>
<
template
v-for=
'(item,index) in busDataList'
>
<tr
v-for=
'(item2,index2) in item.data'
>
...
...
@@ -249,13 +252,14 @@ input[type="number"] {
<td>
{{
item2
.
Remarks
}}
</td>
<td><span
class=
"cursorpointer text-decoratio"
@
click=
"godetail('bus', item2)"
>
明细
</span></td>
</tr>
</
template
>
</table>
<table
border=
"0"
cellspacing=
"1"
class=
"leaderPayTable leaderPayTable2"
>
<tr>
<th
colspan=
"1
0
"
class=
"bgwhite"
>
餐食使用
</th>
<th
colspan=
"1
1
"
class=
"bgwhite"
>
餐食使用
</th>
</tr>
<tr>
<th
width=
"180"
>
使用日期
</th>
...
...
@@ -268,6 +272,7 @@ input[type="number"] {
<th
width=
""
>
预计总金额
</th>
<th
width=
""
>
实付金额
</th>
<th
width=
"100"
>
备注
</th>
<th
width=
"40"
>
操作
</th>
</tr>
<
template
v-for=
'(item,index) in DiningDataList'
>
<template
v-for=
'(subItem,subIndex) in item.data'
>
...
...
@@ -309,6 +314,7 @@ input[type="number"] {
<td
v-if=
"childIndex==0"
:rowspan=
"subItem.DiningPriceList.length"
>
{{
subItem
.
Remarks
}}
</td>
<td><span
class=
"cursorpointer text-decoratio"
@
click=
"godetail('dining', childItem)"
>
明细
</span></td>
</tr>
</
template
>
</template>
...
...
@@ -356,7 +362,7 @@ input[type="number"] {
<table
border=
"0"
cellspacing=
"1"
class=
"leaderPayTable leaderPayTable2"
>
<tr>
<th
colspan=
"1
1
"
class=
"bgwhite"
>
酒店使用
</th>
<th
colspan=
"1
2
"
class=
"bgwhite"
>
酒店使用
</th>
</tr>
<tr>
<th
width=
"180"
>
使用日期
</th>
...
...
@@ -370,6 +376,7 @@ input[type="number"] {
<th
width=
""
>
预计总金额
</th>
<th
width=
""
>
实付金额
</th>
<th
width=
"100"
>
备注
</th>
<th
width=
"40"
>
操作
</th>
</tr>
<
template
v-for=
'(item, index) in HotelDataList'
>
<template
v-for=
"(subItem,subIndex) in item.data"
>
...
...
@@ -433,6 +440,7 @@ input[type="number"] {
<td
v-if=
"childIndex==0"
:rowspan=
"subItem.OrderDetailsList.length"
>
{{subItem.Remarks}}
</td>
<td><span
class=
"cursorpointer text-decoratio"
@
click=
"godetail('hotel', childItem)"
>
明细
</span></td>
</tr>
</template>
</template>
...
...
@@ -921,6 +929,23 @@ export default {
};
},
methods
:
{
// 明细
godetail
:
function
(
name
,
obj
)
{
let
path
=
""
,
msg
=
{};
if
(
name
==
'ticket'
)
{
}
else
if
(
name
===
'bus'
)
{
}
else
if
(
name
===
'dining'
)
{
}
else
if
(
name
===
'hotel'
)
{
}
let
fullPath
=
`/
${
path
}
?data=
${
msg
}
`
;
let
dom
=
document
.
querySelector
(
"#blankLink"
);
dom
.
href
=
`http://
${
window
.
location
.
host
}
/#
${
fullPath
}
`
;
dom
.
click
();
},
// 稽核单据
ZhiDanJiHe
:
function
(
obj
){
if
(
!
obj
.
price
)
{
...
...
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