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
947da056
Commit
947da056
authored
Sep 02, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
11c09caa
b8e92e54
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
18 deletions
+14
-18
BillModule.vue
...ponents/FinancialModule/FinancialSubmodule/BillModule.vue
+12
-16
leaderScheduleManager.vue
src/components/LeaderManagement/leaderScheduleManager.vue
+2
-2
No files found.
src/components/FinancialModule/FinancialSubmodule/BillModule.vue
View file @
947da056
...
@@ -410,23 +410,19 @@ export default {
...
@@ -410,23 +410,19 @@ export default {
}
}
})
})
if
(
status
){
if
(
status
){
// console.log("this.GetDetail.DetailList[0].Remark",this.GetDetail.DetailList[0].Remark)
// this.apipost('Financial_post_GetFinanceSwipingCard',{FrId:this.ID},res=>{
this
.
apipost
(
'Financial_post_GetFinanceSwipingCard'
,{
FrId
:
this
.
ID
},
res
=>
{
// if(res.data.resultCode==1){
if
(
res
.
data
.
resultCode
==
1
){
// if(res.data.data.length>0){
// console.log("res.data.data",res.data.data);
// this.GetDetail.DetailList[0].Remark+=` `+"刷卡:"
if
(
res
.
data
.
data
.
length
>
0
){
// res.data.data.forEach(item=>{
this
.
GetDetail
.
DetailList
[
0
].
Remark
+=
"刷卡:"
// this.GetDetail.DetailList[0].Remark+=`${item.Name},`;
res
.
data
.
data
.
forEach
(
item
=>
{
// })
this
.
GetDetail
.
DetailList
[
0
].
Remark
+=
`
${
item
.
Name
}
,`
;
// }
})
}
}
else
{
// }else{
this
.
Error
(
res
.
data
.
message
)
// this.Error(res.data.message)
}
// }
},
err
=>
{})
// },err=>{})
}
}
}
}
}
}
...
...
src/components/LeaderManagement/leaderScheduleManager.vue
View file @
947da056
...
@@ -376,7 +376,7 @@
...
@@ -376,7 +376,7 @@
<span>
<span>
<em>
领队/导游
</em>
<em>
领队/导游
</em>
<el-select
v-model=
"msg.LeaderId"
filterable
:placeholder=
"$t('admin.admin_phBirthPlace')"
class=
"w210"
>
<el-select
v-model=
"msg.LeaderId"
filterable
:placeholder=
"$t('admin.admin_phBirthPlace')"
class=
"w210"
>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
"
0
"
>
</el-option>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
"
-1
"
>
</el-option>
<el-option
v-for=
'item in leaderList'
:key=
"item.ID"
:label=
"item.Name"
:value=
"item.ID"
>
<el-option
v-for=
'item in leaderList'
:key=
"item.ID"
:label=
"item.Name"
:value=
"item.ID"
>
</el-option>
</el-option>
</el-select>
</el-select>
...
@@ -509,7 +509,7 @@
...
@@ -509,7 +509,7 @@
msg
:
{
msg
:
{
pageIndex
:
1
,
pageIndex
:
1
,
pageSize
:
10
,
pageSize
:
10
,
LeaderId
:
0
,
LeaderId
:
-
1
,
ScheduleType
:
0
,
ScheduleType
:
0
,
YearMonth
:
""
,
YearMonth
:
""
,
TCID
:
0
,
TCID
:
0
,
...
...
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