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
47d1e75d
Commit
47d1e75d
authored
Sep 06, 2023
by
邓春圆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
潜在客户添加 上传图片
parent
63ddaeb2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
addPotentialCustom.vue
src/views/ecw/customer/addPotentialCustom.vue
+6
-2
No files found.
src/views/ecw/customer/addPotentialCustom.vue
View file @
47d1e75d
...
@@ -54,6 +54,9 @@
...
@@ -54,6 +54,9 @@
</el-col>
</el-col>
</el-row>
</el-row>
</el-form-item>
</el-form-item>
<el-form-item
:label=
"$t('图片')"
prop=
"picture"
>
<upload
v-model=
"form.picture"
:limit=
"1"
></upload>
</el-form-item>
<el-form-item
:label=
"$t('询盘信息')"
>
<el-form-item
:label=
"$t('询盘信息')"
>
<el-input
<el-input
v-model=
"form.inquiry"
v-model=
"form.inquiry"
...
@@ -78,7 +81,7 @@ import {listServiceUser} from "@/api/system/user";
...
@@ -78,7 +81,7 @@ import {listServiceUser} from "@/api/system/user";
import
{
getProductTypeList
}
from
"
@/api/ecw/productType
"
;
import
{
getProductTypeList
}
from
"
@/api/ecw/productType
"
;
import
{
getProductList
}
from
"
@/api/ecw/product
"
;
import
{
getProductList
}
from
"
@/api/ecw/product
"
;
import
{
createPotential
}
from
"
@/api/ecw/customer
"
;
import
{
createPotential
}
from
"
@/api/ecw/customer
"
;
import
upload
from
'
@/components/ImageUpload
'
export
default
{
export
default
{
name
:
"
addPotentialCustom
"
,
name
:
"
addPotentialCustom
"
,
methods
:
{
methods
:
{
...
@@ -100,6 +103,7 @@ export default {
...
@@ -100,6 +103,7 @@ export default {
inquiry
:
undefined
,
inquiry
:
undefined
,
productType
:
undefined
,
productType
:
undefined
,
productId
:
undefined
,
productId
:
undefined
,
picture
:
undefined
}
}
},
},
submit
(){
submit
(){
...
@@ -122,7 +126,7 @@ export default {
...
@@ -122,7 +126,7 @@ export default {
},
},
},
},
components
:
{
AreaCodeSelector
},
components
:
{
AreaCodeSelector
,
upload
},
created
()
{
created
()
{
this
.
reset
()
this
.
reset
()
listServiceUser
().
then
(
r
=>
{
listServiceUser
().
then
(
r
=>
{
...
...
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