Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
web-purchase
Project
Project
Details
Activity
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
张冬
web-purchase
Commits
df7a90b9
Commit
df7a90b9
authored
Nov 09, 2020
by
单鹏冲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加签章公司信息展示
parent
b76f3bc1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
0 deletions
+20
-0
companyDetail.vue
src/components/detail/companyDetail.vue
+8
-0
informationEdit.vue
src/pages/purchaser/organization/informationEdit.vue
+6
-0
informationEdit.vue
src/pages/supply/organization/informationEdit.vue
+6
-0
No files found.
src/components/detail/companyDetail.vue
View file @
df7a90b9
...
@@ -76,6 +76,14 @@
...
@@ -76,6 +76,14 @@
<div>
电子邮箱
</div>
<div>
电子邮箱
</div>
<div>
{{
contacts
.
email
}}
</div>
<div>
{{
contacts
.
email
}}
</div>
</li>
</li>
<li>
<div>
易企签注册的名称
</div>
<div>
{{
detail
.
signCompanyName
}}
</div>
</li>
<li>
<div>
易企签注册的手机号
</div>
<div>
{{
detail
.
signCompanyPhone
}}
</div>
</li>
</ul>
</ul>
<div
class=
"detail-item"
>
<div
class=
"detail-item"
>
<div>
经营范围
</div>
<div>
经营范围
</div>
...
...
src/pages/purchaser/organization/informationEdit.vue
View file @
df7a90b9
...
@@ -130,6 +130,12 @@
...
@@ -130,6 +130,12 @@
<el-form-item
label=
"电子邮箱"
class=
"item"
v-if=
"form.contacts"
>
<el-form-item
label=
"电子邮箱"
class=
"item"
v-if=
"form.contacts"
>
<el-input
v-model
.
trim=
"form.contacts.email"
disabled
style=
"width: 240px"
maxlength=
"30"
></el-input>
<el-input
v-model
.
trim=
"form.contacts.email"
disabled
style=
"width: 240px"
maxlength=
"30"
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"签章注册名称"
class=
"item"
v-if=
"form.contacts"
>
<el-input
v-model
.
trim=
"form.signCompanyName"
style=
"width: 240px"
maxlength=
"30"
></el-input>
</el-form-item>
<el-form-item
label=
"签章注册手机号"
class=
"item"
v-if=
"form.contacts"
>
<el-input
v-model
.
trim=
"form.signCompanyPhone"
style=
"width: 240px"
maxlength=
"30"
></el-input>
</el-form-item>
<div>
<div>
<el-form-item
label=
"经营范围"
prop=
"businessScope"
class=
"item"
>
<el-form-item
label=
"经营范围"
prop=
"businessScope"
class=
"item"
>
<el-input
<el-input
...
...
src/pages/supply/organization/informationEdit.vue
View file @
df7a90b9
...
@@ -130,6 +130,12 @@
...
@@ -130,6 +130,12 @@
<el-form-item
label=
"电子邮箱"
class=
"item"
v-if=
"form.contacts"
>
<el-form-item
label=
"电子邮箱"
class=
"item"
v-if=
"form.contacts"
>
<el-input
v-model
.
trim=
"form.contacts.email"
disabled
style=
"width: 240px"
maxlength=
"30"
></el-input>
<el-input
v-model
.
trim=
"form.contacts.email"
disabled
style=
"width: 240px"
maxlength=
"30"
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"签章注册名称"
class=
"item"
v-if=
"form.contacts"
>
<el-input
v-model
.
trim=
"form.signCompanyName"
style=
"width: 240px"
maxlength=
"30"
></el-input>
</el-form-item>
<el-form-item
label=
"签章注册手机号"
class=
"item"
v-if=
"form.contacts"
>
<el-input
v-model
.
trim=
"form.signCompanyPhone"
style=
"width: 240px"
maxlength=
"30"
></el-input>
</el-form-item>
<div>
<div>
<el-form-item
label=
"经营范围"
prop=
"businessScope"
class=
"item"
>
<el-form-item
label=
"经营范围"
prop=
"businessScope"
class=
"item"
>
<el-input
<el-input
...
...
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