Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
template_vue
Project
Project
Details
Activity
Releases
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
胡宝山
template_vue
Commits
a0bf6575
Commit
a0bf6575
authored
Sep 15, 2023
by
shifangwuji
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'project9-8' of
http://gitlab.91isoft.com:90/yangshuo/template_vue
into project9-8
parents
be98795d
11ad24d1
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
100 additions
and
707 deletions
+100
-707
gxpn.js
src/api/production/gxpn.js
+35
-0
index.vue
src/views/production/data/index.vue
+65
-707
No files found.
src/api/production/gxpn.js
0 → 100644
View file @
a0bf6575
import
request
from
'@/utils/request'
// TODO: 用来进行工序库的出入库记录的 分页+时间+普通字段的查询
export
function
getlist
(
queryParams
)
{
return
request
({
url
:
'/ysgxpn/queryYsGxpns'
,
method
:
'get'
,
params
:
queryParams
,
headers
:
{
'Content-Type'
:
'application/json;charset=UTF-8'
}
})
}
/* TODO: 用来查询单项出入库记录的废弃详情信息 */
export
function
findSingleLogDetail
(
singleLogIdAndPn
)
{
return
request
({
url
:
'/wbchemistrylog/detail'
,
method
:
'post'
,
data
:
singleLogIdAndPn
,
headers
:
{
'Content-Type'
:
'application/json;charset=UTF-8'
}
})
}
/* TODO: 用来导出表单信息 */
export
function
exportInventoryRecord
(
params
)
{
return
request
({
url
:
'/wbchemistrylog/export'
,
method
:
'get'
,
params
,
responseType
:
'blob'
})
}
src/views/production/data/index.vue
View file @
a0bf6575
This diff is collapsed.
Click to expand it.
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