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
ab5e5b7e
Commit
ab5e5b7e
authored
Aug 13, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
计划管理
parent
03205fa2
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
11 deletions
+8
-11
zh-CN.js
i18n/locale/zh-CN.js
+3
-1
detailAccessory.vue
pages/aps/plan/detailAccessory.vue
+1
-1
editAccessory.vue
pages/aps/plan/editAccessory.vue
+1
-7
outbound.vue
pages/aps/supprotMain/outbound.vue
+3
-2
No files found.
i18n/locale/zh-CN.js
View file @
ab5e5b7e
...
@@ -1655,6 +1655,8 @@ export default {
...
@@ -1655,6 +1655,8 @@ export default {
remark
:
'备注'
,
remark
:
'备注'
,
storeId
:
'库位id'
,
storeId
:
'库位id'
,
storeTitle
:
'库位名称'
,
storeTitle
:
'库位名称'
,
stockCode
:
'物料序号'
stockCode
:
'物料序号'
,
count1
:
"可申请数"
,
count2
:
"申请数"
}
}
}
}
pages/aps/plan/detailAccessory.vue
View file @
ab5e5b7e
...
@@ -68,7 +68,7 @@ export default {
...
@@ -68,7 +68,7 @@ export default {
},
},
{
{
key
:
"count"
,
key
:
"count"
,
title
:
this
.
l
(
"count"
),
title
:
this
.
l
(
"count
2
"
),
align
:
"right"
,
align
:
"right"
,
width
:
120
,
width
:
120
,
},
},
...
...
pages/aps/plan/editAccessory.vue
View file @
ab5e5b7e
...
@@ -176,17 +176,11 @@ export default {
...
@@ -176,17 +176,11 @@ export default {
},
},
{
{
key
:
"count"
,
key
:
"count"
,
title
:
this
.
l
(
"count"
),
title
:
this
.
l
(
"count
1
"
),
align
:
"right"
,
align
:
"right"
,
slot
:
"counts"
,
slot
:
"counts"
,
width
:
120
,
width
:
120
,
},
},
{
key
:
"outStockNumber"
,
title
:
this
.
l
(
"outStockNumber"
),
align
:
"right"
,
width
:
120
,
},
{
{
key
:
"remark"
,
key
:
"remark"
,
title
:
this
.
l
(
"remark"
),
title
:
this
.
l
(
"remark"
),
...
...
pages/aps/supprotMain/outbound.vue
View file @
ab5e5b7e
...
@@ -20,6 +20,7 @@
...
@@ -20,6 +20,7 @@
class=
"fr"
class=
"fr"
size=
"small"
size=
"small"
@
click=
"openMore"
@
click=
"openMore"
v-show=
"tempList.length>1"
>
{{
butTxt
}}
</Button>
>
{{
butTxt
}}
</Button>
</div>
</div>
<Table
<Table
...
@@ -237,7 +238,7 @@ export default {
...
@@ -237,7 +238,7 @@ export default {
//this.datas = r.result.children;
//this.datas = r.result.children;
this
.
tempList
=
r
.
result
.
children
;
this
.
tempList
=
r
.
result
.
children
;
this
.
datas
=
this
.
tempList
.
slice
(
0
,
1
);
this
.
datas
=
this
.
tempList
.
slice
(
0
,
1
);
this
.
tableHeight1
=
"9
6
"
;
this
.
tableHeight1
=
"9
7
"
;
this
.
butTxt
=
"更多"
;
this
.
butTxt
=
"更多"
;
this
.
iconLabel
=
"md-arrow-dropdown"
;
this
.
iconLabel
=
"md-arrow-dropdown"
;
...
@@ -304,7 +305,7 @@ export default {
...
@@ -304,7 +305,7 @@ export default {
this
.
butTxt
=
"收起"
;
this
.
butTxt
=
"收起"
;
this
.
iconLabel
=
"md-arrow-dropup"
;
this
.
iconLabel
=
"md-arrow-dropup"
;
}
else
{
}
else
{
this
.
tableHeight1
=
"9
6
"
;
this
.
tableHeight1
=
"9
7
"
;
this
.
butTxt
=
"更多"
;
this
.
butTxt
=
"更多"
;
this
.
iconLabel
=
"md-arrow-dropdown"
;
this
.
iconLabel
=
"md-arrow-dropdown"
;
this
.
datas
=
this
.
tempList
.
slice
(
0
,
1
);
this
.
datas
=
this
.
tempList
.
slice
(
0
,
1
);
...
...
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