Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-pad
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
ximai
mes-pad
Commits
e06cf83d
Commit
e06cf83d
authored
Aug 05, 2024
by
沈翠玲
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://git.local.topsunit.com/mes/mes-pad
into dev
parents
d65a0b96
72eea060
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
126 additions
and
96 deletions
+126
-96
http.api.js
common/http.api.js
+14
-6
manifest.json
manifest.json
+1
-1
index.vue
pages/mes/prodReport/index.vue
+111
-89
No files found.
common/http.api.js
View file @
e06cf83d
...
...
@@ -33,6 +33,11 @@ const install = (Vue, vm) => {
vm
.
$u
.
get
(
config
.
adminPath
+
'/md/appconfig/getVersion'
),
quantitywaitsum
:
(
params
=
{})
=>
vm
.
$u
.
postJson
(
config
.
adminPath
+
'/mes/pro/workorder/quantitywaitsum'
,
params
),
/**
* 系统设置API
*/
...
...
@@ -100,11 +105,6 @@ const install = (Vue, vm) => {
config
.
adminPath
+
'/pro/packagePrintRecord/rePackageInfoPrint'
,
params
),
quantitywaitsum
:
(
params
=
{})
=>
vm
.
$u
.
postJson
(
config
.
adminPath
+
'/mes/pro/workorder/quantitywaitsum'
,
params
),
// 生产指令列表
workOrderSoDirectiveApi
:
(
params
=
{})
=>
vm
.
$u
.
postJson
(
...
...
@@ -285,6 +285,14 @@ const install = (Vue, vm) => {
config
.
adminPath
+
'/pro/materialRequest/selectworkorder'
,
params
),
//补料申请记录
getMaterialRequest
:
(
params
=
{})
=>
vm
.
$u
.
get
(
config
.
adminPath
+
'/pro/materialRequest/recordList'
,
params
),
//退料申请
listMaterialReturn
:
(
params
=
{})
=>
...
...
@@ -311,7 +319,7 @@ const install = (Vue, vm) => {
'/system/autocode/get/'
+
ruleCode
),
//获取最
后
一道工序
//获取最
下
一道工序
getNextProcess
:
(
params
=
{})
=>
vm
.
$u
.
get
(
config
.
adminPath
+
'/mobile/pro/protask/feedBackNextProcess'
,
params
),
...
...
manifest.json
View file @
e06cf83d
{
"name"
:
"mes-pad"
,
"appid"
:
"__UNI__EFA
A56F
"
,
"appid"
:
"__UNI__EFA
4D96
"
,
"description"
:
"MES-PAD"
,
"versionName"
:
"1.0.4"
,
"versionCode"
:
"100"
,
...
...
pages/mes/prodReport/index.vue
View file @
e06cf83d
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