Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-app-operator-master
Commits
ba5e48c3
Commit
ba5e48c3
authored
Dec 09, 2024
by
zhengyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
供应商详情缺失字段补充
parent
adffe0db
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
7 deletions
+13
-7
detail.vue
src/views/ecw/supplier/detail.vue
+13
-7
No files found.
src/views/ecw/supplier/detail.vue
View file @
ba5e48c3
...
...
@@ -43,7 +43,7 @@
:autosize=
"
{minRows: 4, maxRows: 4}" class="w-500" readonly>
</el-input>
</el-form-item>
</div>
<div>
<el-form-item
v-if=
"formData.areaType==0"
:label=
"$t('供应商类别')"
prop=
"companyType"
>
<dict-selector
v-model=
"formData.companyTypeArr"
type=
"company_type"
multiple
disabled
/>
...
...
@@ -72,7 +72,7 @@
</el-select>
</el-form-item>
</div>
<div
v-if=
"formData.areaType==0"
>
<el-form-item
:label=
"$t('营业执照')"
prop=
"license"
>
<el-image
v-show=
"formData.license"
:src=
"formData.license"
style=
"width: 146px;height: 146px"
></el-image>
...
...
@@ -136,6 +136,7 @@
<el-input
v-model=
"formData.resourceVO.badCooperationRecord"
:placeholder=
"$t('请输入合作不良记录登记')"
show-word-limit
clearable
readonly
></el-input>
</el-form-item>
</div>
</el-card>
<div
v-if=
"formData.areaType==0"
>
<el-card
class=
"mt-10"
>
...
...
@@ -192,7 +193,7 @@
</el-table>
</el-card>
</div>
<div
v-if=
"formData.areaType==1"
>
...
...
@@ -283,6 +284,11 @@
<el-input
v-model=
"formData.externalVO.badCooperationRecord"
:placeholder=
"$t('请输入合作不良记录登记')"
show-word-limit
clearable
readonly
></el-input>
</el-form-item>
</div>
<div>
<el-form-item
:label=
"$t('TIN NO./RC NO.')"
prop=
"tinNoRcNo"
label-width=
"250"
>
<el-input
v-model=
"formData.externalVO.tinNoRcNo"
:placeholder=
"$t('请输入TIN NO./RC NO.')"
type=
"textarea"
style=
"width: 300px;"
show-word-limit
clearable
></el-input>
</el-form-item>
</div>
</div>
<el-form-item
size=
"large"
class=
"mt-20"
>
<el-button
@
click=
"$router.back()"
>
{{$t('返回')}}
</el-button>
...
...
@@ -416,14 +422,14 @@ export default {
getListTree
({
treeType
:
1
}).
then
(
response
=>
{
this
.
treeList
=
response
.
data
})
this
.
getFile
()
if
(
this
.
$route
.
query
.
id
){
getSupplier
(
this
.
$route
.
query
.
id
).
then
(
response
=>
{
/* response.data.companyType = response.data.companyType.split(",") || [] */
this
.
formData
=
response
.
data
this
.
$set
(
this
.
formData
,
'
companyTypeArr
'
,
this
.
strToArray
(
response
.
data
.
companyType
))
this
.
$set
(
this
.
formData
,
'
dockIds
'
,
this
.
strToArray
(
response
.
data
.
dockIds
))
this
.
$set
(
this
.
formData
,
'
priceAdvantage
'
,
response
.
data
.
priceAdvantage
==
0
?
''
:
response
.
data
.
priceAdvantage
)
...
...
@@ -478,7 +484,7 @@ export default {
}
});
}
},
mounted
()
{},
methods
:
{
...
...
@@ -605,6 +611,6 @@ export default {
}
.supplier-item
{
margin-left
:
30px
;
}
</
style
>
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