Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-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
mes
mes-ui
Commits
5247a777
Commit
5247a777
authored
Jun 04, 2025
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
保密发料
parent
b55369fb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
2 deletions
+19
-2
secretSend.js
src/api/mes/pro/secretSend.js
+16
-0
index.vue
src/views/mes/pro/scheduleList/index.vue
+3
-2
No files found.
src/api/mes/pro/secretSend.js
View file @
5247a777
...
...
@@ -17,3 +17,19 @@ export function putSecrecyissue(query) {
data
:
query
})
}
// 取消
export
function
cancelSecrecyissue
(
query
)
{
return
request
({
url
:
'/md/secrecyissue/cancel'
,
method
:
'put'
,
data
:
query
})
}
// 取消
export
function
uncancelSecrecyissue
(
query
)
{
return
request
({
url
:
'/md/secrecyissue/uncancel'
,
method
:
'put'
,
data
:
query
})
}
src/views/mes/pro/scheduleList/index.vue
View file @
5247a777
...
...
@@ -182,7 +182,7 @@
@
click=
"handleVirtualReporting"
>
虚拟报工
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
<
!--
<
el-col
:span=
"1.5"
>
<el-button
type=
"primary"
plain
...
...
@@ -190,7 +190,7 @@
:disabled=
'single'
@
click=
"handleUnschedule"
>
取消排产
</el-button>
</el-col>
</el-col>
-->
<right-toolbar
:showSearch
.
sync=
"showSearch"
@
queryTable=
"getList"
></right-toolbar>
</el-row>
...
...
@@ -242,6 +242,7 @@
<el-table-column
label=
"排产数量"
align=
"center"
prop=
"quantity"
/>
<el-table-column
label=
"可加工数量"
align=
"center"
prop=
"quantityWait"
/>
<el-table-column
label=
"已完成数量"
align=
"center"
prop=
"quantityQualify"
/>
<el-table-column
label=
"委外已收货数量"
align=
"center"
prop=
"quantityAssistFinish"
/>
<el-table-column
label=
"委外待收货数量"
align=
"center"
prop=
"quantityAssist"
/>
<el-table-column
label=
"编排人员"
align=
"center"
prop=
"arrangeUsername"
/>
<!-- <el-table-column label="工单编码" align="center" prop="workorderCode" /> -->
...
...
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