Merge branch 'dev-xiaole' into 'master'

添加衢州版

See merge request !34
This commit is contained in:
杜海鹏 2022-07-06 18:28:09 +08:00
commit ffb0b1c3a2
7 changed files with 31 additions and 16 deletions

View File

@ -139,11 +139,12 @@ export default {
mounted() { mounted() {
this.seeEquipment = this.$store.state.userInfo.seeEquipment; this.seeEquipment = this.$store.state.userInfo.seeEquipment;
this.loginData = JSON.parse(localStorage.getItem('systemInfo')) this.loginData = JSON.parse(localStorage.getItem('systemInfo'))
this.headerConfiguration = this.loginData.headerConfiguration console.log(' this.loginData', this.loginData)
this.projectBackground = this.loginData.projectBackground this.headerConfiguration = this.loginData.headerConfiguration
this.enterpriseBackground = this.loginData.enterpriseBackground this.projectBackground = this.loginData.projectBackground
this.dataCenter1 = this.loginData.dataCenter this.enterpriseBackground = this.loginData.enterpriseBackground
this.equipmentChina = this.loginData.equipmentChina this.dataCenter1 = this.loginData.dataCenter
this.equipmentChina = this.loginData.equipmentChina
// console.log('',this.projectBackground) // console.log('',this.projectBackground)
// console.log('',this.enterpriseBackground) // console.log('',this.enterpriseBackground)
}, },

View File

@ -304,6 +304,7 @@ export default {
getDetail() { getDetail() {
selectSystemLogoConfigApi().then((res) => { selectSystemLogoConfigApi().then((res) => {
if (res.result) { if (res.result) {
console.log('查看有没有背景图',res)
console.log(window.location.protocol) console.log(window.location.protocol)
this.systemInfo = res.result; this.systemInfo = res.result;
if(this.systemInfo.loginLogo){ if(this.systemInfo.loginLogo){

View File

@ -121,16 +121,25 @@
</el-col> </el-col>
</el-row> </el-row>
<el-row :gutter="24" style="margin-top: 20px"> <el-row :gutter="24" style="margin-top: 20px">
<el-col :span="11" style="margin:7px 0px 0 0;"> <el-col :span="16" style="margin:7px 0px 0 0;">
<span class="firstConlumLabel">是否启用精益建造</span> <!-- 此处注释是因为添加了一个菜单版本 20220706 -->
<!-- <span class="firstConlumLabel">是否启用精益建造</span>
<el-radio-group v-model="styleType" size="medium" @change="getBaseModuleList"> <el-radio-group v-model="styleType" size="medium" @change="getBaseModuleList">
<el-radio :label="2"></el-radio> <el-radio :label="2"></el-radio>
<el-radio :label="1"></el-radio> <el-radio :label="1"></el-radio>
</el-radio-group> -->
<span class="firstConlumLabel">选择系统版本</span>
<el-radio-group v-model="styleType" size="medium" @change="getBaseModuleList">
<el-radio :label="1">标准版</el-radio>
<el-radio :label="2">星璇版</el-radio>
<el-radio :label="3">衢州版</el-radio>
</el-radio-group> </el-radio-group>
</el-col> </el-col>
<el-col :span="13" style="text-align:right"> </el-row>
<span>客服电话</span> <el-row :gutter="24" style="margin-top: 20px">
<el-input v-model="customerServicePhone" size="medium" placeholder="请输入" style="display: inline-block; width: 220px; margin-left: 15px;"></el-input> <el-col :span="16" style="margin:7px 0px 0 0;">
<span class="firstConlumLabel">客服电话</span>
<el-input v-model="customerServicePhone" size="medium" placeholder="请输入" style="display: inline-block; width: 200px;"></el-input>
</el-col> </el-col>
</el-row> </el-row>
<el-row :gutter="24" style="margin-top: 20px"> <el-row :gutter="24" style="margin-top: 20px">

View File

@ -529,8 +529,11 @@ export default {
methods: { methods: {
// //
attendancePrint(){ attendancePrint(){
console.log('参数',this.formInline)
this.printPdf = this.$http.defaults.baseURL + 'xmgl/workerWagesPayment/attendancePdf?monthTime=' + this.printPdf = this.$http.defaults.baseURL + 'xmgl/workerWagesPayment/attendancePdf?monthTime=' +
this.formInline.monthTime +'&personType=' + this.formInline.personType + '&projectSn=' + this.$store.state.projectSn this.formInline.monthTime +'&personType=' + this.formInline.personType + '&projectSn=' + this.$store.state.projectSn
+'&enterpriseId='+this.formInline.enterpriseId
+'&teamId='+this.formInline.teamId
// console.log('', this.printPdf ) // console.log('', this.printPdf )
}, },
// //

View File

@ -344,7 +344,7 @@
type="primary" type="primary"
:disabled="checkedWorker.length == 0" :disabled="checkedWorker.length == 0"
@click="issuePersonFn" @click="issuePersonFn"
v-if="!key" v-if="key"
>{{ $t("message.laborMange.aKeyIssued") }}</el-button >{{ $t("message.laborMange.aKeyIssued") }}</el-button
> >
</el-form-item> </el-form-item>
@ -494,11 +494,11 @@
type="primary" type="primary"
size="mini" size="mini"
@click="issuePersonOneFn(scope.row.id)" @click="issuePersonOneFn(scope.row.id)"
v-if="!key" v-if="key"
>{{ $t("message.laborMange.aKeyIssued") }}</el-button >{{ $t("message.laborMange.aKeyIssued") }}</el-button
> >
</div> </div>
<div v-if="!key"> <div v-if="key">
<el-checkbox <el-checkbox
v-model="scope.row.isUploadHousing" v-model="scope.row.isUploadHousing"
:checked="scope.row.isUploadHousing == 1 ? true : false" :checked="scope.row.isUploadHousing == 1 ? true : false"

View File

@ -336,7 +336,7 @@
type="primary" type="primary"
:disabled="checkedWorker.length == 0" :disabled="checkedWorker.length == 0"
@click="issuePersonFn" @click="issuePersonFn"
v-if="key" v-if="!key"
>{{ $t("message.laborMange.aKeyIssued") }}</el-button >{{ $t("message.laborMange.aKeyIssued") }}</el-button
> >
</el-form-item> </el-form-item>
@ -479,7 +479,7 @@
type="primary" type="primary"
size="mini" size="mini"
@click="issuePersonOneFn(scope.row.id)" @click="issuePersonOneFn(scope.row.id)"
v-if="key" v-if="!key"
>{{ $t("message.laborMange.aKeyIssued") }}</el-button >{{ $t("message.laborMange.aKeyIssued") }}</el-button
> >
</div> </div>
@ -499,7 +499,7 @@
</div> --> </div> -->
<div <div
class="personItemBottom" class="personItemBottom"
v-if="key" v-if="!key"
> >
<el-checkbox <el-checkbox
v-model="scope.row.isUploadHousing" v-model="scope.row.isUploadHousing"

View File

@ -55,6 +55,7 @@
$t("message.deviceManage.query") $t("message.deviceManage.query")
}}</el-button> }}</el-button>
<el-button type="warning" size="medium" plain @click="refresh">{{$t('message.deviceManage.refresh')}}</el-button> <el-button type="warning" size="medium" plain @click="refresh">{{$t('message.deviceManage.refresh')}}</el-button>
<!-- 目前广西联通需要安全教育导出功能 20220706-->
<el-button type="primary" size="medium" plain @click="exportBtn"> <el-button type="primary" size="medium" plain @click="exportBtn">
<a :href="printUrl" class="printUrl">导出</a> <a :href="printUrl" class="printUrl">导出</a>
</el-button> </el-button>