Merge branch 'hi-ucs-dev' of http://192.168.124.50:80/wuhongjian/hi-ucs into hi-ucs-dev

This commit is contained in:
gongjiale 2022-11-11 14:26:38 +08:00
commit a65014ace5
9 changed files with 84 additions and 83 deletions

View File

@ -73,7 +73,7 @@ export default {
// 西 v2 v3 // 西 v2 v3
children.total = returnLocationStr() == 'qingdao' ? Number(this.numObject.abilityprocess_v3) : Number(this.numObject.abilityprocess_v2) children.total = returnLocationStr() == 'qingdao' ? Number(this.numObject.abilityprocess_v3) : Number(this.numObject.abilityprocess_v2)
daibanNum = Number(daibanNum) + Number(children.total) daibanNum = Number(daibanNum) + Number(children.total)
} if (children.id == '1559376285703081986') { // } if (children.id == '1559376285703081986') { //
children.total = Number(this.numObject.meetingroom_book) children.total = Number(this.numObject.meetingroom_book)
daibanNum = Number(daibanNum) + Number(children.total) daibanNum = Number(daibanNum) + Number(children.total)
} if (children.id == '1545292602084827138') { // } if (children.id == '1545292602084827138') { //
@ -88,7 +88,7 @@ export default {
} if (children.id == '1545313754106699777') { // } if (children.id == '1545313754106699777') { //
children.total = Number(this.numObject.comment_review) children.total = Number(this.numObject.comment_review)
daibanNum = Number(daibanNum) + Number(children.total) daibanNum = Number(daibanNum) + Number(children.total)
} if (children.id == '1554294862931562498') { // } if (children.id == '1554294862931562498') { //
children.total = 0 children.total = 0
daibanNum = Number(daibanNum) + Number(children.total) daibanNum = Number(daibanNum) + Number(children.total)
} }

View File

