Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_Travel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
zhengke
jz_Travel
Commits
609a0a58
Commit
609a0a58
authored
Feb 18, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
74fbf31d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
7 deletions
+4
-7
visa_Reserve.vue
pages/visa/visa_Reserve.vue
+4
-7
No files found.
pages/visa/visa_Reserve.vue
View file @
609a0a58
...
...
@@ -506,7 +506,7 @@
<view
class=
"visaProductNum column"
>
<view
class=
"visaProductNum_Title"
>
请输入姓名
</view>
<view
class=
"row-sbas-n items-center"
>
<input
class=
"visaProductTetx"
v-model=
"
customer.n
ame"
/>
<input
class=
"visaProductTetx"
v-model=
"
orderMsg.RelationN
ame"
/>
</view>
</view>
<view
class=
"visaProductNum visaProductNumR column"
>
...
...
@@ -760,6 +760,7 @@
ChildPeopleNum
:
null
,
Remark
:
''
,
PeopleNum
:
0
,
RelationName
:
''
,
},
activity
:
{},
price
:
0
,
...
...
@@ -1104,11 +1105,7 @@
return
;
}
this
.
tipsText
=
''
// if (this.customer.customerName == "") {
// this.tipsText = '请输入名'
// return;
// }
if
(
this
.
customer
.
name
==
""
)
{
if
(
this
.
orderMsg
.
RelationName
==
""
)
{
this
.
tipsText
=
'请输入姓名'
return
;
}
...
...
@@ -1196,7 +1193,7 @@
EnterCountryTime
:
this
.
orderMsg
.
EnterCountryTime
,
//入境时间
GuestList
:
[],
//this.guests
VisaOrderRelation
:{
RelationName
:
this
.
customer
.
name
,
// +this.customer.customerN
ame联系名称
RelationName
:
this
.
orderMsg
.
RelationName
,
//customer.customerName customer.n
ame联系名称
RelationPhone
:
this
.
customer
.
contactNumber
,
// 电话
RelationEmail
:
this
.
customer
.
Mailbox
,
// 邮箱
IsNeedInvoice
:
this
.
orderMsg
.
IsNeedInvoice
,
// 是否需要发票 ,0-默认
...
...
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