commit
ffb0b1c3a2
@ -139,6 +139,7 @@ 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'))
|
||||||
|
console.log(' this.loginData', this.loginData)
|
||||||
this.headerConfiguration = this.loginData.headerConfiguration
|
this.headerConfiguration = this.loginData.headerConfiguration
|
||||||
this.projectBackground = this.loginData.projectBackground
|
this.projectBackground = this.loginData.projectBackground
|
||||||
this.enterpriseBackground = this.loginData.enterpriseBackground
|
this.enterpriseBackground = this.loginData.enterpriseBackground
|
||||||
|
|||||||
@ -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){
|
||||||
|
|||||||
@ -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">
|
||||||
|
|||||||
@ -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 )
|
||||||
},
|
},
|
||||||
// 导入考勤数据
|
// 导入考勤数据
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user