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
2959eddb
Commit
2959eddb
authored
Nov 05, 2024
by
332784038@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
报价单竞争对手调整为name, 输入项label宽度调整
parent
ae3dea08
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
edit.vue
src/views/ecw/customer/edit.vue
+1
-1
edit.vue
src/views/ecw/offer/edit.vue
+6
-6
No files found.
src/views/ecw/customer/edit.vue
View file @
2959eddb
...
...
@@ -1285,7 +1285,7 @@ export default {
}).
then
((
r
)
=>
{
this
.
$message
.
success
(
"
添加成功!
"
)
this
.
getCompetitorList
(()
=>
{
this
.
form
.
competitorIds
=
r
.
data
this
.
form
.
competitorIds
=
r
.
data
.
id
})
})
})
...
...
src/views/ecw/offer/edit.vue
View file @
2959eddb
...
...
@@ -396,7 +396,7 @@
<el-form-item
:label=
"$t('唛头')"
prop=
"marks"
>
<el-input
v-model=
"form.marks"
placeholder=
""
class=
"w-200"
></el-input>
</el-form-item>
<el-form-item
:label=
"$t('报关方式')"
prop=
"customsType"
>
<el-form-item
:label=
"$t('报关方式')"
prop=
"customsType"
label-width=
"200px"
>
<dict-selector
:type=
"DICT_TYPE.ECW_CUSTOMS_TYPE"
v-model=
"form.customsType"
form-type=
"radio"
defaultable
/>
</el-form-item>
</div>
...
...
@@ -405,18 +405,18 @@
<!-- <el-date-picker v-model="form.stopTime" value-format="yyyy-MM-dd HH:mm:ss" class="w-200"></el-date-picker> -->
<el-date-picker
v-model=
"form.stopTime"
value-format=
"yyyy-MM-dd"
class=
"w-200"
:picker-options=
"stopDate"
></el-date-picker>
</el-form-item>
<el-form-item
:label=
"$t('是否控货')"
prop=
"control"
>
<el-form-item
:label=
"$t('是否控货')"
prop=
"control"
label-width=
"200px"
>
<dict-selector
:type=
"DICT_TYPE.INFRA_BOOLEAN_STRING"
formatter=
"bool"
v-model=
"form.control"
form-type=
"radio"
/>
</el-form-item>
</div>
<div
class=
"form-section"
>
<el-form-item
:label=
"$t('竞争对手')"
prop=
"competitor"
>
<el-select
clearable
v-model=
"form.competitor"
:placeholder=
"$t('请选择')"
class=
"w-200"
@
change=
"changeCompetitor"
>
<el-option
v-for=
"item in competitorList"
:key=
"item.id"
:label=
"item.name"
:value=
"item.
id
"
/>
<el-option
v-for=
"item in competitorList"
:key=
"item.id"
:label=
"item.name"
:value=
"item.
name
"
/>
<el-option
:label=
"$t('其他')"
:value=
"0"
/>
</el-select>
</el-form-item>
<el-form-item
:label=
"$t('重要程度')"
prop=
"importance"
>
<el-form-item
:label=
"$t('重要程度')"
prop=
"importance"
label-width=
"200px"
>
<el-rate
v-model=
"form.importance"
></el-rate>
</el-form-item>
</div>
...
...
@@ -442,7 +442,7 @@
</div>
<div
class=
"form-section"
>
<el-form-item
:label=
"$t('备注')"
:span=
"2"
>
<el-input
v-model=
"form.remarks"
type=
"textarea"
placeholder=
""
style=
"width:
50
0px; height: 100px"
></el-input>
<el-input
v-model=
"form.remarks"
type=
"textarea"
placeholder=
""
style=
"width:
41
0px; height: 100px"
></el-input>
</el-form-item>
</div>
</el-card>
...
...
@@ -1451,7 +1451,7 @@ export default {
competitorListAll
().
then
((
res
)
=>
{
this
.
competitorList
=
res
.
data
this
.
$nextTick
(()
=>
{
this
.
form
.
competitor
=
r
.
data
this
.
form
.
competitor
=
r
.
data
.
name
})
})
})
...
...
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