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

班组派工ok

parent 61fb7352
...@@ -14,9 +14,9 @@ ...@@ -14,9 +14,9 @@
<div class="bg bg3">1</div> <div class="bg bg3">1</div>
</CarouselItem> </CarouselItem>
</Carousel> </Carousel>
<div v-if="showI18n" class="page-account-header"> <!-- <div v-if="showI18n" class="page-account-header">
<i-header-i18n /> <i-header-i18n />
</div> </div> -->
<div class="main"> <div class="main">
<div class="ad"> <div class="ad">
<img src="@/assets/images/login/ad.png" /> <img src="@/assets/images/login/ad.png" />
......
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
</RadioGroup> </RadioGroup>
</span> </span>
</p> </p>
<h4 class="tc" v-if="this.listTask.length==0">暂无数据</h4>
<div class="dispatch_part_body" v-if="listShow == '订单'" :style="{height:byheight}"> <div class="dispatch_part_body" v-if="listShow == '订单'" :style="{height:byheight}">
<!-- {{ids}} --> <!-- {{ids}} -->
<!-- <Collapse simple> --> <!-- <Collapse simple> -->
...@@ -134,6 +135,7 @@ ...@@ -134,6 +135,7 @@
</span> </span>
</p> </p>
<div class="dispatch_part_body" :style="{height:byheight}"> <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 == '设备'"> <div class="shebei" v-if="button2 == '设备'">
<Row :gutter="15"> <Row :gutter="15">
<!-- {{shebeiId}} --> <!-- {{shebeiId}} -->
...@@ -482,19 +484,6 @@ export default { ...@@ -482,19 +484,6 @@ export default {
this.listTask = savedUl; 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) { handleChange(daterange) {
this.newList.map(u => { this.newList.map(u => {
...@@ -520,7 +509,7 @@ export default { ...@@ -520,7 +509,7 @@ export default {
let timebegin = formData[0].beginTime; let timebegin = formData[0].beginTime;
let timend = formData[0].endTime; let timend = formData[0].endTime;
this.newList = []; this.newList = [];
console.log("选中的id",chekids) // console.log("选中的id",chekids)
chekids.forEach(v => { chekids.forEach(v => {
var item = formData.filter(u => { var item = formData.filter(u => {
return u.id == v; 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