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
bd7d0171
Commit
bd7d0171
authored
Dec 12, 2019
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
77428188
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1948 additions
and
1880 deletions
+1948
-1880
DomesticTravelcontract.vue
src/components/DomesticTravelcontract.vue
+1
-1
SingleContract.vue
src/components/SingleContract.vue
+1943
-1873
onedayTripContract.vue
src/components/onedayTripContract.vue
+4
-6
No files found.
src/components/DomesticTravelcontract.vue
View file @
bd7d0171
...
@@ -947,7 +947,7 @@
...
@@ -947,7 +947,7 @@
<th
width=
"12%"
>
旅游者签名同意
</th>
<th
width=
"12%"
>
旅游者签名同意
</th>
<th
width=
"100"
>
操作
</th>
<th
width=
"100"
>
操作
</th>
</tr>
</tr>
<tr
v-for=
"(item, index) in CtObj.ContractShopList"
>
<tr
v-for=
"(item, index) in CtObj.ContractShopList"
:key=
"index"
>
<td>
<td>
{{
index
+
1
}}
{{
index
+
1
}}
</td>
</td>
...
...
src/components/SingleContract.vue
View file @
bd7d0171
This diff is collapsed.
Click to expand it.
src/components/onedayTripContract.vue
View file @
bd7d0171
...
@@ -1023,7 +1023,7 @@
...
@@ -1023,7 +1023,7 @@
return
{
return
{
//选中切换
//选中切换
cked
:
1
,
cked
:
1
,
IsLoad
:
0
,
//是加载行程信息
IsLoad
:
0
,
//是加载行程信息
//参数
//参数
CtObj
:
{
CtObj
:
{
ID
:
0
,
ID
:
0
,
...
@@ -1452,7 +1452,7 @@
...
@@ -1452,7 +1452,7 @@
}
else
{
}
else
{
this
.
CtObj
.
ContractTripList
=
[];
this
.
CtObj
.
ContractTripList
=
[];
}
}
this
.
IsLoad
=
1
;
this
.
IsLoad
=
1
;
}
else
{
}
else
{
this
.
Error
(
res
.
data
.
message
);
this
.
Error
(
res
.
data
.
message
);
}
}
...
@@ -1489,10 +1489,8 @@
...
@@ -1489,10 +1489,8 @@
if
(
this
.
$route
.
query
.
id
&&
this
.
$route
.
query
.
id
>
0
)
{
if
(
this
.
$route
.
query
.
id
&&
this
.
$route
.
query
.
id
>
0
)
{
this
.
CtObj
.
ID
=
this
.
$route
.
query
.
id
;
this
.
CtObj
.
ID
=
this
.
$route
.
query
.
id
;
this
.
GetData
();
this
.
GetData
();
}
}
else
{
else
this
.
IsLoad
=
1
;
{
this
.
IsLoad
=
1
;
}
}
this
.
$nextTick
(
function
()
{
this
.
$nextTick
(
function
()
{
//滚动监听事件
//滚动监听事件
...
...
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