| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527 |
- <template>
- <div>
- <NavBar :go="{ type: 'push', path: goBack }" />
- <div class="mainItem">
- <div class="label">标题</div>
- <div>{{ trainingData.title }}</div>
- </div>
- <div class="mainItem">
- <div class="label">单位名称</div>
- <div>{{ trainingData.orgName }}</div>
- </div>
-
- <div class="mainItem">
- <div class="label">演练开始时间</div>
- <div>{{ trainingData.drillStartDateTime }}</div>
- </div>
- <div class="mainItem">
- <div class="label">演练结束时间</div>
- <div>{{ trainingData.drillEndDateTime }}</div>
- </div>
- <div class="mainItem">
- <div class="label">演练地点</div>
- <div>{{ trainingData.drillSite }}</div>
- </div>
- <div class="mainItem mainItemData">
- <p class="label labelPeople">演练计划资料</p>
- <div>
- <div v-for="item in studyList" :key="item.name">
- <van-tag type="primary" class="tagCls" plain @click="tagHandler(item)">{{ item.name }}</van-tag>
- </div>
- </div>
- </div>
- <div class="mainItem">
- <div class="label">指挥人</div>
- <div>{{ trainingData.hostName }}</div>
- </div>
- <div class="mainItem">
- <div class="label">演练项目</div>
- <div>{{ trainingData.typeText }}</div>
- </div>
- <div class="mainItem">
- <div class="label">预设案由</div>
- <div>{{ trainingData.presetCase }}</div>
- </div>
- <div class="mainItem">
- <div class="label">演练情况</div>
- <div>{{ trainingData.drillSituation }}</div>
- </div>
- <div class="mainItem">
- <div class="label">参与人员</div>
- <div>{{ taskUserList }}</div>
- </div>
- <div class="mainItem">
- <div class="label">缺席人员</div>
- <div>{{ qsUserList }}</div>
- </div>
- <div class="mainItem">
- <div class="label">上传图片</div>
- <imgCom :width="'100'" v-for="item in imgList" :list="imgList" :key="item" :height="'100'" :src="item"></imgCom>
- </div>
- <div class="mainItem" v-if="peopleShow">
- <div class="label labelPeople">参与人员签名图片</div>
- <template v-for="item in signUserList">
- <imgCom :width="'100'" v-if="item.signImage" :list="signUserListMap" :key="item.userId" :height="'100'" :src="item.signImage"></imgCom>
- </template>
- </div>
- <div class="mainItem" v-if="evaluate">
- <div class="label">评分</div>
- <div><van-rate :disabled="disabledShow" v-model="value" :count="10" /></div>
- </div>
- <van-field
- v-if="evaluate"
- required
- :rules="[{ required: true, message: '评语不能为空' }]"
- v-model="content"
- name="content"
- label="评语"
- type="textarea"
- row="3"
- maxlength="200"
- show-word-limit
- placeholder="请填写评语"
- />
- <div class="mainItem" v-if="disabledShow">
- <div class="label">评分</div>
- <div>{{ value }}分</div>
- </div>
- <div class="mainItem" v-if="disabledShow">
- <div class="label">评语</div>
- <div>{{ content }}</div>
- </div>
- <div class="mainItem" v-if="islearning">
- <div class="label">评优状态</div>
- <div>{{ trainingData.recStatusText }}</div>
- </div>
- <div class="mainItem" v-if="$route.params.id.split('_')[1] === 'comment'">
- <!-- <div class="label"></div> -->
- <div>
- <van-checkbox-group v-model="result" direction="horizontal" @change="clickChekcBox($event)">
- <van-checkbox
- v-for="item in resultList"
- :key="item.value"
- :disabled="item.disabled"
- shape="square"
- :checked="item.checked"
- :name="item.value"
- >{{ item.name }}</van-checkbox
- >
- </van-checkbox-group>
- </div>
- </div>
- <van-row>
- <van-col span="24" class="btns">
- <!-- 签名 -->
- <van-button
- type="info"
- class="btn"
- v-if="this.$route.params.id.split('_')[1] === 'edit'"
- @click="signatureHandler"
- >签名</van-button
- >
- <!-- 评价 || 评优推优选 -->
- <van-button
- type="info"
- class="btn"
- v-if="this.$route.params.id.split('_')[1] === 'evaluate' || this.$route.params.id.split('_')[1] === 'comment'"
- @click="submitHandler"
- >提交</van-button
- >
- </van-col>
- </van-row>
- <van-action-sheet v-model="show" title="签署名字" class="sheet">
- <writingPad ref="esign" @resultImg="resultImg"></writingPad>
- </van-action-sheet>
- </div>
- </template>
- <script>
- import NavBar from '@/components/NavBar'
- import writingPad from '@/components/writingPad/index.vue'
- import { getrehearsalInfo, singrehearsalTask, drillSignInfo } from '@/api/drillTask.js'
- import { submitRecTask } from '@/api/optimalLearning.js'
- import { upload } from '@/api/public'
- import imgCom from '@/components/imgCom/index.vue'
- import { base64ToBlob } from '@/utils/base64TurnImg.js'
- import config from '@/config/index'
- import { Toast, Dialog } from 'vant'
- import VuePdf from '@/components/pdfCom/index.vue'
- export default {
- name: 'SocAppAddTraining',
- components: {
- NavBar,
- Dialog,
- Toast,
- VuePdf,
- imgCom,
- writingPad
- },
- data() {
- return {
- result: [],
- orgType: '', //机构类型
- content: '', //评语
- value: 0, //评分
- this_window: window,
- show: false,
- resultList: [],
- taskUserList: [], //参与人员
- qsUserList: [], //缺席人员
- imgList: [], //图片数组
- signUserList: [], //参与人员签名数组
- signUserListMap: [], //参与人员签名数组Map
- studyList: [], //学习资料数组
- trainingData: {} //详情数据
- }
- },
- computed: {
- goBack() {
- if (
- this.$route.params.id.split('_')[1] === 'evaluate' ||
- this.$route.params.id.split('_')[1] === 'edit' ||
- this.$route.params.id.split('_')[1] === 'info'
- ) {
- return '/rehearsalTask'
- } else if (this.$route.params.id.split('_')[1] === 'comment') {
- return '/rehearsaloptimal'
- } else if (this.$route.params.id.split('_')[1] === 'learning') {
- return '/rehearsallearning'
- } else if (this.$route.params.id.split('_')[1] === 'info1') {
- return '/rehearsaloptimal'
- }
- },
- evaluate() {
- if (this.$route.params.id.split('_')[1] === 'evaluate') {
- return true
- } else {
- return false
- }
- },
- disabledShow() {
- if (
- this.$route.params.id.split('_')[1] === 'info' ||
- this.$route.params.id.split('_')[1] === 'info1' ||
- this.$route.params.id.split('_')[1] === 'comment' ||
- this.$route.params.id.split('_')[1] === 'learning'
- ) {
- return true
- } else {
- return false
- }
- },
- islearning() {
- if (this.$route.params.id.split('_')[1] === 'learning') {
- return true
- } else {
- return false
- }
- },
- peopleShow() {
- if (
- this.$route.params.id.split('_')[1] === 'info' ||
- this.$route.params.id.split('_')[1] === 'info1' ||
- this.$route.params.id.split('_')[1] === 'comment' ||
- this.$route.params.id.split('_')[1] === 'learning'
- ) {
- return true
- } else {
- return false
- }
- }
- },
- created() {
- //获取详情信息
- getrehearsalInfo(this.$route.params.id.split('_')[0]).then(res => {
- let { code, data, msg } = res
- if (code == 200) {
- this.content = data.comment
- this.value = +data.commentScore
- this.trainingData = data
- if (this.trainingData.taskUserList && this.trainingData.taskUserList.length > 0) {
- this.trainingData.taskUserList.forEach(item => {
- if (item.type == 1) {
- this.taskUserList.push(item.userName)
- } else {
- this.qsUserList.push(item.userName)
- }
- })
- }
- this.taskUserList = this.taskUserList.join(',')
- this.qsUserList = this.qsUserList.join(',')
- this.signUserList = data.taskUserList || []
- this.signUserListMap = data.taskUserList.map(item=>item.signImage) || []
- let list = data.fileList || []
- if (list.length > 0) {
- list.forEach(item => {
- let i = JSON.parse(item)
- if (i.url.split('.')[1] == 'pdf') {
- i.type = 1
- } else {
- i.type = 0
- }
- this.studyList.push(i)
- })
- }
- this.imgList = this.trainingData.imageList.split(',') || []
- //获取当前登录人机构类型
- this.orgType = window.sessionStorage.getItem('SET_USER_ORGTYPE')
- console.log(this.orgType, 'this.orgType')
- if (this.orgType == 1) {
- //省联社
- this.resultList = [
- {
- name: '设置为省级优秀案例',
- value: 5,
- disabled: false
- }
- ]
- if (data.recStatus == 5) {
- this.result = [5]
- }
- } else if (this.orgType == 2) {
- //办事处
- this.resultList = [
- {
- name: '设置为地区优秀案例',
- value: 3,
- disabled: false
- },
- {
- name: '推荐为省级优秀案例',
- value: 4,
- disabled: true
- }
- ]
- if (data.recStatus == 4) {
- this.result = [3, 4]
- } else if (data.recStatus == 3) {
- this.result = [3]
- }
- } else if (this.orgType == 3) {
- //行社
- this.resultList = [
- {
- name: '设置为行社优秀案例',
- value: 1,
- disabled: false
- },
- {
- name: '推荐为地区优秀案例',
- value: 2,
- disabled: true
- }
- ]
- if (data.recStatus == 2) {
- this.result = [1, 2]
- } else if (data.recStatus == 1) {
- this.result = [1]
- }
- }
- }
- })
- },
- mounted() {},
- methods: {
- disabledCheck(item) {
- if (item == 'false') return false
- if (item == 'true') return true
- //当前是最后一个复选框禁用
- if (this.resultList.length > 1 && item.value == this.resultList[this.resultList.length - 1].value) {
- return true
- } else {
- return false
- }
- },
- clickChekcBox(v) {
- console.log(v)
- console.log(this.resultList[0])
- if (v[0] == this.resultList[0].value) {
- if (this.resultList[1]) {
- this.resultList[1].disabled = this.disabledCheck('false')
- }
- // if(v.length>1){
- // this.result=[]
- // }
- // this.resultList[1].checked = this.disabledCheck('false')
- } else if (v[0] > this.resultList[0].value) {
- this.result = []
- } else {
- this.resultList[1].disabled = this.disabledCheck('true')
- // this.result=[]
- }
- },
- signatureHandler() {
- this.show = true
- },
- //评价提交
- submitHandler() {
- //判断当前是评价 还是评价推优
- if (this.$route.params.id.split('_')[1] === 'evaluate') {
- //评价
- if (!this.content) {
- //评语不能为空
- Toast('评语不能为空')
- return
- } else if (this.value == 0) {
- //评分不能为0分
- Toast('评分不能为0分')
- return
- }
- Dialog.confirm({
- title: '',
- message: `是否提交评价?`
- })
- .then(() => {
- drillSignInfo({
- taskId: this.trainingData.id,
- // type: this.trainingData.type,
- score: this.value,
- comment: this.content
- }).then(res => {
- let { code, msg } = res
- if (code == 200) {
- Toast('评价成功')
- setTimeout(() => {
- this.$router.push('/rehearsalTask')
- }, 1000)
- } else {
- Toast(msg)
- }
- })
- })
- .catch(() => {
- // on cancel
- })
- } else {
- //评价推优
- submitRecTask({
- drillTaskId: this.trainingData.id,
- recStatus: Math.max(...this.result)
- }).then(res => {
- if (this.result && this.result.length > 0) {
- Toast('评优成功')
- } else {
- Toast('取消成功')
- }
- setTimeout(() => {
- this.$router.push('/rehearsaloptimal')
- }, 1000)
- })
- }
- },
- clearHandler() {
- this.$refs.esign.handleReset()
- },
- //上传签名图到服务器
- resultImg(img) {
- let obj = base64ToBlob(img)
- let formData = new FormData()
- obj.name = '签名.jpg'
- formData.append('file', base64ToBlob(img))
- upload(formData, 'image')
- .then(res => {
- console.log(process.env.NODE_ENV)
- /*上传成功*/
- let imgUrl = process.env.NODE_ENV === 'development' ? res.data.url : res.data.url
- this.submitSign(imgUrl)
- // this.$emit("imgUrl", res.data.url);
- })
- .catch(err => {
- /*上传失败*/
- })
- },
- tagHandler(i) {
- let str = i.name.split('.')[1]
- if (str == 'png' || str == 'jpg' || str == 'jpeg' || str == 'pdf') {
- //当前是图片||PDF
- this.openFilePreview(i)
- } else {
- const filePath = `${process.env.NODE_ENV === 'development' ? '/dev' : window.origin}${i.url}`
- const tempLink = document.createElement('a')
- tempLink.style.display = 'none'
- tempLink.href = filePath
- tempLink.setAttribute('download', i.name)
- tempLink.setAttribute('target', '_blank')
- document.body.appendChild(tempLink)
- tempLink.click()
- document.body.removeChild(tempLink)
- }
- },
- //提交到后端数据
- submitSign(url) {
- singrehearsalTask({
- id: this.trainingData.id,
- signImage: url
- }).then(res => {
- this.$router.push('/rehearsalTask')
- })
- }
- }
- }
- </script>
- <style lang="scss" scoped>
- .mainItem {
- display: flex;
- font-size: 28px;
- align-items: center;
- padding: 34px;
- justify-content: space-between;
- background-color: #fff;
- flex-wrap: wrap;
- div {
- flex: 1;
- text-align: left;
- }
- p {
-
- }
- .label {
- width: 230px;
- flex: none;
- }
- .labelPeople {
- margin-bottom: 20px;
- }
- }
- .mainItemData {
- justify-content: end;
- }
- .tagCls {
- margin-bottom: 20px;
- margin-left: 10px;
- }
- .btns {
- background-color: #fff;
- width: 100%;
- }
- .btn {
- width: 100%;
- }
- .sheet {
- height: 45%;
- }
- </style>
|