Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
jijin
/
dance-pc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
e6381328
authored
2024-07-25 16:37:45 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge commit '
aa887c8a
' into dev
2 parents
ffb67970
aa887c8a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
src/viewsPc/booking/addInvoice.vue
src/viewsPc/booking/invoiceDetail.vue
src/viewsPc/booking/addInvoice.vue
View file @
e638132
...
...
@@ -117,6 +117,9 @@
<el-form-item
:label=
"`邮箱`"
v-if=
"form.invoiceForm=='1'"
required
prop=
"invoiceEmail"
>
<el-input
v-model=
"form.invoiceEmail"
/>
</el-form-item>
<el-form-item
label=
"备注"
v-if=
"form.invoiceForm=='1'"
prop=
"remarks"
>
<el-input
type=
"textarea"
v-model=
"form.remarks"
/>
</el-form-item>
<div
v-if=
"form.invoiceForm=='3'&&form.invoiceType=='0'"
>
<el-form-item
:label=
"`地址`"
required
prop=
"invoiceAddress"
>
<el-input
v-model=
"form.invoiceAddress"
/>
...
...
src/viewsPc/booking/invoiceDetail.vue
View file @
e638132
...
...
@@ -95,7 +95,10 @@
<el-form-item
:label=
"`邮箱`"
v-if=
"form.invoiceForm=='1'"
required
prop=
"invoiceEmail"
>
{{
form
.
invoiceEmail
}}
</el-form-item>
<el-form-item
:label=
"`邮寄地址`"
v-else
required
>
<el-form-item
label=
"备注"
prop=
"remarks"
>
{{
form
.
remarks
}}
</el-form-item>
<el-form-item
v-if=
"!form.invoiceForm=='1'"
:label=
"`邮寄地址`"
required
>
<div
class=
"flexCenter"
>
<div>
<div
class=
"bigSize"
>
{{
nowAddress
.
contact
}}
{{
nowAddress
.
phone
}}
</div>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment