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
5bb7d1f6
Commit
5bb7d1f6
authored
Aug 23, 2024
by
chenzj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
确认补料按钮
parent
d4fa9cab
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
index.vue
src/views/mes/pro/request/index.vue
+8
-0
No files found.
src/views/mes/pro/request/index.vue
View file @
5bb7d1f6
...
@@ -118,6 +118,11 @@
...
@@ -118,6 +118,11 @@
<dict-tag
:options=
"dict.type.sys_yes_no"
:value=
"scope.row.windCase"
/>
<dict-tag
:options=
"dict.type.sys_yes_no"
:value=
"scope.row.windCase"
/>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"是否确认"
align=
"center"
prop=
"confirm"
>
<
template
slot-scope=
"scope"
>
<dict-tag
:options=
"dict.type.sys_yes_no"
:value=
"scope.row.confirm"
/>
</
template
>
</el-table-column>
<el-table-column
label=
"已发放数量"
align=
"center"
prop=
"grantNum"
/>
<el-table-column
label=
"已发放数量"
align=
"center"
prop=
"grantNum"
/>
<el-table-column
label=
"创建时间"
align=
"center"
prop=
"createTime"
width=
"180"
>
<el-table-column
label=
"创建时间"
align=
"center"
prop=
"createTime"
width=
"180"
>
<!-- <template slot-scope="scope">
<!-- <template slot-scope="scope">
...
@@ -669,6 +674,9 @@ export default {
...
@@ -669,6 +674,9 @@ export default {
this
.
reset
();
this
.
reset
();
const
materialRequestId
=
row
.
materialRequestId
||
this
.
ids
const
materialRequestId
=
row
.
materialRequestId
||
this
.
ids
confirmMaterialRequest
(
materialRequestId
).
then
(
response
=>
{
confirmMaterialRequest
(
materialRequestId
).
then
(
response
=>
{
if
(
response
.
code
===
500
){
this
.
$modal
.
confirm
(
msg
);
}
this
.
form
=
response
.
data
;
this
.
form
=
response
.
data
;
this
.
open
=
true
;
this
.
open
=
true
;
this
.
title
=
"确认补料"
;
this
.
title
=
"确认补料"
;
...
...
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