|
@@ -137,7 +137,15 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div v-else class="panel-right pr-no-data">无数据</div>
|
|
<div v-else class="panel-right pr-no-data">无数据</div>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ <BingTu v-if="showSuJun" :datas="listData_gcxx.value" :types="type" @closeFun="handleCloseBingTu" />
|
|
|
|
+
|
|
|
|
+ <ButonSuJun @backFunction="handleShowBingTu" />
|
|
</div>
|
|
</div>
|
|
|
|
+
|
|
|
|
+
|
|
</template>
|
|
</template>
|
|
|
|
|
|
<script>
|
|
<script>
|
|
@@ -159,12 +167,19 @@
|
|
ueCallAfterShujun, ueCallBackShujun, ueCallInitWaterShujun, ueCallStartYjyj, ueCallCloseYjyj,
|
|
ueCallAfterShujun, ueCallBackShujun, ueCallInitWaterShujun, ueCallStartYjyj, ueCallCloseYjyj,
|
|
ueCallOpenWater, ueCallCloseWater, ueCallOpenMaintain, ueCallCloseMaintain
|
|
ueCallOpenWater, ueCallCloseWater, ueCallOpenMaintain, ueCallCloseMaintain
|
|
} from '@/utils/UIInteractions'
|
|
} from '@/utils/UIInteractions'
|
|
|
|
+ import BingTu from "@/views/hdsj/cpns/BingTu"
|
|
|
|
+ import ButonSuJun from "@/views/hdsj/cpns/ButtonSuJun"
|
|
|
|
+
|
|
import bus from '@/utils/bus';
|
|
import bus from '@/utils/bus';
|
|
import WaterDepthList from './cpns/WaterDepthList.vue'
|
|
import WaterDepthList from './cpns/WaterDepthList.vue'
|
|
import { asideShow } from '@/store/index'
|
|
import { asideShow } from '@/store/index'
|
|
-
|
|
+ const type =ref('计划方量')
|
|
const aside_hide = asideShow().isHide
|
|
const aside_hide = asideShow().isHide
|
|
|
|
|
|
|
|
+function handleShowBingTu()
|
|
|
|
+{
|
|
|
|
+ showSuJun.value=true
|
|
|
|
+}
|
|
onMounted(() => {
|
|
onMounted(() => {
|
|
// setSjjk(document.getElementById('chart_fstj'), chartData_fstj.value)
|
|
// setSjjk(document.getElementById('chart_fstj'), chartData_fstj.value)
|
|
// getGctj()
|
|
// getGctj()
|
|
@@ -180,6 +195,8 @@
|
|
|
|
|
|
const listShow_whss = ref(false)
|
|
const listShow_whss = ref(false)
|
|
|
|
|
|
|
|
+ const showSuJun = ref(false)
|
|
|
|
+
|
|
function handlePickWhss(item) {
|
|
function handlePickWhss(item) {
|
|
data_ssgl.value[0].value = Math.abs(+item.height)
|
|
data_ssgl.value[0].value = Math.abs(+item.height)
|
|
ueCallCloseMaintain()
|
|
ueCallCloseMaintain()
|
|
@@ -188,6 +205,10 @@
|
|
}, 500);
|
|
}, 500);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ function handleCloseBingTu() {
|
|
|
|
+ showSuJun.value=false
|
|
|
|
+ }
|
|
|
|
+
|
|
function handleCloseWhss() {
|
|
function handleCloseWhss() {
|
|
data_ssgl.value[0].isHighlight = false
|
|
data_ssgl.value[0].isHighlight = false
|
|
data_ssgl.value[0].value = '-'
|
|
data_ssgl.value[0].value = '-'
|
|
@@ -221,17 +242,21 @@
|
|
function handleChangeProject(item) {
|
|
function handleChangeProject(item) {
|
|
currentProject.id = item.id
|
|
currentProject.id = item.id
|
|
currentProject.name = item.prjName
|
|
currentProject.name = item.prjName
|
|
|
|
+ currentProject.status = item.status
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
|
|
- const currentProject = reactive({ id: '', name: '' })
|
|
+ const currentProject = reactive({ id: '', name: '', status: '' })
|
|
const showRightDetail = ref(true)
|
|
const showRightDetail = ref(true)
|
|
watch(()=>currentProject.id, (val)=> {
|
|
watch(()=>currentProject.id, (val)=> {
|
|
- if(val===null||+currentYear.value>2022) {
|
|
+ // if(val===null||+currentYear.value>2023) {
|
|
|
|
+ if(val===null||currentProject.status==='未进行') {
|
|
showRightDetail.value = false
|
|
showRightDetail.value = false
|
|
} else {
|
|
} else {
|
|
fstjListShow.value = false
|
|
fstjListShow.value = false
|
|
getFstj(val)
|
|
getFstj(val)
|
|
getYjWarning(val)
|
|
getYjWarning(val)
|
|
|
|
+ console.log('工程入参:'+val)
|
|
getBoatNum(val)
|
|
getBoatNum(val)
|
|
showRightDetail.value = true
|
|
showRightDetail.value = true
|
|
}
|
|
}
|
|
@@ -276,10 +301,12 @@
|
|
})
|
|
})
|
|
currentProject.id = res.data.Rows[0].id
|
|
currentProject.id = res.data.Rows[0].id
|
|
currentProject.name = res.data.Rows[0].prjName
|
|
currentProject.name = res.data.Rows[0].prjName
|
|
|
|
+ currentProject.status = listData_gcxx.value[0].status
|
|
} else {
|
|
} else {
|
|
listData_gcxx.value = []
|
|
listData_gcxx.value = []
|
|
currentProject.id = null
|
|
currentProject.id = null
|
|
currentProject.name = null
|
|
currentProject.name = null
|
|
|
|
+ currentProject.status = null
|
|
}
|
|
}
|
|
})
|
|
})
|
|
}
|
|
}
|
|
@@ -684,14 +711,14 @@
|
|
margin: 8px 0 6px;
|
|
margin: 8px 0 6px;
|
|
span {
|
|
span {
|
|
margin-right: 10px;
|
|
margin-right: 10px;
|
|
- font-size: 15px;
|
|
+ font-size: 13px;
|
|
font-family: BarlowBold;
|
|
font-family: BarlowBold;
|
|
opacity: 0.8;
|
|
opacity: 0.8;
|
|
}
|
|
}
|
|
span:nth-child(4), span:nth-child(6) {
|
|
span:nth-child(4), span:nth-child(6) {
|
|
margin-right: 2px;
|
|
margin-right: 2px;
|
|
color: #FFFFFF;
|
|
color: #FFFFFF;
|
|
- font-size: 16px;
|
|
+ font-size: 13px;
|
|
opacity: 1;
|
|
opacity: 1;
|
|
}
|
|
}
|
|
span:nth-child {
|
|
span:nth-child {
|
|
@@ -703,7 +730,7 @@
|
|
&>div:nth-child(3) {
|
|
&>div:nth-child(3) {
|
|
height: 20px;
|
|
height: 20px;
|
|
span {
|
|
span {
|
|
- margin-right: 10px;
|
|
+ margin-right: 5px;
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
font-family: BarlowBold;
|
|
font-family: BarlowBold;
|
|
color: #FFFFFF;
|
|
color: #FFFFFF;
|