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
1105c2c6
Commit
1105c2c6
authored
Apr 21, 2020
by
康振飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
班组派工ok
parent
61fb7352
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
16 deletions
+5
-16
index.vue
pages/account/login/index.vue
+2
-2
index.vue
pages/aps/dispatch/index.vue
+3
-14
No files found.
pages/account/login/index.vue
View file @
1105c2c6
...
...
@@ -14,9 +14,9 @@
<div
class=
"bg bg3"
>
1
</div>
</CarouselItem>
</Carousel>
<div
v-if=
"showI18n"
class=
"page-account-header"
>
<
!--
<
div
v-if=
"showI18n"
class=
"page-account-header"
>
<i-header-i18n
/>
</div>
</div>
-->
<div
class=
"main"
>
<div
class=
"ad"
>
<img
src=
"@/assets/images/login/ad.png"
/>
...
...
pages/aps/dispatch/index.vue
View file @
1105c2c6
...
...
@@ -25,6 +25,7 @@
</RadioGroup>
</span>
</p>
<h4
class=
"tc"
v-if=
"this.listTask.length==0"
>
暂无数据
</h4>
<div
class=
"dispatch_part_body"
v-if=
"listShow == '订单'"
:style=
"
{height:byheight}">
<!--
{{
ids
}}
-->
<!--
<Collapse
simple
>
-->
...
...
@@ -134,6 +135,7 @@
</span>
</p>
<div
class=
"dispatch_part_body"
:style=
"
{height:byheight}">
<h4
class=
"tc"
v-if=
"listMan.length==0 || listSheBei.length==0"
>
暂无数据
</h4>
<div
class=
"shebei"
v-if=
"button2 == '设备'"
>
<Row
:gutter=
"15"
>
<!--
{{
shebeiId
}}
-->
...
...
@@ -482,19 +484,6 @@ export default {
this
.
listTask
=
savedUl
;
});
},
// 数组去重
getArray
(
a
)
{
const
hash
=
{};
const
len
=
a
.
length
;
const
result
=
[];
for
(
let
i
=
0
;
i
<
len
;
i
++
)
{
if
(
!
hash
[
a
[
i
]])
{
hash
[
a
[
i
]]
=
true
;
result
.
push
(
a
[
i
]);
}
}
return
result
;
},
// 时间改变方法
handleChange
(
daterange
)
{
this
.
newList
.
map
(
u
=>
{
...
...
@@ -520,7 +509,7 @@ export default {
let
timebegin
=
formData
[
0
].
beginTime
;
let
timend
=
formData
[
0
].
endTime
;
this
.
newList
=
[];
console
.
log
(
"选中的id"
,
chekids
)
//
console.log("选中的id",chekids)
chekids
.
forEach
(
v
=>
{
var
item
=
formData
.
filter
(
u
=>
{
return
u
.
id
==
v
;
...
...
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