Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
cloudSystem
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
8179a80b
authored
Jun 07, 2021
by
liangjianmin
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
bug
parent
4db0697c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
src/views/List/inquireDetail.vue
src/views/List/inquireDetail.vue
View file @
8179a80b
...
...
@@ -259,7 +259,7 @@
</div>
<div
class=
"box"
>
<el-form-item
label=
"报价品牌"
prop=
"brand_s"
>
<el-autocomplete
:disabled=
"isModify"
:value=
"ruleForm.brand"
v-model=
"ruleForm.brand"
<el-autocomplete
:disabled=
"isModify"
v-model=
"ruleForm.brand"
:trigger-on-focus=
"true"
:fetch-suggestions=
"querySearchAsync"
placeholder=
"请输入品牌"
@
select=
"handleSelectBrandName"
></el-autocomplete>
</el-form-item>
...
...
@@ -392,7 +392,7 @@
brand_s
:
[{
required
:
true
,
message
:
'请选择品牌'
,
trigger
:
'blur'
trigger
:
[
'blur'
,
'change'
]
}],
quote_number
:
[{
...
...
@@ -410,10 +410,6 @@
message
:
'请输入批次'
,
trigger
:
'blur'
}],
brand
:
[{
required
:
true
,
message
:
'请选择报价品牌'
}],
price_origin
:
[{
required
:
true
,
message
:
'请输入价格'
,
...
...
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