2024-11-08 16:18:15 +08:00
|
|
|
|
<template>
|
|
|
|
|
<view class="container">
|
|
|
|
|
<picker mode="selector" :range="selector" rangeKey="label" @change="onChange">
|
|
|
|
|
<view class="picker">
|
|
|
|
|
考核单位:
|
|
|
|
|
<view style="display: flex; align-items: center">
|
|
|
|
|
<view v-if="selectorChecked.length === 0" style="color: #606266">请选择考核单位:</view>
|
|
|
|
|
<view> {{ selectorChecked }}</view>
|
|
|
|
|
<IconFont name="arrow-right"></IconFont>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</picker>
|
|
|
|
|
|
|
|
|
|
<picker v-if="(selectorType?.length ?? 0) > 0" mode="selector" :range="selectorType" rangeKey="label" @change="onChangeType">
|
|
|
|
|
<view class="picker">
|
|
|
|
|
当前考核项目:
|
|
|
|
|
<view style="display: flex; align-items: center">
|
|
|
|
|
<view v-if="selectorCheckedType.length === 0" style="color: #606266">请选择考核项目</view>
|
|
|
|
|
<view> {{ selectorCheckedType }}</view>
|
|
|
|
|
<IconFont name="arrow-right"></IconFont>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</picker>
|
2024-11-12 09:47:29 +08:00
|
|
|
|
|
2024-11-08 16:18:15 +08:00
|
|
|
|
<view class="exit" v-for="item in starRating" :key="item.snowFlakeId" @click="Onrating(item.name, item.snowFlakeId)">
|
|
|
|
|
<view class="exitItem">
|
|
|
|
|
<text style="margin-left: 30rpx; font-size: 16px">
|
2024-11-12 10:24:08 +08:00
|
|
|
|
<text>{{ item.name }}({{ item?.totalScore }}分) </text>
|
2024-11-08 16:18:15 +08:00
|
|
|
|
</text>
|
|
|
|
|
</view>
|
|
|
|
|
<view style="margin-right: 30rpx; display: flex; align-items: center">
|
2024-11-12 10:24:08 +08:00
|
|
|
|
<view v-if="item.currentScore > 0" style="color: #ff0000"> -{{ item?.currentScore }}</view>
|
2024-11-08 16:18:15 +08:00
|
|
|
|
<IconFont name="arrow-right"></IconFont>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
<view>
|
|
|
|
|
<nut-form labelWidth="320rpx" labelAlign="left">
|
2024-11-11 11:25:08 +08:00
|
|
|
|
<nut-form-item label="备注">
|
|
|
|
|
<nut-input v-model="_form.remark" placeholder="请输入备注" type="text" />
|
|
|
|
|
</nut-form-item>
|
|
|
|
|
|
2024-11-12 17:23:52 +08:00
|
|
|
|
<nut-form-item label="考核人员签名:">
|
|
|
|
|
<navigator :url="`/subPages/select/signature/signature?index=${1}&name=考核人员签名`" hover-class="navigator-hover">
|
|
|
|
|
<nut-button style="height: 50rpx" shape="square" type="info">考核人员签字</nut-button>
|
2024-11-08 16:18:15 +08:00
|
|
|
|
</navigator>
|
|
|
|
|
</nut-form-item>
|
2024-11-12 17:23:52 +08:00
|
|
|
|
<view style="display: flex; justify-content: center">
|
|
|
|
|
<!-- :class="direction1 ? 'sigh_btns' : 'sigh_btns_noRotate'" -->
|
|
|
|
|
<image v-if="_form.assessmentUserSignature" :src="_form.assessmentUserSignature" mode="heightFix" style="height: 300rpx"></image>
|
|
|
|
|
</view>
|
2024-11-11 11:25:08 +08:00
|
|
|
|
|
2024-11-08 16:18:15 +08:00
|
|
|
|
<nut-form-item label="被考评学校签名:">
|
2024-11-12 17:23:52 +08:00
|
|
|
|
<navigator :url="`/subPages/select/signature/signature?index=${2}&name=被考评学校签名`" hover-class="navigator-hover">
|
|
|
|
|
<nut-button style="height: 50rpx" shape="square" type="info">被考评学校负责人</nut-button>
|
2024-11-08 16:18:15 +08:00
|
|
|
|
</navigator>
|
|
|
|
|
</nut-form-item>
|
2024-11-12 17:23:52 +08:00
|
|
|
|
<view style="display: flex; justify-content: center">
|
|
|
|
|
<!-- :class="direction2 ? 'sigh_btns' : 'sigh_btns_noRotate'" -->
|
|
|
|
|
<image v-if="_form.byAssessmentEnterprisesUnitUserSignature" :src="_form.byAssessmentEnterprisesUnitUserSignature" mode="heightFix" style="height: 300rpx"></image>
|
|
|
|
|
</view>
|
2024-11-08 16:18:15 +08:00
|
|
|
|
</nut-form>
|
|
|
|
|
</view>
|
2024-11-11 11:25:08 +08:00
|
|
|
|
<view style="height: 150rpx"></view>
|
|
|
|
|
<view style="display: flex; width: 100%; justify-content: center; position: fixed; bottom: 50rpx">
|
2024-11-12 17:23:52 +08:00
|
|
|
|
<nut-button :loading="isLoading" shape="round" type="info" @click="onSubmit" style="height: 80rpx; width: 702rpx; margin: 10rpx auto">确认提交</nut-button>
|
2024-11-11 11:25:08 +08:00
|
|
|
|
</view>
|
2024-11-08 16:18:15 +08:00
|
|
|
|
</view>
|
|
|
|
|
</template>
|
|
|
|
|
<script setup lang="ts">
|
|
|
|
|
import { IconFont } from '@nutui/icons-vue-taro'
|
2024-11-12 17:23:52 +08:00
|
|
|
|
import Taro, { useLoad, useUnload } from '@tarojs/taro'
|
2024-11-08 16:18:15 +08:00
|
|
|
|
import './dailyInspection.scss'
|
|
|
|
|
import { ref, computed, reactive, watch } from 'vue'
|
|
|
|
|
import api from '@/request/index'
|
|
|
|
|
import { useDailyStore } from '@/store/daily'
|
2024-11-08 16:52:10 +08:00
|
|
|
|
const starRating = ref<any[]>([])
|
2024-11-08 16:18:15 +08:00
|
|
|
|
const store = useDailyStore()
|
|
|
|
|
const daily = computed(() => store.getdailyinspection)
|
|
|
|
|
const base64_1 = computed(() => store.get_base64_1)
|
|
|
|
|
const base64_2 = computed(() => store.get_base64_2)
|
2024-11-12 17:23:52 +08:00
|
|
|
|
// const direction = computed(() => store.getDirection)
|
|
|
|
|
const direction1 = computed(() => store.getDirection1)
|
|
|
|
|
const direction2 = computed(() => store.getDirection2)
|
|
|
|
|
|
2024-11-08 17:21:50 +08:00
|
|
|
|
const currentCkProjectId = ref('')
|
2024-11-08 16:18:15 +08:00
|
|
|
|
const submitData = ref<Item[]>([])
|
2024-11-08 17:36:44 +08:00
|
|
|
|
|
2024-11-08 16:18:15 +08:00
|
|
|
|
const _form = reactive({
|
|
|
|
|
enterprisesUnitId: '', //企事业单位id
|
|
|
|
|
ckProjectId: '', //考核项目
|
|
|
|
|
assessmentUserSignature: '', //考核人员签字
|
|
|
|
|
byAssessmentEnterprisesUnitUserSignature: '', // 被考核单位人员签字
|
|
|
|
|
remark: '', //考核备注
|
|
|
|
|
})
|
|
|
|
|
watch(
|
|
|
|
|
[daily, base64_1, base64_2],
|
|
|
|
|
([newDaily, newBase64_1, newBase64_2]) => {
|
|
|
|
|
_form.assessmentUserSignature = newBase64_1
|
|
|
|
|
_form.byAssessmentEnterprisesUnitUserSignature = newBase64_2
|
|
|
|
|
|
|
|
|
|
if (newDaily.length > 0) {
|
|
|
|
|
starRating.value = newDaily
|
|
|
|
|
}
|
|
|
|
|
submitData.value = newDaily
|
2024-11-12 09:47:29 +08:00
|
|
|
|
// console.log('watch_______________', _form, submitData.value)
|
2024-11-08 16:18:15 +08:00
|
|
|
|
},
|
|
|
|
|
{ immediate: true }
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
useLoad(async () => {
|
|
|
|
|
await getUnitEnterprisesUnitList()
|
|
|
|
|
})
|
2024-11-08 16:52:10 +08:00
|
|
|
|
|
2024-11-08 16:18:15 +08:00
|
|
|
|
const Onrating = function (name: string, snowFlakeId: string) {
|
|
|
|
|
let index = starRating.value.findIndex((item) => item.snowFlakeId === snowFlakeId)
|
|
|
|
|
Taro.navigateTo({
|
|
|
|
|
url: `/subPages/select/dailyLife/dailyLife?name=${name}&index=${index}`,
|
|
|
|
|
})
|
|
|
|
|
}
|
2024-11-12 09:47:29 +08:00
|
|
|
|
|
2024-11-08 16:18:15 +08:00
|
|
|
|
/**
|
|
|
|
|
* @assessmentCriteriaRulesByCkProjectId 获取考核规则
|
|
|
|
|
*/
|
2024-11-12 09:47:29 +08:00
|
|
|
|
|
2024-11-08 16:18:15 +08:00
|
|
|
|
const assessmentCriteriaRulesByCkProjectId = async function (ckProjectId) {
|
2024-11-12 17:23:52 +08:00
|
|
|
|
// Taro.showLoading({
|
|
|
|
|
// title: '加载中...',
|
|
|
|
|
// mask: true,
|
|
|
|
|
// })
|
2024-11-11 11:25:08 +08:00
|
|
|
|
const res = await api.get<StarRating[]>(`/assessmentCriteria/assessmentCriteriaRulesByCkProjectId`, { ckProjectId })
|
2024-11-12 09:47:29 +08:00
|
|
|
|
|
2024-11-08 16:18:15 +08:00
|
|
|
|
res.data?.forEach((item) => {
|
|
|
|
|
item.currentScore = 0
|
|
|
|
|
|
2024-11-11 11:25:08 +08:00
|
|
|
|
item.itemList.forEach((element: ItemList) => {
|
2024-11-12 09:47:29 +08:00
|
|
|
|
element.standardList.forEach((ele) => {
|
|
|
|
|
ele.isSelected = false
|
|
|
|
|
})
|
2024-11-08 16:18:15 +08:00
|
|
|
|
element.standardList.unshift({
|
|
|
|
|
ckItemId: 'null',
|
|
|
|
|
deductionPoints: 0,
|
|
|
|
|
name: '达标',
|
|
|
|
|
snowFlakeId: 'null',
|
2024-11-12 09:47:29 +08:00
|
|
|
|
isSelected: true,
|
2024-11-08 16:18:15 +08:00
|
|
|
|
})
|
|
|
|
|
element.selectedID = element.standardList[0].snowFlakeId
|
|
|
|
|
element.selected_points = 0 // 默认达标 默认扣 0 分
|
|
|
|
|
// 多选
|
|
|
|
|
if (element.type.value === 'multiple') {
|
|
|
|
|
element.selectedGroup = [element.selectedID]
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
})
|
2024-11-12 09:47:29 +08:00
|
|
|
|
starRating.value = res.data ?? []
|
|
|
|
|
// console.log('starRating.value______________________________', starRating.value)
|
|
|
|
|
|
2024-11-08 16:18:15 +08:00
|
|
|
|
store.dailyinspectionList(starRating.value)
|
2024-11-12 17:23:52 +08:00
|
|
|
|
// Taro.hideLoading()
|
2024-11-08 16:18:15 +08:00
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* @ckProjectListByType 根据类型获取考核标准列表
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
const selectorCheckedType = ref<string>('')
|
|
|
|
|
const selectorType = ref<CkProjectListByType[]>()
|
|
|
|
|
const ckProjectListByType = async function (type) {
|
|
|
|
|
const res = await api.get<CkProjectListByType[]>(`/assessmentCriteria/ckProjectListByType`, { type })
|
2024-11-12 17:23:52 +08:00
|
|
|
|
console.log(res.data)
|
|
|
|
|
|
|
|
|
|
if (res.data?.length === 0) {
|
|
|
|
|
let timeID = setTimeout(() => {
|
|
|
|
|
Taro.showToast({
|
|
|
|
|
title: '该单位下面没有考核标准',
|
|
|
|
|
icon: 'none',
|
|
|
|
|
duration: 2000,
|
|
|
|
|
})
|
|
|
|
|
clearTimeout(timeID)
|
|
|
|
|
}, 500)
|
|
|
|
|
}
|
2024-11-08 16:18:15 +08:00
|
|
|
|
selectorType.value = res.data
|
|
|
|
|
}
|
2024-11-08 17:21:50 +08:00
|
|
|
|
|
2024-11-08 16:18:15 +08:00
|
|
|
|
const onChangeType = function (e: any) {
|
|
|
|
|
let index = Number(e.detail.value)
|
|
|
|
|
selectorCheckedType.value = selectorType.value?.[index].label as string
|
2024-11-08 17:21:50 +08:00
|
|
|
|
currentCkProjectId.value = selectorType.value?.[index].value as string
|
|
|
|
|
assessmentCriteriaRulesByCkProjectId(currentCkProjectId.value)
|
2024-11-08 16:18:15 +08:00
|
|
|
|
_form.ckProjectId = selectorType.value?.[index].value as string
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
const selector = ref<UnitEnterprisesUnitList[]>()
|
|
|
|
|
const selectorChecked = ref<string>('')
|
|
|
|
|
const onChange = function (e: any) {
|
2024-11-12 09:47:29 +08:00
|
|
|
|
try {
|
|
|
|
|
let index = Number(e.detail.value)
|
|
|
|
|
selectorChecked.value = selector.value?.[index].label as string
|
|
|
|
|
let type = selector.value?.[index].extData.type.value
|
|
|
|
|
ckProjectListByType(type)
|
|
|
|
|
_form.enterprisesUnitId = selector.value?.[index].value as string
|
|
|
|
|
} catch (error) {
|
|
|
|
|
console.log('🚀 ~ onChange ~ error:', error)
|
|
|
|
|
}
|
2024-11-08 16:18:15 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
const getUnitEnterprisesUnitList = async function () {
|
|
|
|
|
const res = await api.get<UnitEnterprisesUnitList[]>(`/policeIndex/getUnitEnterprisesUnitList`)
|
2024-11-12 17:23:52 +08:00
|
|
|
|
|
2024-11-08 16:18:15 +08:00
|
|
|
|
selector.value = res.data
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
const _showToast = function (title) {
|
|
|
|
|
Taro.showToast({
|
|
|
|
|
title,
|
|
|
|
|
icon: 'none',
|
|
|
|
|
duration: 1500,
|
|
|
|
|
mask: true,
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* @onSubmit 提交
|
|
|
|
|
* @assessmentRecordDetails 选择后的数据用于提交
|
2024-11-12 09:47:29 +08:00
|
|
|
|
* @clearData 清空数据
|
2024-11-08 16:18:15 +08:00
|
|
|
|
*/
|
2024-11-08 16:38:41 +08:00
|
|
|
|
|
2024-11-08 16:18:15 +08:00
|
|
|
|
const assessmentRecordDetails = ref<any[]>([])
|
2024-11-12 09:47:29 +08:00
|
|
|
|
const clearData = function () {
|
|
|
|
|
store.clearSignData()
|
|
|
|
|
store.dailyinspectionList([])
|
|
|
|
|
assessmentRecordDetails.value = []
|
|
|
|
|
_form.assessmentUserSignature = ''
|
|
|
|
|
_form.byAssessmentEnterprisesUnitUserSignature = ''
|
|
|
|
|
_form.remark = ''
|
|
|
|
|
assessmentCriteriaRulesByCkProjectId(currentCkProjectId.value) //重新获取数据
|
|
|
|
|
}
|
2024-11-12 17:23:52 +08:00
|
|
|
|
const isLoading = ref(false)
|
2024-11-08 16:18:15 +08:00
|
|
|
|
const onSubmit = async function () {
|
|
|
|
|
if (_form.enterprisesUnitId === '') {
|
|
|
|
|
_showToast('请选择企事业单位')
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
if (_form.ckProjectId === '') {
|
|
|
|
|
_showToast('请选择考核项目')
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
if (_form.assessmentUserSignature === '') {
|
|
|
|
|
_showToast('请考核人员签字')
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
if (_form.byAssessmentEnterprisesUnitUserSignature === '') {
|
|
|
|
|
_showToast('请被考核单位人员签字')
|
|
|
|
|
return
|
|
|
|
|
}
|
2024-11-12 17:23:52 +08:00
|
|
|
|
isLoading.value = true
|
2024-11-08 16:38:41 +08:00
|
|
|
|
|
2024-11-11 11:25:08 +08:00
|
|
|
|
submitData.value.forEach((element: StarRating) => {
|
|
|
|
|
element?.itemList.forEach((item: ItemList) => {
|
|
|
|
|
item.standardList.forEach((ele: StandardList) => {
|
2024-11-08 16:18:15 +08:00
|
|
|
|
if (ele.snowFlakeId === item.selectedID && !item.hasOwnProperty('selectedGroup') && item.selectedID != 'null') {
|
|
|
|
|
assessmentRecordDetails.value.push({
|
2024-11-08 16:38:41 +08:00
|
|
|
|
ckGroupId: element.snowFlakeId, //选项的雪花Id
|
2024-11-08 16:18:15 +08:00
|
|
|
|
ckItemId: ele.ckItemId, //已选择的ID
|
|
|
|
|
ckStandardId: item.selectedID, //已选择的雪花ID
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
})
|
2024-11-08 17:21:50 +08:00
|
|
|
|
if (item.hasOwnProperty('selectedGroup')) {
|
|
|
|
|
item.selectedGroup.forEach((selectedItem) => {
|
2024-11-11 11:25:08 +08:00
|
|
|
|
item.standardList.forEach((standard_Element) => {
|
|
|
|
|
if (selectedItem != 'null' && selectedItem === standard_Element.snowFlakeId) {
|
|
|
|
|
assessmentRecordDetails.value.push({
|
|
|
|
|
ckGroupId: element.snowFlakeId, //选项的雪花Id
|
|
|
|
|
ckItemId: standard_Element.ckItemId, //已选择的ID
|
|
|
|
|
ckStandardId: selectedItem, //已选择的雪花ID
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
})
|
2024-11-08 17:21:50 +08:00
|
|
|
|
})
|
|
|
|
|
}
|
2024-11-08 16:18:15 +08:00
|
|
|
|
})
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
const assessmentRecordParams = {
|
|
|
|
|
assessmentRecordDetails: [] as any[],
|
|
|
|
|
}
|
|
|
|
|
Object.assign(assessmentRecordParams, _form)
|
|
|
|
|
assessmentRecordParams.assessmentRecordDetails = [...assessmentRecordDetails.value]
|
|
|
|
|
const result = await api.post('/assessmentCriteria/submitAssessmentRecord', assessmentRecordParams)
|
2024-11-12 17:23:52 +08:00
|
|
|
|
|
2024-11-12 09:47:29 +08:00
|
|
|
|
clearData() //清空数据
|
2024-11-08 16:18:15 +08:00
|
|
|
|
if (result.code === 200) {
|
2024-11-12 17:23:52 +08:00
|
|
|
|
isLoading.value = false
|
|
|
|
|
|
|
|
|
|
let timeID = setTimeout(() => {
|
|
|
|
|
Taro.showToast({
|
|
|
|
|
title: result.message,
|
|
|
|
|
icon: 'success',
|
|
|
|
|
duration: 2000,
|
|
|
|
|
mask: true,
|
|
|
|
|
})
|
|
|
|
|
clearTimeout(timeID)
|
|
|
|
|
}, 500)
|
2024-11-08 16:18:15 +08:00
|
|
|
|
} else {
|
|
|
|
|
_showToast(result.message)
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-11-12 17:23:52 +08:00
|
|
|
|
|
|
|
|
|
useUnload(() => {
|
|
|
|
|
store.clearSignData()
|
|
|
|
|
store.dailyinspectionList([])
|
|
|
|
|
assessmentRecordDetails.value = []
|
|
|
|
|
_form.assessmentUserSignature = ''
|
|
|
|
|
_form.byAssessmentEnterprisesUnitUserSignature = ''
|
|
|
|
|
_form.remark = ''
|
|
|
|
|
})
|
2024-11-08 16:18:15 +08:00
|
|
|
|
</script>
|