Browse Source

打印修复

fix_bug_pro20231227
13208366016 1 year ago
parent
commit
9881a3fee4
  1. 12
      src/css/common.css
  2. 11
      src/css/normalize.css
  3. 37
      src/page/index/index.vue
  4. 9
      src/page/index/top/index.vue
  5. 7
      src/utils/LodopFuncs.js

12
src/css/common.css

@ -15,19 +15,7 @@ a {
.avue-main {
transition: all 0.3s;
}
.dy-font{
z-index: 99999999999;
position: fixed;
top: 3%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: 5%;
background-color: #fff;
/* display: flex; */
/* justify-content: flex-start; */
}
.avue-layout {
display: flex;
height: 100%;

11
src/css/normalize.css vendored

@ -27,7 +27,16 @@ section,
summary {
display: block;
}
.print-control {
z-index: 99999999999;
position: fixed;
top: 3%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: 5%;
background-color: #fff;
}
/**
* Correct `inline-block` display not defined in IE 8/9.
*

37
src/page/index/index.vue

@ -8,16 +8,15 @@
</div>
<div class="avue-main">
<!-- 顶部导航栏 -->
<top ref="top" />
<top ref="top" />
<!-- 顶部标签卡 -->
<tags />
<search class="avue-view" v-show="isSearch"></search>
<!-- 主体视图层 -->
<div id="avue-view" v-show="!isSearch" v-if="isRefresh">
<router-view #="{ Component }">
<!-- <keep-alive :include="$store.getters.tagsKeep" :max="20"> -->
<keep-alive :max="20">
<keep-alive :max="20">
<component :is="Component" />
</keep-alive>
</router-view>
@ -53,7 +52,6 @@ export default {
provide() {
return {
index: this,
};
},
computed: {
@ -72,19 +70,18 @@ export default {
(this.$route.meta || {}).menu === false || (this.$route.query || {}).menu === 'false'
);
},
},
data(){
return{
TabName:null,
}
data() {
return {
TabName: null,
};
},
created() {
getMyCurrentWarehouse().then(res=>{
console.log(res,'初始化请求参数');
console.log(res.data.name,'仓库名称');
getMyCurrentWarehouse().then(res => {
console.log(res, '初始化请求参数');
console.log(res.data.name, '仓库名称');
localStorage.setItem('WarehouseName', res.data.name);
})
});
},
mounted() {
if (this.userInfo.tenant_id == '000000') {
@ -102,7 +99,6 @@ export default {
},
props: [],
methods: {
//
openMenu(item = {}) {
this.$store.dispatch('GetMenu', item.id).then(data => {
@ -140,4 +136,17 @@ export default {
.el-card__body {
padding: 10px !important;
}
// .font-day{
// }
.el-popup-parent--hidden font:first-of-type {
z-index: 99999999999;
position: fixed;
top: 3%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: 5%;
background-color: #fff;
}
</style>

9
src/page/index/top/index.vue

@ -122,24 +122,23 @@ export default {
mounted() {
getMyWarehouseList().then(res => {
console.log(res.data.data, 'getMyWarehouseList');
let arr = [{ name: this.dataName?this.dataName:'', id: '0' }];
let arr = [{ name: this.dataName ? this.dataName : '', id: '0' }];
this.datalist = arr.concat(res.data.data);
});
this.checkwarehousevalue = Number(localStorage.getItem('checkwarehousevalue'));
},
filters: {},
created() {
this.dataName=null
this.dataName = null;
let warehouseName = localStorage.getItem('WarehouseName');
let modifiedName = warehouseName.replace(/"/g, '');
if (modifiedName == 'undefined') {
this.dataName = '';
console.log('当前暂时没有参数',this.dataName);
console.log('当前暂时没有参数', this.dataName);
} else {
this.dataName = modifiedName;
console.log(this.dataName,'当前参数存在值');
console.log(this.dataName, '当前参数存在值');
}
},
computed: {

7
src/utils/LodopFuncs.js

@ -93,15 +93,16 @@ export function checkOrTryHttp() {
//==获取LODOP对象主过程,判断是否安装、需否升级:==
export function getLodop(oOBJECT, oEMBED) {
var strFontTag = "<br><font class='dy-font' color='#FF00FF'>打印控件";
var strFontTag = "<br><font color='#FF00FF'>打印控件";
var strLodopInstall = strFontTag + "未安装!点击这里<a href='install_lodop32.exe' target='_self'>执行安装</a>";
var strLodopUpdate = strFontTag + "需要升级!点击这里<a href='install_lodop32.exe' target='_self'>执行升级</a>";
var strLodop64Install = strFontTag + "未安装!点击这里<a href='install_lodop64.exe' target='_self'>执行安装</a>";
var strLodop64Update = strFontTag + "需要升级!点击这里<a href='install_lodop64.exe' target='_self'>执行升级</a>";
var strCLodopInstallA =
"<br><font color='#FF00FF'>Web打印服务CLodop未安装启动,点击这里<a href='http://47.108.51.143:9000/logpm/other/CLodop_Setup_for_Win32NT.exe' target='_self'>下载执行安装</a>";
"<font color='#FF00FF'>Web打印服务CLodop未安装启动,点击这里<a href='http://47.108.51.143:9000/logpm/other/CLodop_Setup_for_Win32NT.exe' target='_self'>下载执行安装</a>";
var strCLodopInstallB = "<br>(若此前已安装过,可<a href='CLodop.protocol:setup' target='_self'>点这里直接再次启动</a>)";
var strCLodopUpdate = "<br><font color='#FF00FF'>Web打印服务CLodop需升级!点击这里<a href='CLodop_Setup_for_Win32NT.exe' target='_self'>执行升级</a>";
var strCLodopUpdate =
"<br><font color='#FF00FF'>Web打印服务CLodop需升级!点击这里<a href='http://47.108.51.143:9000/logpm/other/CLodop_Setup_for_Win32NT.exe' target='_self'>执行升级</a>";
var strLodop7FontTag = "<br><font color='#FF00FF'>Web打印服务Lodop7";
var strLodop7HrefX86 = "点击这里<a href='Lodop7_Linux_X86_64.tar.gz' target='_self'>下载安装</a>(下载后解压,点击lodop文件开始执行)";
var strLodop7HrefARM = "点击这里<a href='Lodop7_Linux_ARM64.tar.gz' target='_self'>下载安装</a>(下载后解压,点击lodop文件开始执行)";

Loading…
Cancel
Save