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
5d814738
Commit
5d814738
authored
Jun 11, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
403ad325
aa6321b3
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
11 additions
and
5 deletions
+11
-5
CashAccDetail.vue
src/components/FinancialModule/accDetail/CashAccDetail.vue
+1
-0
CompanyAccDetail.vue
...components/FinancialModule/accDetail/CompanyAccDetail.vue
+1
-0
PlatformAccDetail.vue
...omponents/FinancialModule/accDetail/PlatformAccDetail.vue
+1
-0
PoolAccDetail.vue
src/components/FinancialModule/accDetail/PoolAccDetail.vue
+1
-0
HotelSalesBoard.vue
src/components/Hotel/HotelSalesBoard.vue
+3
-2
ModifyVisaProduct.vue
src/components/SalesVisa/ModifyVisaProduct.vue
+1
-1
HotelSalesBoard.vue
src/components/Supplier/HotelSalesBoard.vue
+3
-2
No files found.
src/components/FinancialModule/accDetail/CashAccDetail.vue
View file @
5d814738
...
...
@@ -923,6 +923,7 @@ export default {
},
err
=>
{})
},
getList
(){
//获取列表
this
.
checkList
=
[];
this
.
loading
=
true
;
if
(
this
.
msg
.
ClientID
===
''
){
this
.
msg
.
ClientID
=
0
;
...
...
src/components/FinancialModule/accDetail/CompanyAccDetail.vue
View file @
5d814738
...
...
@@ -547,6 +547,7 @@ export default {
},
err
=>
{})
},
getList
(){
//获取列表
this
.
checkList
=
[];
// this.loading = true
if
(
this
.
msg
.
ClientID
==
''
){
this
.
msg
.
ClientID
=
0
;
...
...
src/components/FinancialModule/accDetail/PlatformAccDetail.vue
View file @
5d814738
...
...
@@ -544,6 +544,7 @@ export default {
},
err
=>
{})
},
getList
(){
//获取列表
this
.
checkList
=
[];
this
.
loading
=
true
if
(
this
.
msg
.
ClientID
==
''
){
this
.
msg
.
ClientID
=
0
;
...
...
src/components/FinancialModule/accDetail/PoolAccDetail.vue
View file @
5d814738
...
...
@@ -591,6 +591,7 @@ export default {
},
err
=>
{})
},
getList
(){
//获取列表
this
.
checkList
=
[];
this
.
loading
=
true
if
(
this
.
msg
.
ClientID
==
''
){
this
.
msg
.
ClientID
=
0
;
...
...
src/components/Hotel/HotelSalesBoard.vue
View file @
5d814738
...
...
@@ -264,8 +264,9 @@
</div>
<div
class=
"title"
>
酒店统计 共
<span
class=
"Owe_Room"
>
{{
TotalInventory
}}
</span>
间, 使用
<span
class=
"Owe_Room"
>
{{
UseInventory
}}
</span>
间
<span
class=
"Owe_Room"
>
{{
TotalInventory
}}
</span>
间, 当前使用
<span
class=
"Owe_Room"
>
{{
UseInventory
}}
</span>
间,占比
<span
class=
"Owe_Room"
>
{{
((
UseInventory
/
TotalInventory
)
*
100
).
toFixed
(
2
)
}}
</span>
%.
<span
class=
"hasStock_1"
style=
"padding:2px 4px;border-radius:5px"
>
红日
</span>
<span
class=
"hasStock_2"
style=
"padding:2px 4px;border-radius:5px"
>
旺季
</span>
...
...
src/components/SalesVisa/ModifyVisaProduct.vue
View file @
5d814738
...
...
@@ -896,7 +896,7 @@ export default {
"dmc_get_visa_GetVisaProductInfo_V1"
,
{
Pid
:
Pid
},
res
=>
{
console
.
log
(
res
);
//
console.log(res);
if
(
res
.
data
.
resultCode
==
1
)
{
let
data
=
res
.
data
.
data
;
this
.
addMsg
=
res
.
data
.
data
;
...
...
src/components/Supplier/HotelSalesBoard.vue
View file @
5d814738
...
...
@@ -264,8 +264,9 @@
</div>
<div
class=
"title"
>
酒店统计 共
<span
class=
"Owe_Room"
>
{{
TotalInventory
}}
</span>
间, 使用
<span
class=
"Owe_Room"
>
{{
UseInventory
}}
</span>
间
<span
class=
"Owe_Room"
>
{{
TotalInventory
}}
</span>
间, 当前使用
<span
class=
"Owe_Room"
>
{{
UseInventory
}}
</span>
间,占比
<span
class=
"Owe_Room"
>
{{
((
UseInventory
/
TotalInventory
)
*
100
).
toFixed
(
2
)
}}
</span>
%.
<span
class=
"hasStock_1"
style=
"padding:2px 4px;border-radius:5px"
>
红日
</span>
<span
class=
"hasStock_2"
style=
"padding:2px 4px;border-radius:5px"
>
旺季
</span>
...
...
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