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
5615a171
Commit
5615a171
authored
Mar 27, 2024
by
张海景
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add:新增包装标签
parent
41957d00
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
406 additions
and
0 deletions
+406
-0
packageLablePrint.js
src/api/mes/pro/packageLablePrint.js
+49
-0
index.vue
src/views/mes/pro/packageLablePrint/index.vue
+357
-0
No files found.
src/api/mes/pro/packageLablePrint.js
0 → 100644
View file @
5615a171
import
request
from
"@/utils/request"
;
// 查询生产报工记录列表
export
function
workorderList
(
query
)
{
return
request
({
url
:
"/mes/pro/workorder/list"
,
method
:
"get"
,
params
:
query
,
});
}
// 查询标签列表
export
function
workorderPackageList
(
query
)
{
return
request
({
url
:
"/pro/packagePrintRecord/list"
,
method
:
"get"
,
params
:
query
,
});
}
// 装箱标签生成
export
function
buildPackagePrint
(
data
)
{
return
request
({
url
:
"/mes/pro/workorder/buildPackagePrint"
,
method
:
"post"
,
data
:
data
,
});
}
// 批量修改打印记录
export
function
updatePackagePrintRecord
(
data
)
{
return
request
({
url
:
"/pro/packagePrintRecord/batchUpdate"
,
method
:
"post"
,
data
:
data
,
});
}
// 记录打印次数并返回打印数据
export
function
packagePrintRecordInfo
(
data
)
{
return
request
({
url
:
"/pro/packagePrintRecord/recordPackagePrintInfo"
,
method
:
"post"
,
data
:
data
,
});
}
src/views/mes/pro/packageLablePrint/index.vue
0 → 100644
View file @
5615a171
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