Commit 1105c2c6 authored by 康振飞's avatar 康振飞

班组派工ok

parent 61fb7352
......@@ -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" />
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment