Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
imac-vue
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
jinhui.wang
2021-12-13 12:52:55 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
833af9f015edb71f04ec642cb1fa4092a7e56180
833af9f0
1 parent
b8b1c400
货物查询
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
0 deletions
src/api/cargoSelect.js
src/views/allocationConfig/cargoConfig/index.vue
src/api/cargoSelect.js
0 → 100644
View file @
833af9f
import
request
from
'@/utils/request'
// 货物查询查询条件数据
export
function
findConditionData
(
data
)
{
return
request
({
url
:
'/cargo/findConditionData'
,
method
:
'post'
,
data
:
data
})
}
//货物查询
export
function
findCargoData
(
data
)
{
return
request
({
url
:
'/cargo/findCargoData'
,
method
:
'post'
,
data
:
data
})
}
src/views/allocationConfig/cargoConfig/index.vue
0 → 100644
View file @
833af9f
This diff is collapsed. Click to expand it.
Please
register
or
login
to post a comment