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
18875dbc
Commit
18875dbc
authored
Jul 21, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
3bfd9679
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
85 additions
and
11 deletions
+85
-11
TicketOrder.vue
src/components/Ticketing/TicketOrder.vue
+1
-1
orderTicketUnion.vue
src/components/commonPage/orderTicketUnion.vue
+84
-0
edit-orderform.vue
src/components/orderCommon/edit-orderform.vue
+0
-10
No files found.
src/components/Ticketing/TicketOrder.vue
View file @
18875dbc
...
...
@@ -576,7 +576,7 @@
<div
class=
"_oll_praise"
v-if=
"item.OrderSource==2"
>
<span
class=
"iconfont icon-dingdanhao"
></span>
<el-tooltip
effect=
"dark"
:content=
"item.ClientName"
placement=
"top"
popper-class=
"max-w250"
>
<p
class=
"_oll_lxr_name"
>
{{
item
.
ClientName
}}
hh
</p>
<p
class=
"_oll_lxr_name"
>
{{
item
.
ClientName
}}
</p>
</el-tooltip>
</div>
<div
class=
"_oll_lxr_b"
v-if=
"item.OrderSource==1|| item.OrderSource==3 "
>
...
...
src/components/commonPage/orderTicketUnion.vue
0 → 100644
View file @
18875dbc
<
style
>
</
style
>
<
template
>
<div
class=
"clearfix"
>
<el-form
label-width=
"100px"
>
<el-form-item
label=
"订单编号"
>
{{
orderInfo
.
OrderId
}}
</el-form-item>
<el-form-item
label=
"团期编号"
>
{{
orderInfo
.
TCID
}}
</el-form-item>
<el-form-item
label=
"状态"
>
<el-radio
v-model=
"postMsg.IsSure"
:label=
"0"
>
暂定
</el-radio>
<el-radio
v-model=
"postMsg.IsSure"
:label=
"1"
>
确定
</el-radio>
</el-form-item>
<el-form-item
label=
"机票命令"
>
<el-input
type=
"textarea"
v-model=
"postMsg.TicketOrder"
:autosize=
"
{ minRows: 2, maxRows: 4}">
</el-input>
</el-form-item>
<el-form-item>
<input
type=
"button"
class=
"normalBtn Rs_leaderSearch"
@
click=
"saveTicketUnion"
value=
"确定"
/>
<input
type=
"button"
class=
"normalBtn Rs_leaderSearch"
@
click=
"closeDialog()"
value=
"关闭"
/>
</el-form-item>
</el-form>
</div>
</
template
>
<
script
>
export
default
{
props
:
[
"orderInfo"
],
data
()
{
return
{
postMsg
:
{
TCID
:
0
,
OrderId
:
0
,
TicketOrder
:
""
,
//机票导入命令
TicketUnionId
:
0
,
//判断新增还是修改
IsSure
:
0
,
//0-暂定,1-确定
},
}
},
mounted
()
{
},
methods
:
{
saveTicketUnion
()
{
//员工
this
.
apipost
(
"AirTicket_post_ImportUnionOrderFlight"
,
this
.
postMsg
,
(
res
)
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
Success
(
res
.
data
.
message
);
this
.
clearMsg
();
//调用父页面刷新方法
this
.
$emit
(
"success"
);
}
}
);
},
//清空表单
clearMsg
()
{
this
.
postMsg
.
TCID
=
0
;
this
.
postMsg
.
OrderId
=
0
;
this
.
postMsg
.
TicketOrder
=
""
;
this
.
postMsg
.
TicketUnionId
=
0
;
this
.
postMsg
.
IsSure
=
0
;
},
//关闭弹窗
closeDialog
()
{
this
.
$emit
(
"close"
);
},
},
watch
:
{
//监听订单属性编号
orderInfo
:
{
handler
(
newVal
)
{
this
.
postMsg
.
TCID
=
this
.
orderInfo
.
TCID
;
this
.
postMsg
.
OrderId
=
this
.
orderInfo
.
OrderId
;
this
.
postMsg
.
TicketUnionId
=
this
.
orderInfo
.
TicketUnionId
;
},
deep
:
true
,
immediate
:
true
,
},
},
};
</
script
>
src/components/orderCommon/edit-orderform.vue
View file @
18875dbc
...
...
@@ -487,14 +487,12 @@
<el-upload
ref=
"my-upload"
class=
"upload-demo"
:http-request=
"uploadFileBtnFJ"
:multiple=
"true"
:show-file-list=
"true"
:on-preview=
"previewFileFJ"
:on-remove=
"removeFileFJ"
:limit=
"1"
:file-list=
"fileFujianList"
action
>
<el-button
size=
"small"
type=
"primary"
>
点击上传
</el-button>
</el-upload>
</div>
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"20"
>
<el-col
:span=
"24"
>
<el-form-item
label=
"备注"
prop=
"Remarks"
>
...
...
@@ -627,11 +625,9 @@
comSelect
:
-
1
,
OpSetLossPeople
:
0
,
OpSetLossMoney
:
0
,
IsChargeLossOrders
:
0
,
Unit_PriceList
:
[],
//成交单价下拉数据
LessMoney
:
0
,
uploadLloading
:
false
,
fileFujianList
:
[],
employeeMsg
:
{
...
...
@@ -1528,13 +1524,11 @@
Number
(
this
.
addMsg
.
YSeatNum
)
*
Number
(
this
.
addMsg
.
Unit_Price
)
+
this
.
OpSetLossMoney
;
}
this
.
getTicheng
();
if
(
!
t
)
{
this
.
getTypePrice2
();
}
},
yzBigBed2
()
{
let
x
=
Number
(
this
.
addMsg
.
AirticketNum
)
+
...
...
@@ -1730,10 +1724,8 @@
(
res
)
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
$message
.
success
(
res
.
data
.
message
);
this
.
clearMsg
();
if
(
res
.
data
.
data
==
1
)
{
}
...
...
@@ -1901,8 +1893,6 @@
}
});
},
getEmployee
()
{
//员工
this
.
apipost
(
...
...
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