Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
mes
mes-ui
Commits
097fba30
Commit
097fba30
authored
Jan 25, 2024
by
jzc
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/jzc/brand/0.0.2' into dev
parents
76968cf8
685806fd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
4 deletions
+28
-4
brandquotationApply.vue
src/views/mes/dv/brandquotation/brandquotationApply.vue
+28
-4
No files found.
src/views/mes/dv/brandquotation/brandquotationApply.vue
View file @
097fba30
...
@@ -8,6 +8,22 @@
...
@@ -8,6 +8,22 @@
v-show=
"showSearch"
v-show=
"showSearch"
label-width=
"100px"
label-width=
"100px"
>
>
<el-form-item
label=
"品牌报价名称"
prop=
"brandQuotationName"
>
<el-input
v-model=
"queryParams.brandQuotationName"
placeholder=
"请输入品牌报价名称"
clearable
@
keyup
.
enter
.
native=
"handleQuery"
/>
</el-form-item>
<el-form-item
label=
"品牌名称"
prop=
"brandName"
>
<el-input
v-model=
"queryParams.brandName"
placeholder=
"请输入品牌名称"
clearable
@
keyup
.
enter
.
native=
"handleQuery"
/>
</el-form-item>
<el-form-item
label=
"产品名称"
prop=
"itemName"
>
<el-form-item
label=
"产品名称"
prop=
"itemName"
>
<el-input
<el-input
v-model=
"queryParams.itemName"
v-model=
"queryParams.itemName"
...
@@ -16,7 +32,7 @@
...
@@ -16,7 +32,7 @@
@
keyup
.
enter
.
native=
"handleQuery"
@
keyup
.
enter
.
native=
"handleQuery"
/>
/>
</el-form-item>
</el-form-item>
<el-form-item
label=
"单据状态"
prop=
"prototypeRequestStatus"
>
<
!--
<
el-form-item
label=
"单据状态"
prop=
"prototypeRequestStatus"
>
<el-select
<el-select
v-model=
"queryParams.prototypeRequestStatus"
v-model=
"queryParams.prototypeRequestStatus"
clearable
clearable
...
@@ -30,7 +46,7 @@
...
@@ -30,7 +46,7 @@
>
>
</el-option>
</el-option>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
-->
<!--
<el-form-item
label=
"样品名称"
prop=
"abbreviation"
>
<!--
<el-form-item
label=
"样品名称"
prop=
"abbreviation"
>
<el-input
<el-input
v-model=
"queryParams.itemName"
v-model=
"queryParams.itemName"
...
@@ -137,6 +153,13 @@
...
@@ -137,6 +153,13 @@
align=
"center"
align=
"center"
prop=
"brandQuotationName"
prop=
"brandQuotationName"
:show-overflow-tooltip=
"true"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"品牌名称"
width=
"120"
align=
"center"
prop=
"brandName"
:show-overflow-tooltip=
"true"
/>
/>
<el-table-column
<el-table-column
label=
"产品名称"
label=
"产品名称"
...
@@ -264,7 +287,8 @@ export default {
...
@@ -264,7 +287,8 @@ export default {
pageNum
:
1
,
pageNum
:
1
,
pageSize
:
10
,
pageSize
:
10
,
itemName
:
null
,
// 可以查简称与英文名
itemName
:
null
,
// 可以查简称与英文名
prototypeRequestStatus
:
null
,
brandQuotationName
:
null
,
brandName
:
null
,
},
},
options
:
[
options
:
[
// { value: null, label: "全部订单" },
// { value: null, label: "全部订单" },
...
@@ -294,7 +318,7 @@ export default {
...
@@ -294,7 +318,7 @@ export default {
getList
()
{
getList
()
{
this
.
loading
=
true
;
this
.
loading
=
true
;
listBrandQuotation
(
this
.
queryParams
).
then
((
response
)
=>
{
listBrandQuotation
(
this
.
queryParams
).
then
((
response
)
=>
{
this
.
prototypeRequest
List
=
response
.
rows
;
this
.
brandQuotation
List
=
response
.
rows
;
this
.
total
=
response
.
total
;
this
.
total
=
response
.
total
;
this
.
loading
=
false
;
this
.
loading
=
false
;
});
});
...
...
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