Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
pda-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
pda
pda-ui
Commits
0be70274
Commit
0be70274
authored
Jan 23, 2024
by
全洪江
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加品牌条件查询方法
parent
16ad6079
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
6 deletions
+11
-6
brand.js
src/api/mes/md/brand.js
+11
-1
DeliveryInfo.vue
src/views/mes/md/client/components/DeliveryInfo.vue
+0
-5
No files found.
src/api/mes/md/brand.js
View file @
0be70274
...
...
@@ -10,9 +10,19 @@ export function listBrand(query) {
}
// 查询所有品牌
export
function
listAllBrand
()
{
export
function
listAllBrand
(
query
)
{
return
request
({
url
:
'/mes/md/brand/listAll'
,
method
:
'get'
,
params
:
query
})
}
// 根据条件查询查询品牌列表
export
function
listBrandByCondition
(
query
)
{
return
request
({
url
:
'/mes/md/brand/listBrandByCondition'
,
method
:
'get'
})
}
...
...
src/views/mes/md/client/components/DeliveryInfo.vue
View file @
0be70274
...
...
@@ -54,11 +54,6 @@
<el-input
v-model=
"form.path"
placeholder=
"请输入线路"
/>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"线路"
prop=
"path"
:label-width=
"labelWidth"
>
<el-input
v-model=
"form.path"
placeholder=
"请输入线路"
/>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"送货单打印默认设置"
prop=
"billPrintSetting"
:label-width=
"labelWidth"
>
<el-input
v-model=
"form.billPrintSetting"
placeholder=
"请输入送货单打印默认设置"
/>
...
...
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