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
0d54ce03
Commit
0d54ce03
authored
Oct 29, 2019
by
黄媛媛
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
7d38ed4d
8cabbd43
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
RecPayQuery.vue
src/components/FinancialModule/RecPayQuery.vue
+1
-1
oneDayTrip.vue
src/components/TravelManager/TravelList/oneDayTrip.vue
+2
-1
Survey.vue
src/components/administrative/Survey.vue
+1
-0
No files found.
src/components/FinancialModule/RecPayQuery.vue
View file @
0d54ce03
...
...
@@ -104,7 +104,7 @@
<el-row
style=
"padding:15px 20px 0 0;"
>
<el-col
:span=
"4"
>
<el-form-item
label=
"单号:"
>
<el-input
placeholder=
""
class=
""
v-model=
"msg.FrID"
@
keyup
.
native=
"checkInteger(msg,'FrID')"
></el-input>
<el-input
placeholder=
""
class=
""
v-model=
"msg.FrID"
@
keyup
.
native=
"checkInteger(msg,'FrID')"
maxlength=
"8"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
...
...
src/components/TravelManager/TravelList/oneDayTrip.vue
View file @
0d54ce03
...
...
@@ -906,7 +906,7 @@
}
this
.
queryCommonData
.
loading
=
true
this
.
apipost
(
'travel_get_GetTravelPrciePageList'
,
'travel_get_GetTravelPrciePageList
_V2
'
,
msg
,
res
=>
{
this
.
queryCommonData
.
loading
=
false
...
...
@@ -1172,6 +1172,7 @@
query
:
{
id
:
id
,
OutBranchId
:
OutBranchId
,
IsHaveAuth
:
true
,
blank
:
'y'
,
tab
:
'团队收支明细'
}
...
...
src/components/administrative/Survey.vue
View file @
0d54ce03
...
...
@@ -341,6 +341,7 @@ export default {
this
.
getList
();
}
else
{
this
.
$message
.
error
(
res
.
data
.
message
)
this
.
saveShow
=
false
;
}
})
},
...
...
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