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
Show 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 @@
<div
class=
"EC_div"
:class=
"
{'checkedNav':cked==7}">
<div
class=
"EC_ComTitle"
>
委托授权书
</div>
<template
v-for=
"(item,index) in dataList.guestList"
>
<p
class=
"shouquanNum"
>
{{
index
+
1
}}
</p>
<p
class=
"shouquanNum"
>
{{
index
+
1
}}
</p>
<div
class=
"shouquanDiv"
>
<p
class=
"ShouDiv_Title"
>
委托授权书
</p>
<p><span>
{{
dataList
.
company
}}
</span>
:
</p>
...
...
@@ -939,7 +939,7 @@
联系电话:
<span>
{{
dataList
.
clientCall
}}
</span>
</p>
<p>
受托人承诺:本授权委托书为
<span>
{{
item
.
surName
+
''
+
item
.
name
}}
</span
(委托人姓名)本人出具,若不属实,因此产生的全部法律责任由受托人承担。受托人代表其他委托人在本合同书上签字,将严格履行受托人的权利和义务,将本合同的全部内容逐一向我代表的每一位委托人转达。
>
</span
>
(委托人姓名)本人出具,若不属实,因此产生的全部法律责任由受托人承担。受托人代表其他委托人在本合同书上签字,将严格履行受托人的权利和义务,将本合同的全部内容逐一向我代表的每一位委托人转达。>
</p>
<p
style=
"text-align:right;margin:20px 40px 20px 0"
>
委托日期:
<span>
{{
getDate
(
dataList
.
payDate
)
}}
</span></p>
</div>
...
...
src/components/FinancialModule/Kingdee/SubjectContrast.vue
View file @
aee6a193
...
...
@@ -68,7 +68,7 @@
<li
class=
"hight_query"
>
<button
class=
"hollowFixedBtn"
@
click=
"title='关联',outerVisible=true,clickDaoRu(11)"
>
关联导入
</button>
<button
class=
"normalBtn"
>
<template
v-slot:default
>
<template>
<a
style=
"color:#fff;width:84px;"
:href=
"downList"
>
导入模板下载
</a>
</
template
>
</button>
...
...
@@ -379,4 +379,3 @@
</
style
>
\ No newline at end of file
src/components/Hotel/reservation/HotelOrderList.vue
View file @
aee6a193
...
...
@@ -219,12 +219,12 @@
},
//获取酒店订单列表
GetList
()
{
if
(
this
.
msg
.
StartTime
==
''
){
this
.
msg
.
StartTime
=
this
.
getyMDOne
()
}
if
(
this
.
msg
.
EndTime
==
''
){
this
.
msg
.
EndTime
=
this
.
getyMDTwo
()
}
//
if(this.msg.StartTime==''){
//
this.msg.StartTime = this.getyMDOne()
//
}
//
if(this.msg.EndTime==''){
//
this.msg.EndTime = this.getyMDTwo()
//
}
this
.
loading
=
true
this
.
apipost
(
"dict_post_GetAdminCustomerOrderPageList"
,
this
.
msg
,
...
...
@@ -309,4 +309,3 @@
<
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