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
33138ae2
Commit
33138ae2
authored
Jul 21, 2023
by
zhoutong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
供应商的bug修复
parent
1290b1ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
edit.vue
src/views/ecw/supplier/edit.vue
+5
-1
No files found.
src/views/ecw/supplier/edit.vue
View file @
33138ae2
...
...
@@ -71,7 +71,7 @@
</el-form-item>
</div>
<div
v-if=
"formData.areaType==1"
>
<el-form-item
:label=
"$t('国家')"
prop=
"co
operationType
"
>
<el-form-item
:label=
"$t('国家')"
prop=
"co
untry
"
>
<el-select
v-model=
"formData.country"
:placeholder=
"$t('请选择国家')"
>
<el-option
v-for=
"item in treeList"
...
...
@@ -742,6 +742,9 @@ export default {
},
'
formData.companyTypeArr
'
(
val
){
this
.
$set
(
this
.
formData
,
'
companyType
'
,
val
.
join
(
"
,
"
))
},
'
formData.areaType
'
(){
this
.
$refs
[
"
elForm
"
].
clearValidate
()
}
},
created
()
{
...
...
@@ -804,6 +807,7 @@ export default {
this
.
$set
(
this
.
formData
.
externalVO
,
'
clearanceRequire
'
,
response
.
data
.
externalBackVO
.
clearanceRequire
)
this
.
$set
(
this
.
formData
.
externalVO
,
'
provide
'
,
response
.
data
.
externalBackVO
.
provide
)
this
.
$set
(
this
.
formData
.
externalVO
,
'
badCooperationRecord
'
,
response
.
data
.
externalBackVO
.
badCooperationRecord
)
this
.
$set
(
this
.
formData
.
externalVO
,
'
tinNoRcNo
'
,
response
.
data
.
externalBackVO
.
tinNoRcNo
)
}
});
}
...
...
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