0123需求

dev3
wuwx 2024-03-13 17:31:55 +08:00
parent 5ce023c7d4
commit 9250e3592d
5 changed files with 19 additions and 13 deletions

View File

@ -305,6 +305,9 @@
this.operationDate = ''
this.startDate = ''
this.endDate = ''
this.oneFlag = false
this.twoFlag = false
this.threeFlag = false
},
//
confirm() {

View File

@ -449,7 +449,7 @@
<view class="bottom">卸船进度</view>
</view>
<template>
<view class="tjInfo" v-for="(item,index) in jobProgressList" :key="item.id" @click="jobProgress(item,index)" :class="{active:jobActive == index || brdName == item.label}">
<view class="tjInfo" v-for="(item,index) in jobProgressList" :key="item.id" @click="jobProgress(item,index,'bzz')" :class="{active:jobActive == index || brdName == item.label}">
<view class="label">{{ item.label }}</view>
<lx-progress-bar title="" :total="item.totalProgress" :firstValue="item.progress"
contentColor="#0067CF"
@ -1689,7 +1689,7 @@
this.itemList = []
if(type == 'zzl') {
this.loadSumOrder()
} else if(type == 'fzl') {
} else if(type == 'fzl' || type == 'bzz') {
this.loadOtherOrder()
}
}

View File

@ -85,7 +85,7 @@
</template>
</template>
<template v-else>
<view class="tjInfo" v-for="(item,index) in jobProgressList" :key="item.id" @click="jobProgress(item,index,'zzl')" :class="{active:jobActive == index || brdName == item.label}">
<view class="tjInfo" v-for="(item,index) in jobProgressList" :key="item.id" @click="jobProgress(item,index,'zzl')" :class="{active:jobActive == index || brdName == item.label || potName == item.label || mnfBl == item.label}">
<view class="label">{{ item.label }}</view>
<lx-progress-bar title="" :total="item.totalProgress" :firstValue="item.progress"
contentColor="#0067CF"
@ -94,7 +94,7 @@
<p>已装船:<text>{{ item.progress }}</text></p>
<p style="margin-left: 16px;">待卸船:<text>{{ item.totalProgress - item.progress }}</text></p>
</view>
<view class="imgBox" v-if="jobActive == index || brdName == item.label">
<view class="imgBox" v-if="jobActive == index || brdName == item.label || potName == item.label || mnfBl == item.label">
<image src="../../static/images/tjxz2.png" mode=""></image>
</view>
</view>
@ -282,7 +282,7 @@
</template>
</template>
<template v-else>
<view class="tjInfo" v-for="(item,index) in jobProgressList" :key="item.id" @click="jobProgress(item,index,'fzl')" :class="{active:jobActive == index || brdName == item.label}">
<view class="tjInfo" v-for="(item,index) in jobProgressList" :key="item.id" @click="jobProgress(item,index,'zzl')" :class="{active:jobActive == index || brdName == item.label || potName == item.label || mnfBl == item.label}">
<view class="label">{{ item.label }}</view>
<lx-progress-bar title="" :total="item.totalProgress" :firstValue="item.progress"
contentColor="#0067CF"
@ -291,7 +291,7 @@
<p>已装船:<text>{{ item.progress }}</text></p>
<p style="margin-left: 16px;">待卸船:<text>{{ item.totalProgress - item.progress }}</text></p>
</view>
<view class="imgBox" v-if="jobActive == index || brdName == item.label">
<view class="imgBox" v-if="jobActive == index || brdName == item.label || potName == item.label || mnfBl == item.label">
<image src="../../static/images/tjxz2.png" mode=""></image>
</view>
</view>

View File

@ -317,6 +317,9 @@
this.operationDate = ''
this.startDate = ''
this.endDate = ''
this.oneFlag = false
this.twoFlag = false
this.threeFlag = false
},
//
confirm() {

View File

@ -88,7 +88,7 @@
</template>
</template>
<template v-else>
<view class="tjInfo" v-for="(item,index) in jobProgressList" :key="item.id" @click="jobProgress(item,index,'zzl')" :class="{active:jobActive == index || brdName == item.label}">
<view class="tjInfo" v-for="(item,index) in jobProgressList" :key="item.id" @click="jobProgress(item,index,'zzl')" :class="{active:jobActive == index || brdName == item.label || potName == item.label || mnfBl == item.label}">
<view class="label">{{ item.label }}</view>
<lx-progress-bar title="" :total="item.totalProgress" :firstValue="item.progress"
contentColor="#0067CF"
@ -97,7 +97,7 @@
<p>已装船:<text>{{ item.progress }}</text></p>
<p style="margin-left: 16px;">待卸船:<text>{{ item.totalProgress - item.progress }}</text></p>
</view>
<view class="imgBox" v-if="jobActive == index || brdName == item.label">
<view class="imgBox" v-if="jobActive == index || brdName == item.label || potName == item.label || mnfBl == item.label">
<image src="../../static/images/tjxz2.png" mode=""></image>
</view>
</view>
@ -285,7 +285,7 @@
</template>
</template>
<template v-else>
<view class="tjInfo" v-for="(item,index) in jobProgressList" :key="item.id" @click="jobProgress(item,index,'fzl')" :class="{active:jobActive == index || brdName == item.label}">
<view class="tjInfo" v-for="(item,index) in jobProgressList" :key="item.id" @click="jobProgress(item,index,'zzl')" :class="{active:jobActive == index || brdName == item.label || potName == item.label || mnfBl == item.label}">
<view class="label">{{ item.label }}</view>
<lx-progress-bar title="" :total="item.totalProgress" :firstValue="item.progress"
contentColor="#0067CF"
@ -294,7 +294,7 @@
<p>已装船:<text>{{ item.progress }}</text></p>
<p style="margin-left: 16px;">待卸船:<text>{{ item.totalProgress - item.progress }}</text></p>
</view>
<view class="imgBox" v-if="jobActive == index || brdName == item.label">
<view class="imgBox" v-if="jobActive == index || brdName == item.label || potName == item.label || mnfBl == item.label">
<image src="../../static/images/tjxz2.png" mode=""></image>
</view>
</view>
@ -467,7 +467,7 @@
</view>
</view>
<template>
<view class="tjInfo" v-for="(item,index) in jobProgressList" :key="item.id" @click="jobProgress(item,index)" :class="{active:jobActive == index || brdName == item.label}">
<view class="tjInfo" v-for="(item,index) in jobProgressList" :key="item.id" @click="jobProgress(item,index,'zzl')" :class="{active:jobActive == index || brdName == item.label || potName == item.label || mnfBl == item.label}">
<view class="label">{{ item.label }}</view>
<lx-progress-bar title="" :total="item.totalProgress" :firstValue="item.progress"
contentColor="#0067CF"
@ -476,7 +476,7 @@
<p>已装船:<text>{{ item.progress }}</text></p>
<p style="margin-left: 16px;">待卸船:<text>{{ item.totalProgress - item.progress }}</text></p>
</view>
<view class="imgBox" v-if="jobActive == index || brdName == item.label">
<view class="imgBox" v-if="jobActive == index || brdName == item.label || potName == item.label || mnfBl == item.label">
<image src="../../static/images/tjxz2.png" mode=""></image>
</view>
</view>
@ -1977,7 +1977,7 @@
this.itemList = []
if(type == 'zzl') {
this.loadSumOrder()
} else if(type == 'fzl') {
} else if(type == 'fzl' || type =='bzz') {
this.loadOtherOrder()
}
},