Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
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
周远喜
mes-ui
Commits
b028e08e
Commit
b028e08e
authored
Aug 14, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
outbuond
parent
f898b556
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
5 deletions
+18
-5
accessory.vue
pages/aps/supprotMain/accessory.vue
+1
-1
outbound.vue
pages/aps/supprotMain/outbound.vue
+17
-4
No files found.
pages/aps/supprotMain/accessory.vue
View file @
b028e08e
...
@@ -350,7 +350,7 @@ export default {
...
@@ -350,7 +350,7 @@ export default {
}
}
});
});
}
else
{
}
else
{
this
.
$Message
.
error
(
"已出库完成!"
);
this
.
$Message
.
success
(
"已出库完成!"
);
}
}
},
},
getMetaiAll
()
{
getMetaiAll
()
{
...
...
pages/aps/supprotMain/outbound.vue
View file @
b028e08e
...
@@ -7,11 +7,15 @@
...
@@ -7,11 +7,15 @@
<span
class=
"ml20"
>
申请时间:
{{
row
.
creationTime
}}
</span>
<span
class=
"ml20"
>
申请时间:
{{
row
.
creationTime
}}
</span>
<span
class=
"ml20"
>
<span
class=
"ml20"
>
状态:
状态:
<state
code=
"accessory.status"
:value=
"row.status+''"
type=
"text"
></state>
<state
code=
"accessory.status"
:value=
"row.status+''"
type=
"text"
></state>
</span>
</span>
</p>
</p>
<Card
:padding=
"0"
>
<Card
:padding=
"0"
>
<p
slot=
"title"
>
申请单物料列表
</p>
<p
slot=
"title"
>
<Tooltip
max-width=
"300"
content=
"点击显示所有出库物料库房库位"
>
<a
href=
"#"
@
click=
"clickTitle"
>
申请单物料列表
</a>
</Tooltip>
</p>
<div
slot=
"extra"
>
<div
slot=
"extra"
>
<Button
<Button
type=
"primary"
type=
"primary"
...
@@ -242,7 +246,7 @@ export default {
...
@@ -242,7 +246,7 @@ export default {
this
.
butTxt
=
"更多"
;
this
.
butTxt
=
"更多"
;
this
.
iconLabel
=
"md-arrow-dropdown"
;
this
.
iconLabel
=
"md-arrow-dropdown"
;
let
parm
=
{
supportMainId
:
v
};
let
parm
=
{
supportMainId
:
v
};
this
.
curRowId
=
0
;
this
.
curRowId
=
0
;
Api
.
listbysupportitem
(
parm
).
then
((
res
)
=>
{
Api
.
listbysupportitem
(
parm
).
then
((
res
)
=>
{
if
(
res
.
success
)
{
if
(
res
.
success
)
{
...
@@ -252,6 +256,16 @@ export default {
...
@@ -252,6 +256,16 @@ export default {
}
}
});
});
},
},
clickTitle
()
{
this
.
$refs
.
gridTable
.
clearCurrentRow
();
let
parm
=
{
supportMainId
:
this
.
eid
};
this
.
curRowId
=
0
;
Api
.
listbysupportitem
(
parm
).
then
((
res
)
=>
{
if
(
res
.
success
)
{
this
.
dataList
=
res
.
result
;
}
});
},
//状态名称过滤
//状态名称过滤
setName
(
list
,
v
)
{
setName
(
list
,
v
)
{
let
outPar
=
{
let
outPar
=
{
...
@@ -377,5 +391,4 @@ export default {
...
@@ -377,5 +391,4 @@ export default {
};
};
</
script
>
</
script
>
<
style
scoped
>
<
style
scoped
>
</
style
>
</
style
>
\ No newline at end of file
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