|
|
|
@ -219,7 +219,7 @@
|
|
|
|
|
<template #footer> |
|
|
|
|
<span class="dialog-footer"> |
|
|
|
|
<el-button type="primary" icon="el-icon-circle-check" @click="handleSubmitAdd">增 加</el-button> |
|
|
|
|
<el-button type="primary" icon="el-icon-circle-check" @click="handleSubmitred">减 少</el-button> |
|
|
|
|
<!-- <el-button type="primary" icon="el-icon-circle-check" @click="handleSubmitred">减 少</el-button>--> |
|
|
|
|
<el-button icon="el-icon-circle-close" @click="box = false">取 消</el-button> |
|
|
|
|
</span> |
|
|
|
|
</template> |
|
|
|
@ -259,20 +259,25 @@
|
|
|
|
|
<el-dialog |
|
|
|
|
title="二维码" |
|
|
|
|
:visible.sync="dialogVisible" |
|
|
|
|
width="30%" |
|
|
|
|
width="600px" |
|
|
|
|
v-model="dialogVisible"> |
|
|
|
|
<div > |
|
|
|
|
<div v-for="(item,index) in qrCodeObj"> |
|
|
|
|
<el-row> |
|
|
|
|
<el-col :span="24" > |
|
|
|
|
<el-image width="10" height="10" w-full :key="index" :src="item " alt="Preview Image"/> |
|
|
|
|
</el-col> |
|
|
|
|
</el-row> |
|
|
|
|
</div> |
|
|
|
|
<!-- <div v-for="(item,index) in qrCodeObj" class="pdf-dom">--> |
|
|
|
|
<!-- <el-divider></el-divider>--> |
|
|
|
|
|
|
|
|
|
<!-- <el-row>--> |
|
|
|
|
<!-- <el-col :span="24" >--> |
|
|
|
|
<!-- <el-image width="10" height="10" w-full :key="index" :src="item " alt="Preview Image"/>--> |
|
|
|
|
<!-- </el-col>--> |
|
|
|
|
<!-- </el-row>--> |
|
|
|
|
<!-- </div>--> |
|
|
|
|
<!--startprint1--> |
|
|
|
|
<div v-html="html"></div> |
|
|
|
|
<!--endprint1--> |
|
|
|
|
</div> |
|
|
|
|
<span slot="footer" class="dialog-footer"> |
|
|
|
|
<!-- <el-button type="primary" @click="ddd">导 出</el-button>--> |
|
|
|
|
<el-button type="primary" @click="printTemplate">打 印</el-button> |
|
|
|
|
<el-button type="primary" @click="printTemplate">打 印</el-button> |
|
|
|
|
<el-button type="primary" @click="dialogVisible = false">确 定</el-button> |
|
|
|
|
<el-button @click="dialogVisible = false">取 消</el-button> |
|
|
|
|
</span> |
|
|
|
@ -293,13 +298,13 @@
|
|
|
|
|
@size-change="allsizeChange" |
|
|
|
|
@on-load="allonLoad"> |
|
|
|
|
|
|
|
|
|
<!-- <template #menu-left>--> |
|
|
|
|
<!-- <el-button type="warning"--> |
|
|
|
|
<!-- plain--> |
|
|
|
|
<!-- icon="el-icon-camera"--> |
|
|
|
|
<!-- @click="handleqr">查看二维码--> |
|
|
|
|
<!-- </el-button>--> |
|
|
|
|
<!-- </template>--> |
|
|
|
|
<template #menu-left> |
|
|
|
|
<el-button type="warning" |
|
|
|
|
plain |
|
|
|
|
icon="el-icon-camera" |
|
|
|
|
@click="handleqr">查看二维码 |
|
|
|
|
</el-button> |
|
|
|
|
</template> |
|
|
|
|
<template #menu="{size,row,index}"> |
|
|
|
|
<el-button type="primary" text icon="el-icon-view" v-if="row.enableStatus ==1" @click="losses(row,2)">禁 用</el-button> |
|
|
|
|
<!-- <el-button type="primary" text icon="el-icon-view" v-if="row.allocationStatus !=='1'" @click="Offshelf(row)">一 键 下 架</el-button>--> |
|
|
|
@ -314,8 +319,8 @@
|
|
|
|
|
</template> |
|
|
|
|
|
|
|
|
|
<script> |
|
|
|
|
import { getList, getDetail, add, update, remove,getQRCodeImg,getShowTemplate,getPrintTemplate,addAllocation,disable,enable,addlayer } from "@/api/basicdata/basicdataGoodsShelf"; |
|
|
|
|
import {getList as allgetList,update as allupdate} from "@/api/basicdata/basicdataGoodsAllocation"; |
|
|
|
|
import { getList, getDetail, add, update, remove,getQRCodeImg,getShowTemplate,addAllocation,disable,enable,addlayer } from "@/api/basicdata/basicdataGoodsShelf"; |
|
|
|
|
import {getList as allgetList,update as allupdate,getPrintTemplate} from "@/api/basicdata/basicdataGoodsAllocation"; |
|
|
|
|
import option from "@/option/basicdata/basicdataGoodsShelf"; |
|
|
|
|
import { mapGetters } from "vuex"; |
|
|
|
|
import { getGoodsAreaNodeList } from '@/api/basicdata/basicdataGoodsArea'; |
|
|
|
@ -483,6 +488,7 @@ export default {
|
|
|
|
|
selectionList: [], |
|
|
|
|
//货位 选择行 |
|
|
|
|
allselectionList: [], |
|
|
|
|
html: null, // 页面包条码内容 |
|
|
|
|
alloption: { |
|
|
|
|
height:'auto', |
|
|
|
|
calcHeight: 30, |
|
|
|
@ -492,7 +498,7 @@ export default {
|
|
|
|
|
border: true, |
|
|
|
|
index: true, |
|
|
|
|
viewBtn: true, |
|
|
|
|
selection: false, |
|
|
|
|
selection: true, |
|
|
|
|
editBtn:false, |
|
|
|
|
delBtn:false, |
|
|
|
|
addBtn:false, |
|
|
|
@ -763,6 +769,30 @@ export default {
|
|
|
|
|
this.templateData = data; |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
handleqr(){ |
|
|
|
|
if (this.allselectionList.length === 0) { |
|
|
|
|
this.$message.warning("请选择至少一条数据"); |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
let checkcode=[] |
|
|
|
|
this.allselectionList.map(item=>{ |
|
|
|
|
checkcode.push(item.id) |
|
|
|
|
// checkcode.push(item.orderPackageCode) |
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
let qr=checkcode.join(','); |
|
|
|
|
console.log(qr); |
|
|
|
|
getPrintTemplate(qr).then(res => { |
|
|
|
|
// this.orderPackageCode = res.data |
|
|
|
|
console.log(res.data); |
|
|
|
|
this.html='' |
|
|
|
|
this.html=this.getHtmls(res.data.data.dataList,res.data.data.templateHtml) |
|
|
|
|
|
|
|
|
|
}); |
|
|
|
|
this.dialogVisible = true; |
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
// 格式化数据,递归将空的children置为undefined |
|
|
|
|
formatCascaderData(data){ |
|
|
|
|
console.log("------------>",data); |
|
|
|
@ -1076,45 +1106,45 @@ export default {
|
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
//结合模板生成二维码 |
|
|
|
|
viewQrCode(){ |
|
|
|
|
if (this.selectionList.length === 0) { |
|
|
|
|
this.$message.warning("请选择至少一条数据"); |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
let idInfo =this.ids.split(","); |
|
|
|
|
this.dialogVisible = true; |
|
|
|
|
this.qrCodeObj = []; |
|
|
|
|
console.log(">>>>>>>>>>>",this.selectionList); |
|
|
|
|
this.selectionList.forEach((item,index)=>{ |
|
|
|
|
idInfo.forEach(async id=>{ |
|
|
|
|
if (id===item.id){ |
|
|
|
|
let params = {}; |
|
|
|
|
if (item.qrCode){ |
|
|
|
|
getShowTemplate(Object.assign(params,item)).then(res=>{ |
|
|
|
|
console.log("@@@@@@@@@@@@@",res.data); |
|
|
|
|
let url = window.URL.createObjectURL(res.data); |
|
|
|
|
// 获取返回参数中的需要的值data |
|
|
|
|
console.log("@@@@@@@@@@@@@",url); |
|
|
|
|
|
|
|
|
|
this.qrCodeObj.push(url); |
|
|
|
|
}) |
|
|
|
|
}else { |
|
|
|
|
console.log("参数异常:"+item.qrCode); |
|
|
|
|
this.$message({ |
|
|
|
|
type: "error", |
|
|
|
|
message: "参数异常!"+item.qrCode |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
// viewQrCode(){ |
|
|
|
|
// if (this.selectionList.length === 0) { |
|
|
|
|
// this.$message.warning("请选择至少一条数据"); |
|
|
|
|
// return; |
|
|
|
|
// } |
|
|
|
|
// let idInfo =this.ids.split(","); |
|
|
|
|
// this.dialogVisible = true; |
|
|
|
|
// this.qrCodeObj = []; |
|
|
|
|
// console.log(">>>>>>>>>>>",this.selectionList); |
|
|
|
|
// this.selectionList.forEach((item,index)=>{ |
|
|
|
|
// idInfo.forEach(async id=>{ |
|
|
|
|
// if (id===item.id){ |
|
|
|
|
// let params = {}; |
|
|
|
|
// if (item.qrCode){ |
|
|
|
|
// getShowTemplate(Object.assign(params,item)).then(res=>{ |
|
|
|
|
// console.log("@@@@@@@@@@@@@",res.data); |
|
|
|
|
// let url = window.URL.createObjectURL(res.data); |
|
|
|
|
// // 获取返回参数中的需要的值data |
|
|
|
|
// console.log("@@@@@@@@@@@@@",url); |
|
|
|
|
// |
|
|
|
|
// this.qrCodeObj.push(url); |
|
|
|
|
// }) |
|
|
|
|
// }else { |
|
|
|
|
// console.log("参数异常:"+item.qrCode); |
|
|
|
|
// this.$message({ |
|
|
|
|
// type: "error", |
|
|
|
|
// message: "参数异常!"+item.qrCode |
|
|
|
|
// }); |
|
|
|
|
// } |
|
|
|
|
// } |
|
|
|
|
// }) |
|
|
|
|
// |
|
|
|
|
// }) |
|
|
|
|
// }, |
|
|
|
|
printTemplate(){ |
|
|
|
|
let LODOP = getLodop(); |
|
|
|
|
console.log("this.ids>>>>>",this.ids); |
|
|
|
|
console.log("this.ids>>>>>",this.selectionList); |
|
|
|
|
if (this.selectionList.length === 0){ |
|
|
|
|
console.log("this.ids>>>>>",this.allselectionList); |
|
|
|
|
if (this.allselectionList.length === 0){ |
|
|
|
|
this.$message.warning("请选择至少一条数据"); |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|