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
b77d20aa
Commit
b77d20aa
authored
Aug 21, 2019
by
黄媛媛
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
5e8f6df8
62c5f619
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
confirmationOrderDownLoad.vue
src/components/confirmationOrderDownLoad.vue
+2
-2
LeaderHander.vue
src/components/dmc/manager/LeaderHander.vue
+4
-4
No files found.
src/components/confirmationOrderDownLoad.vue
View file @
b77d20aa
...
@@ -31,8 +31,8 @@
...
@@ -31,8 +31,8 @@
<!--&&isopOperation HK 注释 可以让销售修改基本信息-->
<!--&&isopOperation HK 注释 可以让销售修改基本信息-->
<input
type=
"button"
v-if=
"orderId>0"
class=
"travelControlTripBtn"
value=
"修改信息"
@
click=
"editMsgShow=true"
/>
<input
type=
"button"
v-if=
"orderId>0"
class=
"travelControlTripBtn"
value=
"修改信息"
@
click=
"editMsgShow=true"
/>
</el-col>
</el-col>
<el-col
:span=
"10"
>
<el-col
style=
"display:none"
:span=
"10"
>
<span>
行程
明细
</span>
<span>
行程
补充说明
</span>
<el-select
filterable
size=
"small"
v-model=
"Typevalue"
placeholder=
"请选择"
>
<el-select
filterable
size=
"small"
v-model=
"Typevalue"
placeholder=
"请选择"
>
<el-option
label=
"日本寻秋意赏枫季"
:value=
"-1"
></el-option>
<el-option
label=
"日本寻秋意赏枫季"
:value=
"-1"
></el-option>
<el-option
label=
"仲夏花火夜"
:value=
"-2"
></el-option>
<el-option
label=
"仲夏花火夜"
:value=
"-2"
></el-option>
...
...
src/components/dmc/manager/LeaderHander.vue
View file @
b77d20aa
...
@@ -133,17 +133,17 @@
...
@@ -133,17 +133,17 @@
<tr>
<tr>
<td>
<td>
人数:
{{
sendReceiptData
.
StartCityName
}}
出发
人数:
{{
sendReceiptData
.
StartCityName
}}
出发
<el-input
type=
"text"
class=
"w100"
v-model=
"sendReceiptData.
CDGuest
Num"
/>
<el-input
type=
"text"
class=
"w100"
v-model=
"sendReceiptData.
StartCity
Num"
/>
位
位
</td>
</td>
<td
width=
"250"
>
<td
width=
"250"
>
其他:凑票
其他:凑票
<el-input
type=
"text"
class=
"w135"
v-model=
"sendReceiptData.Together
Guest
Num"
/>
<el-input
type=
"text"
class=
"w135"
v-model=
"sendReceiptData.TogetherNum"
/>
位
位
</td>
</td>
<td
colspan=
"7"
>
<td
colspan=
"7"
>
外站JOIN
外站JOIN
<el-input
type=
"text"
class=
"w100"
v-model=
"sendReceiptData.Outside
Guest
Num"
/>
<el-input
type=
"text"
class=
"w100"
v-model=
"sendReceiptData.OutsideNum"
/>
位
位
</td>
</td>
</tr>
</tr>
...
@@ -534,7 +534,7 @@
...
@@ -534,7 +534,7 @@
res
=>
{
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
sendReceiptData
=
res
.
data
.
data
;
this
.
sendReceiptData
=
res
.
data
.
data
;
console
.
log
(
this
.
sendReceiptData
,
'sssssssssssss'
);
console
.
log
(
"sendReceiptData"
,
this
.
sendReceiptData
);
this
.
isShow
=
true
;
this
.
isShow
=
true
;
}
else
{
}
else
{
this
.
Error
(
res
.
data
.
message
);
this
.
Error
(
res
.
data
.
message
);
...
...
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