@ -69,14 +69,15 @@
</el-select> </el-select>
</el-form-item> </el-form-item>
<!--资源名称 仅明细添加--> <!--资源名称 仅明细添加-->
<el-form-item v-if="this.departmentId === 3 || this.departmentId === 4"> <el-form-item v-if="this.departmentId === 3 || this.departmentId === 4">
<!-- <span v-if="this.departmentId === 2 || this.departmentId === 4">资源名称</span> --> <!-- <span v-if="this.departmentId === 2 || this.departmentId === 4">资源名称</span> -->
<el-input v-model="resourceName" placeholder="请输入资源名称" clearable></el-input> <el-input v-model="resourceName" placeholder="请输入资源名称" clearable></el-input>
</el-form-item> </el-form-item>
</el-form>
<!--操作按钮查询--> <el-form :inline="true" style="display: flex;justify-content: end;margin-right: 40px;">
<el-form-item> <!--操作按钮查询-->
<el-form-item>
<el-button type="primary" @click="getDataList()">{{ $t('query') }}</el-button> <el-button type="primary" @click="getDataList()">{{ $t('query') }}</el-button>
</el-form-item> </el-form-item>
<!--操作按钮重置--> <!--操作按钮重置-->
@ -235,7 +236,7 @@ import Template from '../devtools/template.vue'
// }) // })
export default { export default {
components: { componentServices, applicationResources, ComponentUsed, AbilityDetail, Template }, components: { componentServices, applicationResources, ComponentUsed, AbilityDetail, Template },
data() { data () {
return { return {
checked: false, checked: false,
departmentSelects: [], departmentSelects: [],
@ -347,7 +348,7 @@ export default {
abilityType: '', // abilityType: '', //
beginTime: '', // beginTime: '', //
endTime: '', // endTime: '', //
resourceName:'',// resourceName: '', //
typeOptions: [ typeOptions: [
{ name: '智能算法', value: 1 }, { name: '智能算法', value: 1 },
{ name: '图层服务', value: 2 }, { name: '图层服务', value: 2 },
@ -369,7 +370,7 @@ export default {
endDate: '' // endDate: '' //
} }
}, },
created() { created () {
this.$http.get('/sys/dept/all').then(res => { this.$http.get('/sys/dept/all').then(res => {
// console.log('=========>', res) // console.log('=========>', res)
this.departmentSelects = [] this.departmentSelects = []
@ -390,7 +391,7 @@ export default {
// const date2 = new Date(year2, month2, day2, 7) // const date2 = new Date(year2, month2, day2, 7)
// this.value1.unshift(date2) // this.value1.unshift(date2)
}, },
mounted() { mounted () {
// this.getFirstTree() // this.getFirstTree()
console.log('this.$route.query.Id;', this.$route.query.type) console.log('this.$route.query.Id;', this.$route.query.type)
if (this.$route.query.type === 'use') { if (this.$route.query.type === 'use') {
@ -410,7 +411,7 @@ export default {
// ...mapState(['departmentSelects']) // ...mapState(['departmentSelects'])
}, },
methods: { methods: {
chagneCheckbox() { chagneCheckbox () {
if (this.checked) { if (this.checked) {
this.tableData = this.tableDataClone.filter(val => val.count !== 0) this.tableData = this.tableDataClone.filter(val => val.count !== 0)
this.total = this.tableData.length this.total = this.tableData.length
@ -419,7 +420,7 @@ export default {
this.total = this.tableData.length this.total = this.tableData.length
} }
}, },
closeModal() { closeModal () {
this.detailsVisible = false this.detailsVisible = false
}, },
handleCurrentChange (val) { handleCurrentChange (val) {
@ -439,7 +440,7 @@ export default {
// this.getReleaseTree(val) // this.getReleaseTree(val)
// } // }
}, },
getTreeName(data) { getTreeName (data) {
this.$http this.$http
.get('/census/center/v3/treeList/', { .get('/census/center/v3/treeList/', {
params: { params: {
@ -469,7 +470,7 @@ export default {
// }, // },
// -- // --
getFirstTree(page) { getFirstTree (page) {
if (this.examineStatus == '-1') { if (this.examineStatus == '-1') {
this.status = '' this.status = ''
} else if (this.examineStatus == '0') { } else if (this.examineStatus == '0') {
@ -531,12 +532,12 @@ export default {
deptId: this.abilityDepartment, deptId: this.abilityDepartment,
startDate: this.startDate, startDate: this.startDate,
endDate: this.endDate, endDate: this.endDate,
resourceName:this.resourceName resourceName: this.resourceName
}) })
}) })
}, },
// 使-使 // 使-使
getSecondTree(page) { getSecondTree (page) {
if (this.examineStatus == '-1') { if (this.examineStatus == '-1') {
this.status = '' this.status = ''
} else if (this.examineStatus == '0') { } else if (this.examineStatus == '0') {
@ -598,13 +599,13 @@ export default {
deptId: this.abilityDepartment, deptId: this.abilityDepartment,
startDate: this.startDate, startDate: this.startDate,
endDate: this.endDate, endDate: this.endDate,
resourceName:this.resourceName resourceName: this.resourceName
}) })
}) })
}, },
// //
detailClick(row) { detailClick (row) {
this.detailParamss = {} this.detailParamss = {}
const applyNumber = row.applyNumber const applyNumber = row.applyNumber
if (this.departmentId == 3) { // if (this.departmentId == 3) { //
@ -646,7 +647,7 @@ export default {
} }
}, },
// //
getOneDetail(page) { getOneDetail (page) {
var passAndReview = '' // "" var passAndReview = '' // ""
if (this.examineStatus == '-1') { if (this.examineStatus == '-1') {
this.status = '' this.status = ''
@ -669,7 +670,7 @@ export default {
type: this.abilityType, type: this.abilityType,
startDate: this.startDate, startDate: this.startDate,
endDate: this.endDate, endDate: this.endDate,
resourceName:this.resourceName resourceName: this.resourceName
} }
}) })
.then((res) => { .then((res) => {
@ -682,12 +683,12 @@ export default {
deptId: this.abilityDepartment, deptId: this.abilityDepartment,
startDate: this.startDate, startDate: this.startDate,
endDate: this.endDate, endDate: this.endDate,
resourceName:this.resourceName resourceName: this.resourceName
}) })
}) })
}, },
// 使 使 // 使 使
getTwoDetail(page) { getTwoDetail (page) {
var passAndReview = '' // "" var passAndReview = '' // ""
if (this.examineStatus == '-1') { if (this.examineStatus == '-1') {
this.status = '' this.status = ''
@ -710,7 +711,7 @@ export default {
type: this.abilityType, type: this.abilityType,
startDate: this.startDate, startDate: this.startDate,
endDate: this.endDate, endDate: this.endDate,
resourceName:this.resourceName resourceName: this.resourceName
} }
}) })
.then((res) => { .then((res) => {
@ -722,11 +723,11 @@ export default {
deptId: this.abilityDepartment, deptId: this.abilityDepartment,
startDate: this.startDate, startDate: this.startDate,
endDate: this.endDate, endDate: this.endDate,
resourceName:this.resourceName resourceName: this.resourceName
}) })
}) })
}, },
getReleaseTree(page) { getReleaseTree (page) {
this.$http this.$http
.get('/census/center/selectApplyDeptDetailTypeCountList/', { .get('/census/center/selectApplyDeptDetailTypeCountList/', {
params: { params: {
@ -773,7 +774,7 @@ export default {
}) })
}, },
// 使 // 使
getUsedTree() { getUsedTree () {
this.$http this.$http
.get('/census/center/v3/resourceReleaseDetails/', { .get('/census/center/v3/resourceReleaseDetails/', {
params: { params: {
@ -787,7 +788,7 @@ export default {
this.tableData = res.data.data.list this.tableData = res.data.data.list
}) })
}, },
handleClick(row) { handleClick (row) {
if (this.choseId === 0) { if (this.choseId === 0) {
if (this.departmentId === 1) { if (this.departmentId === 1) {
this.homeIsShow = false this.homeIsShow = false
@ -808,7 +809,7 @@ export default {
} }
}, },
// //
choseBtn(index) { choseBtn (index) {
this.choseId = index this.choseId = index
this.handleChose(1) this.handleChose(1)
}, },
@ -824,11 +825,11 @@ export default {
// } // }
// }, // },
// or使 // or使
handleChose(index) { handleChose (index) {
this.checked = false this.checked = false
this.departmentId = index this.departmentId = index
this.currentPage=1 this.currentPage = 1
this.pageSize=10 this.pageSize = 10
if (index === 1) { if (index === 1) {
if (this.choseId === 0) { if (this.choseId === 0) {
if (!this.detailFlag) { if (!this.detailFlag) {
@ -868,32 +869,32 @@ export default {
} }
}, },
// //
handleSizeChange(val) { handleSizeChange (val) {
console.log(`每页 ${val}`) console.log(`每页 ${val}`)
}, },
closeChild() { closeChild () {
this.homeIsShow = true this.homeIsShow = true
this.servicesIsShow = false this.servicesIsShow = false
this.handleCurrentChange(1) this.handleCurrentChange(1)
}, },
closeChild2() { closeChild2 () {
this.homeIsShow = true this.homeIsShow = true
this.UsedIsShow = false this.UsedIsShow = false
this.handleCurrentChange(1) this.handleCurrentChange(1)
}, },
closeApplication() { closeApplication () {
this.homeIsShow = true this.homeIsShow = true
this.resourcesIsShow = false this.resourcesIsShow = false
this.handleCurrentChange(1) this.handleCurrentChange(1)
}, },
changeIiem(){ changeIiem () {
this.currentPage=1 this.currentPage = 1
this.pageSize=10 this.pageSize = 10
}, },
// ////////// // //////////
goToDetail () { goToDetail () {
this.currentPage=1 this.currentPage = 1
this.pageSize=10 this.pageSize = 10
this.detailFlag = !this.detailFlag this.detailFlag = !this.detailFlag
if (this.departmentId === 1) { if (this.departmentId === 1) {
this.handleChose(3) this.handleChose(3)
@ -905,10 +906,10 @@ export default {
} }
}, },
// //
goToBack() { goToBack () {
this.checked = false this.checked = false
this.currentPage=1, this.currentPage = 1,
this.pageSize=10, this.pageSize = 10,
// departmentId 13 24 // departmentId 13 24
this.detailFlag = !this.detailFlag this.detailFlag = !this.detailFlag
if (this.departmentId === 3) { if (this.departmentId === 3) {
@ -921,7 +922,7 @@ export default {
} }
}, },
// //
getDataList() { getDataList () {
if (this.value1 && this.value1.length > 0) { if (this.value1 && this.value1.length > 0) {
// this.startDate = this.handleTime(this.value1[0], 'yyyy-MM-dd') // this.startDate = this.handleTime(this.value1[0], 'yyyy-MM-dd')
// this.endDate = this.handleTime(this.value1[1], 'yyyy-MM-dd') // this.endDate = this.handleTime(this.value1[1], 'yyyy-MM-dd')
@ -954,7 +955,7 @@ export default {
} }
}, },
// //
resetDataList() { resetDataList () {
this.value1 = [] this.value1 = []
this.startDate = '' this.startDate = ''
this.endDate = '' this.endDate = ''
@ -967,7 +968,7 @@ export default {
deptId: this.abilityDepartment, deptId: this.abilityDepartment,
startDate: this.startDate, startDate: this.startDate,
endDate: this.endDate, endDate: this.endDate,
resourceName:this.resourceName resourceName: this.resourceName
}) })
if (this.departmentId === 1) { if (this.departmentId === 1) {
// if (this.detailFlag) { // if (this.detailFlag) {
@ -993,7 +994,7 @@ export default {
} }
}, },
// //
handleTime(time, format) { handleTime (time, format) {
if (time == null || time == undefined || time == '') { if (time == null || time == undefined || time == '') {
return '' return ''
} }

View File

@ -4,7 +4,7 @@
<el-input <el-input
v-model="roomNameA" v-model="roomNameA"
style="width: 160px" style="width: 160px"
placeholder="请输入会议室名称" placeholder="请输入会客厅名称"
></el-input> ></el-input>
<el-select <el-select
v-model="value" v-model="value"
@ -39,7 +39,7 @@
> >
</el-table-column> </el-table-column>
<el-table-column <el-table-column
label="申请会议室" label="申请会客厅"
prop="roomName" prop="roomName"
header-align="center" header-align="center"
align="center" align="center"

View File

@ -2,7 +2,7 @@
<el-card shadow="never" class="roomBox"> <el-card shadow="never" class="roomBox">
<div> <div>
<div slot="header" class="roomHeadSpan"> <div slot="header" class="roomHeadSpan">
<span>议室管理</span> <span>客厅管理</span>
<el-button <el-button
style="float: right; padding: 5px 5px" style="float: right; padding: 5px 5px"
type="primary" type="primary"
@ -13,7 +13,7 @@
</div> </div>
<el-table border style="width: 100%" :data="tableData"> <el-table border style="width: 100%" :data="tableData">
<el-table-column <el-table-column
label="会议室名称" label="会客厅名称"
prop="name" prop="name"
header-align="center" header-align="center"
align="center" align="center"
@ -70,10 +70,10 @@
@close="outDialog" @close="outDialog"
:title=" :title="
flge === 'add' flge === 'add'
? '会议室新增' ? '会客厅新增'
: flge === 'look' : flge === 'look'
? '会议室详情' ? '会客厅详情'
: '会议室修改' : '会客厅修改'
" "
:visible.sync="dialogFormVisible" :visible.sync="dialogFormVisible"
> >
@ -88,7 +88,7 @@
<el-row> <el-row>
<el-col :span="12"> <el-col :span="12">
<el-form-item <el-form-item
label="会议室名称" label="会客厅名称"
prop="name" prop="name"
:label-width="formLabelWidth" :label-width="formLabelWidth"
> >
@ -106,7 +106,7 @@
</el-col> </el-col>
<el-col :span="12"> <el-col :span="12">
<el-form-item <el-form-item
label="会议室面积(m²)" label="会客厅面积(m²)"
prop="area" prop="area"
:label-width="formLabelWidth" :label-width="formLabelWidth"
> >
@ -143,7 +143,7 @@
</el-col> </el-col>
<el-col> <el-col>
<el-form-item <el-form-item
label="会议室图片" label="会客厅图片"
prop="pic" prop="pic"
:label-width="formLabelWidth" :label-width="formLabelWidth"
> >
@ -241,11 +241,11 @@ export default {
fileList: [], fileList: [],
rules: { rules: {
name: [ name: [
{ required: true, message: '请输入会议室名称', trigger: 'blur' }, { required: true, message: '请输入会客厅名称', trigger: 'blur' },
{ min: 1, trigger: 'blur' } { min: 1, trigger: 'blur' }
], ],
area: [ area: [
{ required: true, message: '请输入会议室面积', trigger: 'blur' } { required: true, message: '请输入会客厅面积', trigger: 'blur' }
// { min: 1, message: '', type: 'number', trigger: 'blur' } // { min: 1, message: '', type: 'number', trigger: 'blur' }
], ],
description: [ description: [
@ -381,7 +381,7 @@ export default {
}, },
// //
taskDelete (row) { taskDelete (row) {
this.$confirm('此操作将永久删除该会议室, 是否继续?', '提示', { this.$confirm('此操作将永久删除该会客厅, 是否继续?', '提示', {
confirmButtonText: '确定', confirmButtonText: '确定',
cancelButtonText: '取消', cancelButtonText: '取消',
type: 'warning' type: 'warning'

View File

@ -11,12 +11,12 @@
<el-form-item> <el-form-item>
<ren-select v-model="dataForm.gender" dict-type="gender" :placeholder="$t('user.gender')"></ren-select> <ren-select v-model="dataForm.gender" dict-type="gender" :placeholder="$t('user.gender')"></ren-select>
</el-form-item> </el-form-item>
<el-form-item> <!-- <el-form-item>
<el-select v-model="dataForm.postId" :placeholder="$t('user.postIdList')" clearable> <el-select v-model="dataForm.postId" :placeholder="$t('user.postIdList')" clearable>
<el-option :label="data.postName" v-for="data in postList" :key="data.id" :value="data.id">{{ data.postName <el-option :label="data.postName" v-for="data in postList" :key="data.id" :value="data.id">{{ data.postName
}}</el-option> }}</el-option>
</el-select> </el-select>
</el-form-item> </el-form-item> -->
<el-form-item> <el-form-item>
<ren-dept-tree v-model="dataForm.deptId" :placeholder="$t('dept.title')" :query="true" ref="renDeptTree"> <ren-dept-tree v-model="dataForm.deptId" :placeholder="$t('dept.title')" :query="true" ref="renDeptTree">
</ren-dept-tree> </ren-dept-tree>

View File

@ -454,7 +454,7 @@ export function getDevelopDocTree(params) {
}) })
} }
// //
export function getRoomSearch(params) { export function getRoomSearch(params) {
return request({ return request({
url: '/bookMeeting/list', url: '/bookMeeting/list',

View File

@ -763,7 +763,7 @@
next() next()
}, },
setup() { setup() {
//6 //6
const flag = ref('') const flag = ref('')
let componentTypeArray = ['组件类型', '应用领域'] let componentTypeArray = ['组件类型', '应用领域']
const handleAdd = (value) => { const handleAdd = (value) => {

View File

@ -35,7 +35,7 @@
@click="roomResults" @click="roomResults"
:class="roomYuyue ? 'roomBackground' : 'nullBackground'" :class="roomYuyue ? 'roomBackground' : 'nullBackground'"
> >
议室预约 客厅预约
</div> </div>
<div <div
class="leftBottom" class="leftBottom"
@ -46,7 +46,7 @@
</div> </div>
</div> </div>
<div class="roomSearch"> <div class="roomSearch">
<span>议室搜索</span> <span>客厅搜索</span>
<div class="searchInput"> <div class="searchInput">
<a-input-search <a-input-search
v-model:value="roomInput" v-model:value="roomInput"
@ -65,7 +65,7 @@
</div> </div>
<div v-if="roomYuyue"> <div v-if="roomYuyue">
<div class="roomTableList"> <div class="roomTableList">
<span>议室列表</span> <span>客厅列表</span>
<div class="roomTime"> <div class="roomTime">
<span>可用时间查询</span> <span>可用时间查询</span>
<a-space direction="vertical" class="roomSpace"> <a-space direction="vertical" class="roomSpace">
@ -251,7 +251,7 @@
</a-modal> </a-modal>
<a-modal <a-modal
v-model:visible="appointmentRoom" v-model:visible="appointmentRoom"
title="会议室预约" title="会客厅预约"
width="10rem" width="10rem"
@ok="handleOk" @ok="handleOk"
:body-style="bodystyle" :body-style="bodystyle"
@ -289,7 +289,7 @@
> >
<div class="imgJinggao"></div> <div class="imgJinggao"></div>
<span style="color: #da2a13; font-size: 0.12rem"> <span style="color: #da2a13; font-size: 0.12rem">
当日会议室可用时段{{ roomDateList[0] }} 当日会客厅可用时段{{ roomDateList[0] }}
</span> </span>
</div> </div>
</a-col> </a-col>
@ -922,7 +922,7 @@
showSizeChanger: true, showSizeChanger: true,
pageSizeOptions: ['10', '30', '50', '100', '1000'], // pageSizeOptions: ['10', '30', '50', '100', '1000'], //
}) })
//======= //=======
const paginationRoom = ref({ const paginationRoom = ref({
total: 0, total: 0,
current: 1, current: 1,
@ -1217,7 +1217,7 @@
} }
init() init()
// //
const result = () => { const result = () => {
roomYuyue.value = false roomYuyue.value = false
roomResult.value = true roomResult.value = true
@ -1348,7 +1348,7 @@
return seconds return seconds
} }
} }
// ---- // ----
// //
const disabledTimeHours = () => { const disabledTimeHours = () => {
if (formState.endTime) { if (formState.endTime) {
@ -1457,7 +1457,7 @@
const handleChange = (i) => { const handleChange = (i) => {
let query = { let query = {
date: i, //riqi date: i, //riqi
roomId: dateId.value, // roomId: dateId.value, //
} }
getDate(query).then(({ data: res }) => { getDate(query).then(({ data: res }) => {
roomDateList.value = res.data roomDateList.value = res.data
@ -1466,7 +1466,7 @@
const columnsRomm = [ const columnsRomm = [
{ {
title: '会议室名称', title: '会客厅名称',
dataIndex: 'roomName', dataIndex: 'roomName',
align: 'center', align: 'center',
}, },
@ -1530,13 +1530,13 @@
console.log('error', err) console.log('error', err)
}) })
} }
// //
const searchData = () => { const searchData = () => {
let query = { let query = {
bookDate: roomCerateDate.value, // bookDate: roomCerateDate.value, //
startTime: roomCreateTime.value, // startTime: roomCreateTime.value, //
endTime: roomEndTime.value, // endTime: roomEndTime.value, //
name: roomInput.value, // name: roomInput.value, //
page: roomPage.value, // page: roomPage.value, //
limit: roomLimit.value, // limit: roomLimit.value, //
} }

View File

@ -187,8 +187,8 @@ let typeObj = {
7: '需求后台', 7: '需求后台',
8: '评论前台', 8: '评论前台',
9: '评论后台', 9: '评论后台',
10: '会议室前台', 10: '会客厅前台',
11: '会议室后台', 11: '会客厅后台',
12: '其他' 12: '其他'
} }
@ -214,7 +214,7 @@ let pageObj = {
0: 'myAgent-CommentModeration', 0: 'myAgent-CommentModeration',
1: 'hasToDoTasks-CommentModeration', 1: 'hasToDoTasks-CommentModeration',
}, },
'会议室后台': { '会客厅后台': {
0: 'activiti-RoomExamineAdmin', 0: 'activiti-RoomExamineAdmin',
1: 'activiti-RoomExamineAdmin', 1: 'activiti-RoomExamineAdmin',
}, },
@ -227,10 +227,10 @@ const tabTypeObj = {
'下架前台': '能力下架', '下架前台': '能力下架',
'需求前台': '需求评论', '需求前台': '需求评论',
'评论前台': '需求评论', '评论前台': '需求评论',
'会议室前台': '会议室前台' '会客厅前台': '会客厅前台'
} }
// //
const goPage = (item) => { const goPage = (item) => {
if (item.jumpUrl && item.type !== 12) { if (item.jumpUrl && item.type !== 12) {
let typeText = typeObj[item.type]; let typeText = typeObj[item.type];
@ -259,7 +259,7 @@ const goPage = (item) => {
// let _page = pageObj[typeText][_applyState] // let _page = pageObj[typeText][_applyState]
// window.open(window.SITE_CONFIG.backUrl + `/#/${_page}`) // window.open(window.SITE_CONFIG.backUrl + `/#/${_page}`)
// } else if (typeText.indexOf('') !== -1) { // } else if (typeText.indexOf('') !== -1) {
// if (typeText == '') { // if (typeText == '') {
// router.push({ // router.push({
// path: '/DetailsPageconetent', // path: '/DetailsPageconetent',
// query: { // query: {