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
62de6f87
Commit
62de6f87
authored
5 years ago
by
华国豪
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
9b9bdc4d
83bf6a7e
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
72 additions
and
13 deletions
+72
-13
ComplaintsDetail.vue
src/components/Complaints/ComplaintsDetail.vue
+2
-2
BasicDocuments.vue
src/components/FinancialModule/BasicDocuments.vue
+13
-1
FinancialDocumentsDetail.vue
src/components/FinancialModule/FinancialDocumentsDetail.vue
+16
-6
roomReservationsDetails.vue
src/components/Hotel/roomReservationsDetails.vue
+12
-3
SupplierIndex.vue
src/components/SupplierIndex.vue
+29
-1
No files found.
src/components/Complaints/ComplaintsDetail.vue
View file @
62de6f87
...
...
@@ -464,7 +464,7 @@
this
.
loading
=
false
this
.
isGetData
=
true
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
PriceInfo
=
res
.
data
.
data
.
PriceInfo
this
.
PriceInfo
=
res
.
data
.
data
.
PriceInfo
;
this
.
ComplainInfo
=
res
.
data
.
data
.
ComplainInfo
this
.
ComplainDetial
=
res
.
data
.
data
.
ComplainDetial
this
.
DealEmpName
=
this
.
ComplainDetial
[
this
.
ComplainDetial
.
length
-
1
].
EmpName
...
...
@@ -762,7 +762,7 @@
},
mounted
()
{
this
.
queryMsg
.
ID
=
this
.
$route
.
query
.
id
this
.
queryMsg
.
OrderId
=
this
.
$route
.
query
.
o
rderId
this
.
queryMsg
.
OrderId
=
this
.
$route
.
query
.
O
rderId
this
.
getEnumeration
()
this
.
getEmployeeList
()
this
.
getDetial
()
...
...
This diff is collapsed.
Click to expand it.
src/components/FinancialModule/BasicDocuments.vue
View file @
62de6f87
...
...
@@ -315,7 +315,8 @@
<my-DJ-Bill
:ID=
"GetDetail.FrID"
:width=
"widthSon"
:color=
"colorSon"
></my-DJ-Bill>
</
template
>
<div
class=
"_explain"
>
<p>
附加说明:
</p>
<p>
附加说明:
<span
class=
"fr"
v-if=
"GetDetail.ComplainID > 0"
@
click=
"goUrl('ComplaintsDetail', GetDetail.ComplainID,GetDetail.OrderID)"
>
<span
style=
"color:#000"
>
投诉单号:
</span>
<span
class=
"cursorpointer text-decoration"
>
{{GetDetail.ComplainID}}
</span></span></p>
<table
border=
"1"
bordercolor=
"#D2D2D2"
style=
"border-collapse:collapse;margin-top:15px;"
width=
"100%"
v-if=
"GetDetail.TCIDAndTCNUMList.length>0"
>
<tr
v-for=
"(o,ox) in GetDetail.TCIDAndTCNUMList"
class=
"_fujiashuoming_tr"
>
<td
:colspan=
"4"
>
{{o.TCNUM}}({{o.TCID}})
</td>
...
...
@@ -2239,6 +2240,7 @@ export default {
}
this
.
chongJudge
(
data
)
this
.
GetDetail
=
data
;
console
.
log
(
this
.
GetDetail
,
'GetDetail.OrderId'
);
this
.
ChongDiMsg
.
Types
=
''
this
.
ChongDiMsg
.
ClientType
=
data
.
Type
===
2
?
data
.
ClientType
:
''
this
.
ChongDiMsg
.
ClientID
=
data
.
Type
===
2
?
data
.
ClientID
:
''
...
...
@@ -2416,6 +2418,16 @@ export default {
},
headCall
:
function
(
msg
)
{
//回调方法,接收子组件传的参数
this
.
currentMoney
=
msg
;
},
goUrl
(
path
,
id
,
OrderId
)
{
this
.
$router
.
push
({
name
:
path
,
query
:
{
id
:
id
,
OrderId
:
OrderId
,
blank
:
"y"
}
});
}
},
created
(){
if
(
this
.
$route
.
query
.
pageIndex
){
...
...
This diff is collapsed.
Click to expand it.
src/components/FinancialModule/FinancialDocumentsDetail.vue
View file @
62de6f87
...
...
@@ -366,7 +366,7 @@
<my-RVB-Bill
v-else-if=
"GetDetail.Type===1"
:ID=
"GetDetail.FrID"
:isPrintPage=
"false"
:width=
"widthSon"
:color=
"colorSon"
></my-RVB-Bill>
<my-GZ-Bill
v-else-if=
"GetDetail.Type===7"
:ID=
"GetDetail.FrID"
:width=
"widthSon"
:color=
"colorSon"
></my-GZ-Bill>
<div
class=
"_explain"
>
<p>
附加说明:
<span
class=
"fr"
v-if=
"GetDetail.ComplainID > 0"
@
click=
"go
Url('ComplaintsDetail', GetDetail.Complain
ID)"
>
<span
style=
"color:#000"
>
投诉单号:
</span>
<span
class=
"cursorpointer text-decoration"
>
{{
GetDetail
.
ComplainID
}}
</span></span>
</p>
<p>
附加说明:
<span
class=
"fr"
v-if=
"GetDetail.ComplainID > 0"
@
click=
"go
Complain('ComplaintsDetail', GetDetail.ComplainID,GetDetail.Order
ID)"
>
<span
style=
"color:#000"
>
投诉单号:
</span>
<span
class=
"cursorpointer text-decoration"
>
{{
GetDetail
.
ComplainID
}}
</span></span>
</p>
<table
border=
"1"
bordercolor=
"#D2D2D2"
style=
"border-collapse:collapse;margin-top:15px;"
width=
"100%"
v-if=
"GetDetail.TCIDAndTCNUMList.length>0"
>
<tr
v-for=
"(o,ox) in GetDetail.TCIDAndTCNUMList"
class=
"_fujiashuoming_tr"
>
<td
:colspan=
"4"
v-if=
"GetDetail.Is_Merge===1"
>
单据号:
{{
o
.
FinanceId
}}
</td>
...
...
@@ -909,6 +909,16 @@ export default {
}
});
},
goComplain
(
path
,
id
,
OrderId
){
this
.
$router
.
push
({
name
:
path
,
query
:
{
id
:
id
,
OrderId
:
OrderId
,
blank
:
"y"
}
});
},
inited
(
viewer
){
this
.
$viewer
=
viewer
},
...
...
This diff is collapsed.
Click to expand it.
src/components/Hotel/roomReservationsDetails.vue
View file @
62de6f87
...
...
@@ -207,9 +207,10 @@
</td>
<!--返佣-->
<td>
<p
class=
"pHouseStyle link"
@
input=
"calculationPrice(subItem)"
>
<span
v-if=
'childItem.RebateRatio>0'
>
{{
childItem
.
RebateRatio
}}
%
</span>
<span
class=
"spanlink"
v-else
@
click=
"goUrl('HotelInfo',childItem,'酒店管理')"
>
设置
</span>
<p
class=
"pHouseStyle link"
>
<el-input
class=
'w40'
maxlength=
"2"
@
keyup
.
native=
"checkInteger(childItem,'RebateRatio')"
v-model=
'childItem.RebateRatio'
@
input=
"calculationPrice(subItem)"
></el-input>
%
<span
style=
"display:none;"
class=
"spanlink"
@
click=
"goUrl('HotelInfo',childItem,'酒店管理')"
>
设置
</span>
</p>
</td>
<!-- 金额总计 -->
...
...
@@ -668,6 +669,10 @@
if
(
y
.
BookNum
==
""
)
{
y
.
BookNum
=
0
;
}
if
(
y
.
RebateRatio
==
""
)
{
y
.
RebateRatio
=
0
;
}
})
});
})
...
...
@@ -707,6 +712,10 @@
if
(
y
.
BookNum
==
""
)
{
y
.
BookNum
=
0
;
}
if
(
y
.
RebateRatio
==
""
)
{
y
.
RebateRatio
=
0
;
}
})
});
})
...
...
This diff is collapsed.
Click to expand it.
src/components/SupplierIndex.vue
View file @
62de6f87
...
...
@@ -13,7 +13,7 @@
</li>
</ul>
</div>
<div
class=
"Supplier_nav_right"
>
<div
class=
"Supplier_nav_right
List
"
>
<ul>
<li
class=
"user_head"
@
click=
'hideIM'
>
<el-dropdown
trigger=
"click"
>
...
...
@@ -4721,4 +4721,32 @@
color:#fff;
line-height: 15px;
}
.Supplier_nav_rightList{
position: absolute;
right: 0;
}
.Supplier_nav_rightList ul li {
height: 50px;
margin-right: 20px;
text-align: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
float:left;
line-height: 50px;
justify-content: flex-end;
cursor: pointer;
}
.Supplier_nav_rightList ul li.user_head img{
width: 24px;
height: 24px;
border-radius: 50%;
margin-top: 13px;
}
.Supplier_nav_rightList ul li i{
color:#fff;
}
.Supplier_nav_rightList .SupplierName{
position: relative;
top:-6px;
}
</
style
>
This diff is collapsed.
Click to expand it.
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