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
aee6a193
Commit
aee6a193
authored
Dec 01, 2022
by
youjie
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
d29979d2
a19029e8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1077 additions
and
634 deletions
+1077
-634
ElectronicContract.vue
src/components/Contract/ElectronicContract.vue
+4
-4
SubjectContrast.vue
src/components/FinancialModule/Kingdee/SubjectContrast.vue
+16
-17
HotelOrderList.vue
src/components/Hotel/reservation/HotelOrderList.vue
+34
-35
OrderList.vue
src/components/Hotel/reservation/OrderList.vue
+1023
-578
No files found.
src/components/Contract/ElectronicContract.vue
View file @
aee6a193
...
@@ -920,7 +920,7 @@
...
@@ -920,7 +920,7 @@
<div
class=
"EC_div"
:class=
"
{'checkedNav':cked==7}">
<div
class=
"EC_div"
:class=
"
{'checkedNav':cked==7}">
<div
class=
"EC_ComTitle"
>
委托授权书
</div>
<div
class=
"EC_ComTitle"
>
委托授权书
</div>
<template
v-for=
"(item,index) in dataList.guestList"
>
<template
v-for=
"(item,index) in dataList.guestList"
>
<p
class=
"shouquanNum"
>
{{
index
+
1
}}
</p>
<p
class=
"shouquanNum"
>
{{
index
+
1
}}
</p>
<div
class=
"shouquanDiv"
>
<div
class=
"shouquanDiv"
>
<p
class=
"ShouDiv_Title"
>
委托授权书
</p>
<p
class=
"ShouDiv_Title"
>
委托授权书
</p>
<p><span>
{{
dataList
.
company
}}
</span>
:
</p>
<p><span>
{{
dataList
.
company
}}
</span>
:
</p>
...
@@ -939,7 +939,7 @@
...
@@ -939,7 +939,7 @@
联系电话:
<span>
{{
dataList
.
clientCall
}}
</span>
联系电话:
<span>
{{
dataList
.
clientCall
}}
</span>
</p>
</p>
<p>
受托人承诺:本授权委托书为
<span>
{{
item
.
surName
+
''
+
item
.
name
}}
<p>
受托人承诺:本授权委托书为
<span>
{{
item
.
surName
+
''
+
item
.
name
}}
</span
(委托人姓名)本人出具,若不属实,因此产生的全部法律责任由受托人承担。受托人代表其他委托人在本合同书上签字,将严格履行受托人的权利和义务,将本合同的全部内容逐一向我代表的每一位委托人转达。
>
</span
>
(委托人姓名)本人出具,若不属实,因此产生的全部法律责任由受托人承担。受托人代表其他委托人在本合同书上签字,将严格履行受托人的权利和义务,将本合同的全部内容逐一向我代表的每一位委托人转达。>
</p>
</p>
<p
style=
"text-align:right;margin:20px 40px 20px 0"
>
委托日期:
<span>
{{
getDate
(
dataList
.
payDate
)
}}
</span></p>
<p
style=
"text-align:right;margin:20px 40px 20px 0"
>
委托日期:
<span>
{{
getDate
(
dataList
.
payDate
)
}}
</span></p>
</div>
</div>
...
@@ -1192,7 +1192,7 @@
...
@@ -1192,7 +1192,7 @@
return
{
return
{
//选中切换
//选中切换
cked
:
1
,
cked
:
1
,
//查询参数
//查询参数
msg
:
{
msg
:
{
TCID
:
0
,
TCID
:
0
,
orderID
:
0
orderID
:
0
...
@@ -1209,7 +1209,7 @@
...
@@ -1209,7 +1209,7 @@
// 生成二维码
// 生成二维码
GetQrCode
:
function
()
{
GetQrCode
:
function
()
{
let
urlObj
=
this
.
domainManager
();
let
urlObj
=
this
.
domainManager
();
let
msg
=
{
let
msg
=
{
TCID
:
this
.
$route
.
query
.
TCID
,
TCID
:
this
.
$route
.
query
.
TCID
,
orderID
:
this
.
$route
.
query
.
orderID
,
orderID
:
this
.
$route
.
query
.
orderID
,
...
...
src/components/FinancialModule/Kingdee/SubjectContrast.vue
View file @
aee6a193
...
@@ -6,12 +6,12 @@
...
@@ -6,12 +6,12 @@
cursor
:
pointer
;
cursor
:
pointer
;
font-size
:
14px
;
font-size
:
14px
;
}
}
.suject-title-box
span
.active
{
.suject-title-box
span
.active
{
color
:
#E95252
;
color
:
#E95252
;
border-bottom
:
2px
solid
#E95252
;
border-bottom
:
2px
solid
#E95252
;
}
}
._vMG_edit
{
._vMG_edit
{
display
:
none
;
display
:
none
;
position
:
absolute
;
position
:
absolute
;
...
@@ -26,32 +26,32 @@
...
@@ -26,32 +26,32 @@
/* margin: 15px;
/* margin: 15px;
width: calc(100% - 30px); */
width: calc(100% - 30px); */
}
}
._vMG_edit
._tit
{
._vMG_edit
._tit
{
padding-left
:
10px
;
padding-left
:
10px
;
border-left
:
3px
solid
#E95252
;
border-left
:
3px
solid
#E95252
;
font-size
:
16px
;
font-size
:
16px
;
color
:
#000000
color
:
#000000
}
}
._vMG_edit
._tit
span
{
._vMG_edit
._tit
span
{
color
:
#666666
;
color
:
#666666
;
font-size
:
14px
font-size
:
14px
}
}
._edHeight
{
._edHeight
{
height
:
400px
;
height
:
400px
;
}
}
.edHeight
{
.edHeight
{
display
:
block
!important
;
display
:
block
!important
;
min-height
:
230px
;
min-height
:
230px
;
}
}
._add_saveBtn
{
._add_saveBtn
{
text-align
:
right
;
text-align
:
right
;
}
}
</
style
>
</
style
>
<
template
>
<
template
>
<div
class=
"dianshangannualRatio"
ref=
"barparent"
>
<div
class=
"dianshangannualRatio"
ref=
"barparent"
>
...
@@ -68,13 +68,13 @@
...
@@ -68,13 +68,13 @@
<li
class=
"hight_query"
>
<li
class=
"hight_query"
>
<button
class=
"hollowFixedBtn"
@
click=
"title='关联',outerVisible=true,clickDaoRu(11)"
>
关联导入
</button>
<button
class=
"hollowFixedBtn"
@
click=
"title='关联',outerVisible=true,clickDaoRu(11)"
>
关联导入
</button>
<button
class=
"normalBtn"
>
<button
class=
"normalBtn"
>
<template
v-slot:default
>
<template>
<a
style=
"color:#fff;width:84px;"
:href=
"downList"
>
导入模板下载
</a>
<a
style=
"color:#fff;width:84px;"
:href=
"downList"
>
导入模板下载
</a>
</
template
>
</
template
>
</button>
</button>
</li>
</li>
</ul>
</ul>
</div>
</div>
<div
class=
"cm_content _scrollbar"
<div
class=
"cm_content _scrollbar"
style=
"position: absolute;top:63px;bottom: 20px;left: 19px;right:19px;overflow-y: scroll;"
>
style=
"position: absolute;top:63px;bottom: 20px;left: 19px;right:19px;overflow-y: scroll;"
>
...
@@ -127,7 +127,7 @@
...
@@ -127,7 +127,7 @@
</el-row>
</el-row>
</el-form>
</el-form>
</div>
</div>
</div>
</div>
</template>
</template>
<
script
>
<
script
>
...
@@ -221,7 +221,7 @@
...
@@ -221,7 +221,7 @@
this
.
GetKingdeeSubjectList
()
this
.
GetKingdeeSubjectList
()
},
},
mounted
()
{
mounted
()
{
},
},
methods
:
{
methods
:
{
Financial_post_GetEduBranchEnumList
()
{
Financial_post_GetEduBranchEnumList
()
{
...
@@ -325,7 +325,7 @@
...
@@ -325,7 +325,7 @@
let
userInfo
=
this
.
getLocalStorage
();
let
userInfo
=
this
.
getLocalStorage
();
this
.
importFileUrl2
=
this
.
domainManager
().
UploadFileUrl
+
this
.
importFileUrl2
=
this
.
domainManager
().
UploadFileUrl
+
`?cmd=dmc_post_LocalFileUpload&KingdeeBId=0&Type=
${
type
}
&fileType=1&fileLimit=10&EmployeeId=
${
userInfo
.
EmployeeId
}
&RB_Group_id=
${
userInfo
.
RB_Group_id
}
`
;
`?cmd=dmc_post_LocalFileUpload&KingdeeBId=0&Type=
${
type
}
&fileType=1&fileLimit=10&EmployeeId=
${
userInfo
.
EmployeeId
}
&RB_Group_id=
${
userInfo
.
RB_Group_id
}
`
;
},
},
beforeAvatarUpload
(
file
)
{
beforeAvatarUpload
(
file
)
{
return
;
return
;
...
@@ -343,7 +343,7 @@
...
@@ -343,7 +343,7 @@
cancelButtonText
:
'取消'
,
cancelButtonText
:
'取消'
,
type
:
'warning'
type
:
'warning'
}).
then
(()
=>
{
}).
then
(()
=>
{
}).
catch
(()
=>
{
}).
catch
(()
=>
{
});
});
...
@@ -364,7 +364,7 @@
...
@@ -364,7 +364,7 @@
},
},
},
},
}
}
</
script
>
</
script
>
<
style
scoped
>
<
style
scoped
>
.dianshangannualRatio
.el-card__header
{
.dianshangannualRatio
.el-card__header
{
...
@@ -376,7 +376,6 @@
...
@@ -376,7 +376,6 @@
padding
:
18px
20px
;
padding
:
18px
20px
;
}
}
</
style
>
</
style
>
\ No newline at end of file
src/components/Hotel/reservation/HotelOrderList.vue
View file @
aee6a193
...
@@ -3,31 +3,31 @@
...
@@ -3,31 +3,31 @@
.el-table
th
.is-leaf
{
.el-table
th
.is-leaf
{
background-color
:
#EAEAEA
!important
;
background-color
:
#EAEAEA
!important
;
}
}
.HotelWorkList
.HW_hotelDialog
{
.HotelWorkList
.HW_hotelDialog
{
width
:
900px
;
width
:
900px
;
}
}
.HotelWorkList
.Hw_tableOne
{
.HotelWorkList
.Hw_tableOne
{
width
:
100%
;
width
:
100%
;
height
:
40px
;
height
:
40px
;
background-color
:
#EAEAEA
;
background-color
:
#EAEAEA
;
}
}
.HotelWorkList
.Hw_tableOne
th
{
.HotelWorkList
.Hw_tableOne
th
{
text-align
:
center
;
text-align
:
center
;
}
}
.HotelWorkList
.HotelWorkInput
.el-input
{
.HotelWorkList
.HotelWorkInput
.el-input
{
width
:
223px
;
width
:
223px
;
}
}
.HotelWorkList
.HworkInput
.el-input
{
.HotelWorkList
.HworkInput
.el-input
{
width
:
110px
;
width
:
110px
;
}
}
</
style
>
</
style
>
<
template
>
<
template
>
<div
class=
"HotelWorkList"
>
<div
class=
"HotelWorkList"
>
<div
class=
"query-box HotelWorkInput"
style=
"border-bottom: none;"
>
<div
class=
"query-box HotelWorkInput"
style=
"border-bottom: none;"
>
...
@@ -109,7 +109,7 @@
...
@@ -109,7 +109,7 @@
<OrderList
:OrderList=
"OrderList"
v-loading=
"loading"
@
success=
"GetList"
>
</OrderList>
<OrderList
:OrderList=
"OrderList"
v-loading=
"loading"
@
success=
"GetList"
>
</OrderList>
<el-pagination
background
@
current-change=
"handleCurrentChange"
:current-page
.
sync=
"currentPage"
layout=
"total,prev, pager, next, jumper"
:page-size=
msg.pageSize
:total=
total
>
<el-pagination
background
@
current-change=
"handleCurrentChange"
:current-page
.
sync=
"currentPage"
layout=
"total,prev, pager, next, jumper"
:page-size=
msg.pageSize
:total=
total
>
</el-pagination>
</el-pagination>
</
template
>
</
template
>
</div>
</div>
</template>
</template>
...
@@ -163,14 +163,14 @@
...
@@ -163,14 +163,14 @@
Datelist
:
''
Datelist
:
''
};
};
},
},
methods
:
{
methods
:
{
getDates
(){
getDates
(){
console
.
log
(
this
.
Datelist
)
console
.
log
(
this
.
Datelist
)
if
(
this
.
Datelist
[
0
]){
if
(
this
.
Datelist
[
0
]){
this
.
msg
.
StartTime
=
this
.
Datelist
[
0
]
this
.
msg
.
StartTime
=
this
.
Datelist
[
0
]
}
if
(
this
.
Datelist
[
1
]){
}
if
(
this
.
Datelist
[
1
]){
this
.
msg
.
EndTime
=
this
.
Datelist
[
1
]
this
.
msg
.
EndTime
=
this
.
Datelist
[
1
]
}
}
},
},
setEdate
()
{
setEdate
()
{
...
@@ -197,34 +197,34 @@
...
@@ -197,34 +197,34 @@
err
=>
{}
err
=>
{}
);
);
},
},
getyMDOne
(){
getyMDOne
(){
let
myDate
=
new
Date
()
let
myDate
=
new
Date
()
let
myYear
=
myDate
.
getFullYear
();
//获取完整的年份(4位,1970-????)
let
myYear
=
myDate
.
getFullYear
();
//获取完整的年份(4位,1970-????)
let
myMonth
=
myDate
.
getMonth
()
+
1
;
//获取当前月份(0-11,8代表1月)
let
myMonth
=
myDate
.
getMonth
()
+
1
;
//获取当前月份(0-11,8代表1月)
let
myToday
=
myDate
.
getDate
();
//获取当前日(1-31)
let
myToday
=
myDate
.
getDate
();
//获取当前日(1-31)
myMonth
=
myMonth
>
9
?
myMonth
:
'0'
+
myMonth
myMonth
=
myMonth
>
9
?
myMonth
:
'0'
+
myMonth
myToday
=
myToday
>
9
?
myToday
:
'0'
+
myToday
myToday
=
myToday
>
9
?
myToday
:
'0'
+
myToday
let
nowDate
=
myYear
+
'-'
+
myMonth
+
'-01'
let
nowDate
=
myYear
+
'-'
+
myMonth
+
'-01'
return
nowDate
return
nowDate
},
},
getyMDTwo
(){
getyMDTwo
(){
let
myDate
=
new
Date
()
let
myDate
=
new
Date
()
let
myYear
=
myDate
.
getFullYear
();
//获取完整的年份(4位,1970-????)
let
myYear
=
myDate
.
getFullYear
();
//获取完整的年份(4位,1970-????)
let
myMonth
=
myDate
.
getMonth
()
+
1
;
//获取当前月份(0-11,8代表1月)
let
myMonth
=
myDate
.
getMonth
()
+
1
;
//获取当前月份(0-11,8代表1月)
let
myToday
=
myDate
.
getDate
();
//获取当前日(1-31)
let
myToday
=
myDate
.
getDate
();
//获取当前日(1-31)
myMonth
=
myMonth
>
9
?
myMonth
:
'0'
+
myMonth
myMonth
=
myMonth
>
9
?
myMonth
:
'0'
+
myMonth
myToday
=
myToday
>
9
?
myToday
:
'0'
+
myToday
myToday
=
myToday
>
9
?
myToday
:
'0'
+
myToday
let
nowDate
=
myYear
+
'-'
+
myMonth
+
'-'
+
myToday
let
nowDate
=
myYear
+
'-'
+
myMonth
+
'-'
+
myToday
return
nowDate
return
nowDate
},
},
//获取酒店订单列表
//获取酒店订单列表
GetList
()
{
GetList
()
{
if
(
this
.
msg
.
StartTime
==
''
){
//
if(this.msg.StartTime==''){
this
.
msg
.
StartTime
=
this
.
getyMDOne
()
//
this.msg.StartTime = this.getyMDOne()
}
//
}
if
(
this
.
msg
.
EndTime
==
''
){
//
if(this.msg.EndTime==''){
this
.
msg
.
EndTime
=
this
.
getyMDTwo
()
//
this.msg.EndTime = this.getyMDTwo()
}
//
}
this
.
loading
=
true
this
.
loading
=
true
this
.
apipost
(
this
.
apipost
(
"dict_post_GetAdminCustomerOrderPageList"
,
this
.
msg
,
"dict_post_GetAdminCustomerOrderPageList"
,
this
.
msg
,
...
@@ -252,7 +252,7 @@
...
@@ -252,7 +252,7 @@
x
.
Money
=
x
.
HotelMoeny
+
x
.
TaxesPrice
x
.
Money
=
x
.
HotelMoeny
+
x
.
TaxesPrice
})
})
})
})
this
.
OrderList
=
data
;
this
.
OrderList
=
data
;
this
.
OrderList
.
forEach
(
item
=>
{
this
.
OrderList
.
forEach
(
item
=>
{
let
datas
=
{
let
datas
=
{
...
@@ -293,8 +293,8 @@
...
@@ -293,8 +293,8 @@
this
.
Datelist
=
this
.
getyMDOne
()
this
.
Datelist
=
this
.
getyMDOne
()
this
.
userInfo
=
this
.
getLocalStorage
();
this
.
userInfo
=
this
.
getLocalStorage
();
this
.
GetList
();
this
.
GetList
();
this
.
initHotels
();
//酒店名称下拉
this
.
initHotels
();
//酒店名称下拉
//自适应高度调节
//自适应高度调节
this
.
com_onresize
();
this
.
com_onresize
();
...
@@ -303,10 +303,9 @@
...
@@ -303,10 +303,9 @@
}
}
},
},
};
};
</
script
>
</
script
>
<
style
>
<
style
>
</
style
>
</
style
>
\ No newline at end of file
src/components/Hotel/reservation/OrderList.vue
View file @
aee6a193
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