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
959cbb7a
Commit
959cbb7a
authored
Aug 11, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
accessory
parent
dfdf66f7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
5 deletions
+19
-5
accessory.vue
pages/aps/supprotMain/accessory.vue
+19
-5
No files found.
pages/aps/supprotMain/accessory.vue
View file @
959cbb7a
...
...
@@ -7,7 +7,7 @@
<span
class=
"ml20"
>
申请时间:
{{
row
.
creationTime
}}
</span>
<span
class=
"ml20"
>
状态:
<state
code=
"a
ps.plan.supportingS
tatus"
:value=
"row.status+''"
type=
"text"
></state>
<state
code=
"a
ccessory.s
tatus"
:value=
"row.status+''"
type=
"text"
></state>
</span>
</p>
<Split
v-model=
"split"
mode=
"vertical"
@
on-move-end=
"moveEnd"
>
...
...
@@ -37,7 +37,7 @@
>
<template
slot-scope=
"
{ row, index }" slot="counts">
<InputNumber
:max=
"row.
t
otal"
:max=
"row.
nowT
otal"
:min=
"0"
v-model=
"row.count"
@
on-blur=
"inputChange(row,index)"
...
...
@@ -92,11 +92,13 @@ export default {
key
:
"count"
,
title
:
this
.
l
(
"count1"
),
align
:
"right"
,
width
:
150
,
},
{
key
:
"outCount"
,
title
:
"出库数"
,
align
:
"right"
,
width
:
150
,
render
:
(
h
,
params
)
=>
{
return
h
(
"op"
,
...
...
@@ -120,6 +122,7 @@ export default {
key
:
"status"
,
title
:
"状态"
,
align
:
"center"
,
width
:
150
,
render
:
(
h
,
params
)
=>
{
return
h
(
"op"
,
...
...
@@ -151,6 +154,11 @@ export default {
title
:
this
.
l1
(
"name"
),
align
:
"left"
,
},
{
key
:
"code"
,
title
:
this
.
l1
(
"code"
),
align
:
"left"
,
},
{
key
:
"materialCode"
,
title
:
this
.
l1
(
"materialCode"
),
...
...
@@ -170,22 +178,25 @@ export default {
key
:
"creationTime"
,
title
:
this
.
l1
(
"creationTime1"
),
align
:
"center"
,
width
:
220
,
},
{
key
:
"creator"
,
title
:
this
.
l1
(
"creator1"
),
align
:
"
righ
t"
,
align
:
"
lef
t"
,
},
{
key
:
"
t
otal"
,
title
:
this
.
l1
(
"
total1
"
),
key
:
"
nowT
otal"
,
title
:
this
.
l1
(
"
nowTotal
"
),
align
:
"right"
,
width
:
150
,
},
{
key
:
"count"
,
title
:
this
.
l1
(
"count"
),
align
:
"right"
,
slot
:
"counts"
,
width
:
150
,
},
],
datasOut
:
[],
...
...
@@ -212,6 +223,7 @@ export default {
key
:
"creationTime"
,
title
:
this
.
l2
(
"creationTime"
),
align
:
"center"
,
width
:
220
,
},
{
key
:
"creatorUserId"
,
...
...
@@ -222,6 +234,7 @@ export default {
key
:
"count"
,
title
:
this
.
l2
(
"count"
),
align
:
"right"
,
width
:
150
,
},
],
};
...
...
@@ -337,6 +350,7 @@ export default {
temItems
.
forEach
((
el
)
=>
{
if
(
el
.
count
>
0
)
{
let
temObj
=
{
stockItemId
:
el
.
id
,
count
:
el
.
count
,
storeId
:
el
.
storeId
,
storeTitle
:
el
.
storeTitle
,
...
...
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