20 changed files with 1199 additions and 433 deletions
@ -0,0 +1,257 @@
|
||||
<!DOCTYPE html> |
||||
<html lang="en"> |
||||
|
||||
<head> |
||||
<meta charset="UTF-8"> |
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
||||
<title>回收台账</title> |
||||
<style> |
||||
body { |
||||
padding: 0; |
||||
margin: 0; |
||||
} |
||||
|
||||
.max_box { |
||||
width: 756px; |
||||
/* height: 1086px; */ |
||||
margin: auto; |
||||
} |
||||
|
||||
.max_box>div:nth-of-type(1) { |
||||
text-align: center; |
||||
} |
||||
|
||||
.telbox { |
||||
display: flex; |
||||
flex-direction: column; |
||||
border: 2px solid #000000; |
||||
margin-top: 10px; |
||||
box-sizing: border-box; |
||||
} |
||||
|
||||
.titl_tb { |
||||
display: flex; |
||||
align-items: center; |
||||
flex: 1; |
||||
} |
||||
|
||||
.titl_tb>div { |
||||
border-right: 2px solid #000000; |
||||
border-bottom: 2px solid #000000; |
||||
line-height: 30px; |
||||
padding-left: 5px; |
||||
text-align: center; |
||||
font-size: 15px; |
||||
box-sizing: border-box; |
||||
} |
||||
|
||||
.titl_tb>div:nth-last-child(1) { |
||||
border-right: none; |
||||
} |
||||
|
||||
.titl_tb:nth-last-child(1)>div { |
||||
/* border-bottom: none; */ |
||||
} |
||||
|
||||
.titl_tb>div:nth-of-type(1) { |
||||
width: 5%; |
||||
} |
||||
|
||||
.titl_tb>div:nth-of-type(2) { |
||||
width: 15%; |
||||
} |
||||
|
||||
.titl_tb>div:nth-of-type(3) { |
||||
width: 30%; |
||||
} |
||||
|
||||
.titl_tb>div:nth-of-type(4) { |
||||
width: 15%; |
||||
} |
||||
|
||||
.titl_tb>div:nth-of-type(5) { |
||||
width: 15%; |
||||
} |
||||
|
||||
.titl_tb>div:nth-of-type(6) { |
||||
width: 20%; |
||||
} |
||||
|
||||
.maxbiox { |
||||
display: flex; |
||||
flex-direction: column; |
||||
} |
||||
|
||||
.jiaoyifang { |
||||
display: flex; |
||||
align-items: center; |
||||
box-sizing: border-box; |
||||
justify-content: center; |
||||
} |
||||
|
||||
.jiaoyifang>div { |
||||
width: 100%; |
||||
line-height: 40px; |
||||
padding-left: 10px; |
||||
box-sizing: border-box; |
||||
border-bottom: 2px solid #000000; |
||||
box-sizing: border-box; |
||||
border-right: 2px solid #000000; |
||||
} |
||||
|
||||
.jiaoyifang>div:nth-of-type(2) { |
||||
/* border-left: 2px solid #000000; */ |
||||
/* border-right: none; */ |
||||
border-right-color: #ffffff00; |
||||
box-sizing: border-box; |
||||
} |
||||
|
||||
.qianzhiqu { |
||||
display: flex; |
||||
align-items: center; |
||||
border-bottom: 2px solid #000000; |
||||
box-sizing: border-box; |
||||
} |
||||
|
||||
.qianzq { |
||||
width: 50%; |
||||
display: flex; |
||||
align-items: center; |
||||
box-sizing: border-box; |
||||
} |
||||
|
||||
.qianzq>div:nth-of-type(1) { |
||||
width: 25%; |
||||
height: 60px; |
||||
line-height: 60px; |
||||
border-right: 2px solid #000000; |
||||
padding-left: 10px; |
||||
box-sizing: border-box; |
||||
} |
||||
|
||||
.qianzq>div:nth-of-type(2) { |
||||
width: 80%; |
||||
height: 60px; |
||||
border-right: 2px solid #000000; |
||||
display: flex; |
||||
align-items: flex-end; |
||||
justify-content: right; |
||||
box-sizing: border-box; |
||||
} |
||||
|
||||
.qianzq:nth-of-type(2)>div:nth-of-type(2) { |
||||
border-right: none; |
||||
} |
||||
|
||||
.beizu { |
||||
line-height: 40px; |
||||
padding-left: 10px; |
||||
} |
||||
</style> |
||||
<style> |
||||
.dayinann{ |
||||
width: 100px; |
||||
height: 40px; |
||||
background-color: #0ea5fd; |
||||
color: #ffffff; |
||||
border-radius: 5px; |
||||
border: none; |
||||
outline: none; |
||||
margin-top: 50px; |
||||
position: relative; |
||||
left: 50%; |
||||
transform: translate(-50%); |
||||
} |
||||
</style> |
||||
</head> |
||||
|
||||
<body> |
||||
<!--startprint--> |
||||
<div class="max_box"> |
||||
<div>废旧物资交接清单</div> |
||||
<div class="telbox"> |
||||
<div class="titl_tb"> |
||||
<div>序号</div> |
||||
<div>大类</div> |
||||
<div>产品名称、规格、型号</div> |
||||
<div>单位</div> |
||||
<div>数量</div> |
||||
<div>备注</div> |
||||
</div> |
||||
<div class="maxbiox"> |
||||
</div> |
||||
<div class="jiaoyifang"> |
||||
<div> |
||||
交接方: |
||||
</div> |
||||
<div> |
||||
接收方:物质装备公司 |
||||
</div> |
||||
</div> |
||||
<div class="qianzhiqu"> |
||||
<div class="qianzq"> |
||||
<div>经办人:</div> |
||||
<div> |
||||
年 月 日 |
||||
</div> |
||||
</div> |
||||
<div class="qianzq"> |
||||
<div>经办人:</div> |
||||
<div> |
||||
年 月 日 |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="qianzhiqu"> |
||||
<div class="qianzq"> |
||||
<div>经办人:</div> |
||||
<div> |
||||
年 月 日 |
||||
</div> |
||||
</div> |
||||
<div class="qianzq"> |
||||
<div>经办人:</div> |
||||
<div> |
||||
年 月 日 |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="beizu"> |
||||
备注:‘1231231231’123123 |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<!--endprint--> |
||||
<button class="dayinann" onclick="preview()">打印</button> |
||||
</body> |
||||
<script> |
||||
let dom1 = document.getElementsByClassName('maxbiox')[0] |
||||
let htmls = '' |
||||
for (let i = 1; i < 6; i++) { |
||||
htmls += `<div class="titl_tb"> |
||||
<div>${i}</div> |
||||
<div>${i}</div> |
||||
<div>电缆</div> |
||||
<div>8mm</div> |
||||
<div>${i+10}</div> |
||||
<div>备注</div> |
||||
</div>` |
||||
} |
||||
dom1.innerHTML = htmls |
||||
console.log(dom1); |
||||
|
||||
function preview() { |
||||
bdhtml = window.document.body.innerHTML; |
||||
sprnstr = "<!--startprint-->"; //开始打印标识字符串有17个字符 |
||||
eprnstr = "<!--endprint-->"; //结束打印标识字符串 |
||||
prnhtml = bdhtml.substr(bdhtml.indexOf(sprnstr) + 17); //从开始打印标识之后的内容 |
||||
prnhtml = prnhtml.substring(0, prnhtml.indexOf(eprnstr)); //截取开始标识和结束标识之间的内容 |
||||
window.document.body.innerHTML = prnhtml; //把需要打印的指定内容赋给body.innerHTML |
||||
window.print(); //调用浏览器的打印功能打印指定区域 |
||||
window.document.body.innerHTML = bdhtml; //重新给页面内容赋值; |
||||
return false; |
||||
} |
||||
</script> |
||||
|
||||
</html> |
@ -0,0 +1,195 @@
|
||||
<!DOCTYPE html> |
||||
<html lang="en"> |
||||
<head> |
||||
<meta charset="UTF-8"> |
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
||||
<title>回收台账</title> |
||||
<style> |
||||
body{ |
||||
padding: 0; |
||||
margin: 0; |
||||
} |
||||
.max_box{ |
||||
width: 1050px; |
||||
margin: auto; |
||||
} |
||||
.max_box>div:nth-of-type(1){ |
||||
width: 100%; |
||||
text-align: center; |
||||
} |
||||
.telbox{ |
||||
display: flex; |
||||
flex-direction: column; |
||||
border: 2px solid #000000; |
||||
margin-top: 10px; |
||||
} |
||||
.titl_tb{ |
||||
display: flex; |
||||
align-items: center; |
||||
flex: 1; |
||||
} |
||||
.titl_tb>div{ |
||||
border-right: 2px solid #000000; |
||||
border-bottom: 2px solid #000000; |
||||
line-height: 26px; |
||||
padding-left: 5px; |
||||
font-size: 10px; |
||||
} |
||||
.titl_tb>div:nth-last-child(1){ |
||||
border-right: none; |
||||
} |
||||
.titl_tb:nth-last-child(1)>div{ |
||||
border-bottom: none; |
||||
} |
||||
.titl_tb>div:nth-of-type(1){ |
||||
width: 9%; |
||||
} |
||||
.titl_tb>div:nth-of-type(2){ |
||||
width: 11%; |
||||
} |
||||
.titl_tb>div:nth-of-type(3){ |
||||
width: 15%; |
||||
} |
||||
.titl_tb>div:nth-of-type(4){ |
||||
width: 15%; |
||||
} |
||||
.titl_tb>div:nth-of-type(5){ |
||||
width: 10%; |
||||
} |
||||
.titl_tb>div:nth-of-type(6){ |
||||
width: 10%; |
||||
} |
||||
.titl_tb>div:nth-of-type(7){/* 车号 */ |
||||
width: 15%; |
||||
} |
||||
.titl_tb>div:nth-of-type(8){ |
||||
width: 16%; |
||||
} |
||||
.titl_tb>div:nth-of-type(9){ /* 现长度 */ |
||||
width: 16%; |
||||
} |
||||
.titl_tb>div:nth-of-type(10){ |
||||
width: 10%; |
||||
} |
||||
.titl_tb>div:nth-of-type(11){ |
||||
width:10%; |
||||
} |
||||
.titl_tb>div:nth-of-type(12){ |
||||
width:11%; |
||||
} |
||||
.titl_tb>div:nth-of-type(13){ |
||||
flex:8%; |
||||
} |
||||
.maxbiox{ |
||||
display: flex; |
||||
flex-direction: column; |
||||
} |
||||
</style> |
||||
<style> |
||||
.dayinann{ |
||||
width: 100px; |
||||
height: 40px; |
||||
background-color: #0ea5fd; |
||||
color: #ffffff; |
||||
border-radius: 5px; |
||||
border: none; |
||||
outline: none; |
||||
margin-top: 50px; |
||||
position: relative; |
||||
left: 50%; |
||||
transform: translate(-50%); |
||||
} |
||||
</style> |
||||
</head> |
||||
<body> |
||||
<!--startprint--> |
||||
<div class="max_box"> |
||||
<div>新疆分公司2022年度废旧电缆台账</div> |
||||
<div class="telbox"> |
||||
<div class="titl_tb"> |
||||
<div>序号</div> |
||||
<div>报废日期</div> |
||||
<div>原盘号</div> |
||||
<div>现盘号</div> |
||||
<div>电缆规格</div> |
||||
<div>缴料队组</div> |
||||
<div>车号</div> |
||||
<div>原长度(米)</div> |
||||
<div>现长度(米)</div> |
||||
<div>缴料人</div> |
||||
<div>存放地</div> |
||||
<div>报废原因</div> |
||||
<div>备注</div> |
||||
</div> |
||||
<div class="maxbiox"> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<!--endprint--> |
||||
<!-- <button class="dayinann" onclick="printpreview();">预览</button>--> |
||||
<button class="dayinann" onclick="preview()">打印</button> |
||||
</body> |
||||
<script> |
||||
let dom1=document.getElementsByClassName('maxbiox')[0] |
||||
let htmls='' |
||||
for(let i=1;i<2;i++){ |
||||
htmls+=`<div class="titl_tb"> |
||||
<div>${i}</div> |
||||
<div>2022.12.11</div> |
||||
<div>盘号${24561+i}</div> |
||||
<div>盘号${11231+i}</div> |
||||
<div>中${i}mm</div> |
||||
<div>c3512</div> |
||||
<div>川A45689</div> |
||||
<div>6500</div> |
||||
<div>3000</div> |
||||
<div>杨乐</div> |
||||
<div>电缆厂</div> |
||||
<div>绝缘问题</div> |
||||
<div>暂无</div> |
||||
</div>` |
||||
} |
||||
dom1.innerHTML=htmls |
||||
console.log(dom1); |
||||
function preview() { |
||||
bdhtml = window.document.body.innerHTML; |
||||
sprnstr = "<!--startprint-->"; //开始打印标识字符串有17个字符 |
||||
eprnstr = "<!--endprint-->"; //结束打印标识字符串 |
||||
prnhtml = bdhtml.substr(bdhtml.indexOf(sprnstr) + 17); //从开始打印标识之后的内容 |
||||
prnhtml = prnhtml.substring(0, prnhtml.indexOf(eprnstr)); //截取开始标识和结束标识之间的内容 |
||||
window.document.body.innerHTML = prnhtml; //把需要打印的指定内容赋给body.innerHTML |
||||
window.print(); //调用浏览器的打印功能打印指定区域 |
||||
window.document.body.innerHTML = bdhtml; //重新给页面内容赋值; |
||||
return false; |
||||
} |
||||
function printpreview(){ |
||||
// wb.execwb(7,1); |
||||
bdhtml = window.document.body.innerHTML; |
||||
sprnstr = "<!--startprint-->"; //开始打印标识字符串有17个字符 |
||||
eprnstr = "<!--endprint-->"; //结束打印标识字符串 |
||||
prnhtml = bdhtml.substr(bdhtml.indexOf(sprnstr) + 17); //从开始打印标识之后的内容 |
||||
prnhtml = prnhtml.substring(0, prnhtml.indexOf(eprnstr)); //截取开始标识和结束标识之间的内容 |
||||
window.document.body.innerHTML = prnhtml; //把需要打印的指定内容赋给body.innerHTML |
||||
// window.print(); //调用浏览器的打印功能打印指定区域 |
||||
// window.document.body.innerHTML = bdhtml; //重新给页面内容赋值; |
||||
return false; |
||||
} |
||||
//监听vue页面传递过来的值 |
||||
window.addEventListener('message', messageEvent=> { |
||||
// console.log(messageEvent,'messageEvent---------------') |
||||
// console.log('是否存在messageEvent:',messageEvent.source); |
||||
// console.log('是否存在:window',window.parent.window.paren); |
||||
if(messageEvent.source!=window.parent.window.parent) { |
||||
return ; |
||||
}; |
||||
console.log('儿子收到vue的数据:',messageEvent.data); |
||||
}); |
||||
|
||||
// window.addEventListener('message', function (messageEvent) { |
||||
// var data = messageEvent.data; |
||||
// console.log(data) |
||||
// }, false); |
||||
|
||||
</script> |
||||
</html> |
@ -0,0 +1,145 @@
|
||||
<!DOCTYPE html> |
||||
<html lang="en"> |
||||
<head> |
||||
<meta charset="UTF-8"> |
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
||||
<title>回收台账</title> |
||||
<style> |
||||
body{ |
||||
padding: 0; |
||||
margin: 0; |
||||
} |
||||
.max_box{ |
||||
width: 756px; |
||||
margin: auto; |
||||
} |
||||
.max_box>div:nth-of-type(1){ |
||||
text-align: center; |
||||
} |
||||
.telbox{ |
||||
display: flex; |
||||
flex-direction: column; |
||||
border: 2px solid #000000; |
||||
margin-top: 10px; |
||||
} |
||||
.titl_tb{ |
||||
display: flex; |
||||
align-items: center; |
||||
flex: 1; |
||||
} |
||||
.titl_tb>div{ |
||||
border-right: 2px solid #000000; |
||||
border-bottom: 2px solid #000000; |
||||
line-height: 26px; |
||||
padding-left: 5px; |
||||
font-size: 14px; |
||||
} |
||||
.titl_tb>div:nth-last-child(1){ |
||||
border-right: none; |
||||
} |
||||
.titl_tb:nth-last-child(1)>div{ |
||||
border-bottom: none; |
||||
} |
||||
.titl_tb>div:nth-of-type(1){ |
||||
width: 8%; |
||||
} |
||||
.titl_tb>div:nth-of-type(2){ |
||||
width: 12%; |
||||
} |
||||
.titl_tb>div:nth-of-type(3){ |
||||
width: 10%; |
||||
} |
||||
.titl_tb>div:nth-of-type(4){ |
||||
width:10%; |
||||
} |
||||
.titl_tb>div:nth-of-type(5){ |
||||
width: 10%; |
||||
} |
||||
.titl_tb>div:nth-of-type(6){ |
||||
width: 10%; |
||||
} |
||||
.titl_tb>div:nth-of-type(7){ /* 车号 */ |
||||
width:10%; |
||||
} |
||||
.titl_tb>div:nth-of-type(8){ |
||||
width: 13%; |
||||
} |
||||
.titl_tb>div:nth-of-type(9){ |
||||
width: 10%; |
||||
} |
||||
.maxbiox{ |
||||
display: flex; |
||||
flex-direction: column; |
||||
} |
||||
</style> |
||||
<style> |
||||
.dayinann{ |
||||
width: 100px; |
||||
height: 40px; |
||||
background-color: #0ea5fd; |
||||
color: #ffffff; |
||||
border-radius: 5px; |
||||
border: none; |
||||
outline: none; |
||||
margin-top: 50px; |
||||
position: relative; |
||||
left: 50%; |
||||
transform: translate(-50%); |
||||
} |
||||
</style> |
||||
</head> |
||||
<body> |
||||
<!--startprint--> |
||||
<div class="max_box"> |
||||
<div>新疆分公司2022年度废旧电缆台账</div> |
||||
<div class="telbox"> |
||||
<div class="titl_tb"> |
||||
<div>序号</div> |
||||
<div>物料码</div> |
||||
<div>名称</div> |
||||
<div>型号规格</div> |
||||
<div>单位</div> |
||||
<div>数量</div> |
||||
<div>存放地点</div> |
||||
<div>报废原因</div> |
||||
<div>备注</div> |
||||
</div> |
||||
<div class="maxbiox"> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<!--endprint--> |
||||
<button class="dayinann" onclick="preview()">打印</button> |
||||
</body> |
||||
<script> |
||||
let dom1=document.getElementsByClassName('maxbiox')[0] |
||||
let htmls='' |
||||
for(let i=1;i<10;i++){ |
||||
htmls+=`<div class="titl_tb"> |
||||
<div>${i}</div> |
||||
<div>${i}</div> |
||||
<div>电缆</div> |
||||
<div>8mm</div> |
||||
<div>中国石油</div> |
||||
<div>${i+10}</div> |
||||
<div>电缆厂</div> |
||||
<div>绝缘失效</div> |
||||
<div>备注</div> |
||||
</div>` |
||||
} |
||||
dom1.innerHTML=htmls |
||||
console.log(dom1); |
||||
function preview() { |
||||
bdhtml = window.document.body.innerHTML; |
||||
sprnstr = "<!--startprint-->"; //开始打印标识字符串有17个字符 |
||||
eprnstr = "<!--endprint-->"; //结束打印标识字符串 |
||||
prnhtml = bdhtml.substr(bdhtml.indexOf(sprnstr) + 17); //从开始打印标识之后的内容 |
||||
prnhtml = prnhtml.substring(0, prnhtml.indexOf(eprnstr)); //截取开始标识和结束标识之间的内容 |
||||
window.document.body.innerHTML = prnhtml; //把需要打印的指定内容赋给body.innerHTML |
||||
window.print(); //调用浏览器的打印功能打印指定区域 |
||||
window.document.body.innerHTML = bdhtml; //重新给页面内容赋值; |
||||
return false; |
||||
} |
||||
</script> |
||||
</html> |
@ -1,13 +1,116 @@
|
||||
<template> |
||||
|
||||
<div class="search"> |
||||
<a-row style="position:relative"> |
||||
<img :src="imgUrl" /> |
||||
<a-spin size="large" fix v-if="loadingImg"></a-spin> |
||||
</a-row> |
||||
</div> |
||||
</template> |
||||
|
||||
<script> |
||||
import { JeecgListMixin } from '@/mixins/JeecgListMixin' |
||||
import { activitiMixin } from '@/views/activiti/mixins/activitiMixin' |
||||
export default { |
||||
name: 'LndustrialExplosiveComeFlowChart' |
||||
} |
||||
</script> |
||||
name: "LndustrialExplosiveComeFlowChart", |
||||
mixins:[activitiMixin,JeecgListMixin], |
||||
props: { |
||||
/**/ |
||||
procInstId: { |
||||
type: String, |
||||
default: '', |
||||
required: true |
||||
}, |
||||
pictureId: { |
||||
type: String, |
||||
default: '', |
||||
required: true |
||||
}, |
||||
lcModa: { |
||||
type: Object, |
||||
required: false |
||||
} |
||||
}, |
||||
data() { |
||||
return { |
||||
url:{ |
||||
historicFlow:'/actTask/historicFlow/', |
||||
getHighlightImg:`${window._CONFIG['domianURL']}/activiti/models/getHighlightImg/`, |
||||
getNormalImg:`${window._CONFIG['domianURL']}/activiti/models/getNormalImg/` |
||||
}, |
||||
type: 0, |
||||
loading: false, // 表单加载状态 |
||||
loadingImg: false, |
||||
data: [], |
||||
id: "", |
||||
imgUrl: "", |
||||
backRoute: "" |
||||
}; |
||||
}, |
||||
created() { |
||||
console.log(this.pictureId,'1111111111') |
||||
|
||||
if (this.pictureId){ |
||||
this.initNormal(); |
||||
} |
||||
|
||||
}, |
||||
watch: { |
||||
procInstId:function(newval ,oldName) { |
||||
this.init(); |
||||
}, |
||||
pictureId:function() { |
||||
|
||||
} |
||||
}, |
||||
methods: { |
||||
loadData(){ |
||||
|
||||
}, |
||||
init() { |
||||
this.id = this.procInstId; |
||||
this.imgUrl =this.url.getHighlightImg + this.id + "?time=" + new Date(); |
||||
this.getDataList(); |
||||
}, |
||||
initNormal() { |
||||
this.id = this.pictureId; |
||||
this.imgUrl =this.url.getNormalImg + this.id + "?time=" + new Date(); |
||||
}, |
||||
getDataList() { |
||||
this.loading = true; |
||||
this.getAction(this.url.historicFlow+this.id).then(res => { |
||||
this.loading = false; |
||||
if (res.success) { |
||||
this.data = res.result; |
||||
if (!res.result || res.result.length == 0) { |
||||
this.$message.info( "未找到该记录审批历史数据,历史数据可能已被删除"); |
||||
} |
||||
}else { |
||||
this.$message.error( res.message); |
||||
} |
||||
}); |
||||
}, |
||||
handleTableChange(pagination, filters, sorter) { |
||||
//分页、排序、筛选变化时触发 |
||||
//TODO 筛选 |
||||
if (Object.keys(sorter).length > 0) { |
||||
this.isorter.column = sorter.field; |
||||
this.isorter.order = "ascend" == sorter.order ? "asc" : "desc" |
||||
} |
||||
this.ipagination = pagination; |
||||
// this.loadData(); |
||||
}, |
||||
callback(key){ |
||||
}, |
||||
afterSub(){ |
||||
|
||||
<style scoped> |
||||
}, |
||||
// pass(v){ |
||||
// this.$emit('passTask',v) |
||||
// }, |
||||
// back(v){ |
||||
// this.$emit('backTask',v) |
||||
// } |
||||
}, |
||||
|
||||
</style> |
||||
}; |
||||
</script> |
@ -1,13 +1,123 @@
|
||||
<template> |
||||
<div class="search"> |
||||
<a-row style="position:relative"> |
||||
<img :src="imgUrl" /> |
||||
<a-spin size="large" fix v-if="loadingImg"></a-spin> |
||||
</a-row> |
||||
|
||||
</div> |
||||
</template> |
||||
|
||||
<script> |
||||
import { JeecgListMixin } from '@/mixins/JeecgListMixin' |
||||
import { activitiMixin } from '@/views/activiti/mixins/activitiMixin' |
||||
export default { |
||||
name: "LndustrialExplosiveEnterFlowChart" |
||||
} |
||||
</script> |
||||
name: "LndustrialExplosiveEnterFlowChart", |
||||
mixins:[activitiMixin,JeecgListMixin], |
||||
props: { |
||||
/**/ |
||||
procInstId: { |
||||
type: String, |
||||
default: '', |
||||
required: true |
||||
}, |
||||
pictureId: { |
||||
type: String, |
||||
default: '', |
||||
required: true |
||||
}, |
||||
lcModa: { |
||||
type: Object, |
||||
required: false |
||||
} |
||||
}, |
||||
data() { |
||||
return { |
||||
url:{ |
||||
historicFlow:'/actTask/historicFlow/', |
||||
getHighlightImg:`${window._CONFIG['domianURL']}/activiti/models/getHighlightImg/`, |
||||
getNormalImg:`${window._CONFIG['domianURL']}/activiti/models/getNormalImg/` |
||||
}, |
||||
type: 0, |
||||
loading: false, // 表单加载状态 |
||||
loadingImg: false, |
||||
data: [], |
||||
id: "", |
||||
imgUrl: "", |
||||
backRoute: "" |
||||
}; |
||||
}, |
||||
created() { |
||||
console.log(this.pictureId,'1111111111') |
||||
|
||||
<style scoped> |
||||
if (this.pictureId){ |
||||
this.initNormal(); |
||||
} |
||||
// if (!this.pictrueId){ |
||||
// |
||||
// |
||||
// }else { |
||||
// |
||||
// |
||||
// } |
||||
}, |
||||
watch: { |
||||
procInstId:function(newval ,oldName) { |
||||
this.init(); |
||||
}, |
||||
pictureId:function() { |
||||
|
||||
</style> |
||||
} |
||||
}, |
||||
methods: { |
||||
loadData(){ |
||||
|
||||
}, |
||||
init() { |
||||
this.id = this.procInstId; |
||||
this.imgUrl =this.url.getHighlightImg + this.id + "?time=" + new Date(); |
||||
this.getDataList(); |
||||
}, |
||||
initNormal() { |
||||
this.id = this.pictureId; |
||||
this.imgUrl =this.url.getNormalImg + this.id + "?time=" + new Date(); |
||||
}, |
||||
getDataList() { |
||||
this.loading = true; |
||||
this.getAction(this.url.historicFlow+this.id).then(res => { |
||||
this.loading = false; |
||||
if (res.success) { |
||||
this.data = res.result; |
||||
if (!res.result || res.result.length == 0) { |
||||
this.$message.info( "未找到该记录审批历史数据,历史数据可能已被删除"); |
||||
} |
||||
}else { |
||||
this.$message.error( res.message); |
||||
} |
||||
}); |
||||
}, |
||||
handleTableChange(pagination, filters, sorter) { |
||||
//分页、排序、筛选变化时触发 |
||||
//TODO 筛选 |
||||
if (Object.keys(sorter).length > 0) { |
||||
this.isorter.column = sorter.field; |
||||
this.isorter.order = "ascend" == sorter.order ? "asc" : "desc" |
||||
} |
||||
this.ipagination = pagination; |
||||
// this.loadData(); |
||||
}, |
||||
callback(key){ |
||||
}, |
||||
afterSub(){ |
||||
|
||||
}, |
||||
// pass(v){ |
||||
// this.$emit('passTask',v) |
||||
// }, |
||||
// back(v){ |
||||
// this.$emit('backTask',v) |
||||
// } |
||||
}, |
||||
|
||||
}; |
||||
</script> |
@ -1,386 +1,123 @@
|
||||
<template> |
||||
<a-card :bordered="false" style="height: 830px"> |
||||
<!-- 查询区域 --> |
||||
<div class="table-page-search-wrapper"> |
||||
<a-form layout="inline" @keyup.enter.native="searchQuery"> |
||||
<a-row :gutter="24"> |
||||
</a-row> |
||||
</a-form> |
||||
</div> |
||||
<!-- 查询区域-END --> |
||||
<div class="search"> |
||||
<a-row style="position:relative"> |
||||
<img :src="imgUrl" /> |
||||
<a-spin size="large" fix v-if="loadingImg"></a-spin> |
||||
</a-row> |
||||
|
||||
<!-- 操作按钮区域 --> |
||||
<div class="table-operator"> |
||||
<!-- <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>--> |
||||
<!-- <a-button type="primary" icon="download" @click="handleExportXls('物资出库流程')">导出</a-button>--> |
||||
<!-- <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">--> |
||||
<!-- <a-button type="primary" icon="import">导入</a-button>--> |
||||
<!-- </a-upload>--> |
||||
<!-- <!– 高级查询区域 –>--> |
||||
<!-- <j-super-query :fieldList="superFieldList" ref="superQueryModal" @handleSuperQuery="handleSuperQuery"></j-super-query>--> |
||||
</div> |
||||
|
||||
<!-- table区域-begin --> |
||||
<div> |
||||
<!-- <div class="ant-alert ant-alert-info" style="margin-bottom: 16px;">--> |
||||
<!-- <i class="anticon anticon-info-circle ant-alert-icon"></i> 已选择 <a style="font-weight: 600">{{ selectedRowKeys.length }}</a>项--> |
||||
<!-- <a style="margin-left: 24px" @click="onClearSelected">清空</a>--> |
||||
<!-- </div>--> |
||||
|
||||
<a-table |
||||
ref="table" |
||||
size="middle" |
||||
bordered |
||||
rowKey="id" |
||||
class="j-table-force-nowrap" |
||||
:scroll="{x:true}" |
||||
:columns="columns" |
||||
:dataSource="dataSource" |
||||
:pagination="ipagination" |
||||
:loading="loading" |
||||
:customRow="clickThenSelect" |
||||
@change="handleTableChange"> |
||||
|
||||
<template slot="htmlSlot" slot-scope="text"> |
||||
<div v-html="text"></div> |
||||
</template> |
||||
<template slot="imgSlot" slot-scope="text"> |
||||
<span v-if="!text" style="font-size: 12px;font-style: italic;">无图片</span> |
||||
<img v-else :src="getImgView(text)" height="25px" alt="" style="max-width:80px;font-size: 12px;font-style: italic;"/> |
||||
</template> |
||||
<template slot="fileSlot" slot-scope="text"> |
||||
<span v-if="!text" style="font-size: 12px;font-style: italic;">无文件</span> |
||||
<a-button |
||||
v-else |
||||
:ghost="true" |
||||
type="primary" |
||||
icon="download" |
||||
size="small" |
||||
@click="downloadFile(text)"> |
||||
下载 |
||||
</a-button> |
||||
</template> |
||||
|
||||
<span slot="action" slot-scope="text, record"> |
||||
<a @click="handleEnterDetail(record)">详情</a> |
||||
|
||||
<!-- <a-divider type="vertical" />--> |
||||
<!-- <a-dropdown>--> |
||||
<!-- <a class="ant-dropdown-link">更多 <a-icon type="down" /></a>--> |
||||
<!-- <a-menu slot="overlay">--> |
||||
<!-- <a-menu-item>--> |
||||
<!-- <a-popconfirm title="确定删除吗?" @confirm="() => handleDelete(record.id)">--> |
||||
<!-- <a>删除</a>--> |
||||
<!-- </a-popconfirm>--> |
||||
<!-- </a-menu-item>--> |
||||
<!-- </a-menu>--> |
||||
<!-- </a-dropdown>--> |
||||
</span> |
||||
|
||||
</a-table> |
||||
</div> |
||||
|
||||
<!-- <a-tabs defaultActiveKey="1">--> |
||||
<!-- <a-tab-pane tab="物资出库流程出库清单" key="1" >--> |
||||
<!-- <ProcessMaterialsDeliveryListList :mainId="selectedMainId" />--> |
||||
<!-- </a-tab-pane>--> |
||||
<!-- </a-tabs>--> |
||||
|
||||
<!-- <processMaterialsDelivery-modal ref="modalForm" @ok="modalFormOk"></processMaterialsDelivery-modal>--> |
||||
</a-card> |
||||
</div> |
||||
</template> |
||||
|
||||
<script> |
||||
import { JeecgListMixin } from '@/mixins/JeecgListMixin' |
||||
import { activitiMixin } from '@/views/activiti/mixins/activitiMixin' |
||||
export default { |
||||
name: "ProcessMaterialsDeliveryFlowChart", |
||||
mixins:[activitiMixin,JeecgListMixin], |
||||
props: { |
||||
/**/ |
||||
procInstId: { |
||||
type: String, |
||||
default: '', |
||||
required: true |
||||
}, |
||||
pictureId: { |
||||
type: String, |
||||
default: '', |
||||
required: true |
||||
}, |
||||
lcModa: { |
||||
type: Object, |
||||
required: false |
||||
} |
||||
}, |
||||
data() { |
||||
return { |
||||
url:{ |
||||
historicFlow:'/actTask/historicFlow/', |
||||
getHighlightImg:`${window._CONFIG['domianURL']}/activiti/models/getHighlightImg/`, |
||||
getNormalImg:`${window._CONFIG['domianURL']}/activiti/models/getNormalImg/` |
||||
}, |
||||
type: 0, |
||||
loading: false, // 表单加载状态 |
||||
loadingImg: false, |
||||
data: [], |
||||
id: "", |
||||
imgUrl: "", |
||||
backRoute: "" |
||||
}; |
||||
}, |
||||
created() { |
||||
console.log(this.pictureId,'1111111111') |
||||
|
||||
if (this.pictureId){ |
||||
this.initNormal(); |
||||
} |
||||
// if (!this.pictrueId){ |
||||
// |
||||
// |
||||
// }else { |
||||
// |
||||
// |
||||
// } |
||||
}, |
||||
watch: { |
||||
procInstId:function(newval ,oldName) { |
||||
this.init(); |
||||
}, |
||||
pictureId:function() { |
||||
|
||||
import { JeecgListMixin } from '@/mixins/JeecgListMixin' |
||||
import ProcessMaterialsDeliveryModal from '@/views/processmaterials/modules/ProcessMaterialsDeliveryModal' |
||||
import { getAction } from '@/api/manage' |
||||
import ProcessMaterialsDeliveryListList from '@/views/processmaterials/ProcessMaterialsDeliveryListList' |
||||
import '@/assets/less/TableExpand.less' |
||||
import JSuperQuery from '@/components/jeecg/JSuperQuery.vue' |
||||
import { initDictOptions } from '@comp/dict/JDictSelectUtil' |
||||
} |
||||
}, |
||||
methods: { |
||||
loadData(){ |
||||
|
||||
export default { |
||||
name: "ProcessMaterialsDeliveryList", |
||||
mixins:[JeecgListMixin], |
||||
components: { |
||||
ProcessMaterialsDeliveryListList, |
||||
ProcessMaterialsDeliveryModal, |
||||
JSuperQuery |
||||
}, |
||||
data () { |
||||
return { |
||||
description: '物资出库流程管理页面', |
||||
// 表头 |
||||
// columns: [ |
||||
// { |
||||
// title: '#', |
||||
// dataIndex: '', |
||||
// key:'rowIndex', |
||||
// width:60, |
||||
// align:"center", |
||||
// customRender:function (t,r,index) { |
||||
// return parseInt(index)+1; |
||||
// } |
||||
// }, |
||||
// { |
||||
// title:'器材编号', |
||||
// align:"center", |
||||
// dataIndex: 'equipment', |
||||
// }, |
||||
// { |
||||
// title:'WBS', |
||||
// align:"center", |
||||
// dataIndex: 'wbs_dictText', |
||||
// }, |
||||
// { |
||||
// title:'物料名称及规格型号', |
||||
// align:"center", |
||||
// dataIndex: 'materialName', |
||||
// }, |
||||
// { |
||||
// title:'单位', |
||||
// align:"center", |
||||
// dataIndex: 'materialUnit', |
||||
// }, |
||||
// { |
||||
// title:'请发数', |
||||
// align:"center", |
||||
// dataIndex: 'pleaseSendNumber' |
||||
// }, |
||||
// { |
||||
// title:'实发数', |
||||
// align:"center", |
||||
// dataIndex: 'actualSendNumber' |
||||
// }, |
||||
// { |
||||
// title:'供货商', |
||||
// align:"center", |
||||
// dataIndex: 'supplier', |
||||
// }, |
||||
// { |
||||
// title:'单价', |
||||
// align:"center", |
||||
// dataIndex: 'materialPrice' |
||||
// }, |
||||
// { |
||||
// title:'金额', |
||||
// align:"center", |
||||
// dataIndex: 'materialAmount' |
||||
// }, |
||||
// { |
||||
// title:'用途', |
||||
// align:"center", |
||||
// dataIndex: 'purpose', |
||||
// fixed:"right", |
||||
// }, |
||||
// { |
||||
// title: '操作', |
||||
// dataIndex: 'action', |
||||
// align:"center", |
||||
// fixed:"right", |
||||
// width:147, |
||||
// scopedSlots: { customRender: 'action' }, |
||||
// } |
||||
// |
||||
// /*{ |
||||
// title: '操作', |
||||
// dataIndex: 'action', |
||||
// align:"center", |
||||
// fixed:"right", |
||||
// width:147, |
||||
// scopedSlots: { customRender: 'action' }, |
||||
// }*/ |
||||
// ], |
||||
// url: { |
||||
// list: "/hy/processMaterialsDelivery/list", |
||||
// // list: "/hy/processMaterialsDelivery/queryProcessMaterialsDeliveryListByMainId", |
||||
// delete: "/hy/processMaterialsDelivery/deleteProcessMaterialsDeliveryList", |
||||
// deleteBatch: "/hy/processMaterialsDelivery/deleteBatchProcessMaterialsDeliveryList", |
||||
// exportXlsUrl: "/hy/processMaterialsDelivery/exportProcessMaterialsDeliveryList", |
||||
// importUrl: "/hy/processMaterialsDelivery/importProcessMaterialsDeliveryList", |
||||
// }, |
||||
columns: [ |
||||
{ |
||||
title: '序号', |
||||
dataIndex: '', |
||||
key:'rowIndex', |
||||
width:60, |
||||
align:"center", |
||||
customRender:function (t,r,index) { |
||||
return parseInt(index)+1; |
||||
} |
||||
}, |
||||
{ |
||||
title:'流程发起公司', |
||||
align:"center", |
||||
dataIndex: 'company_dictText', |
||||
}, |
||||
{ |
||||
title:'流程发起时间', |
||||
align:"center", |
||||
dataIndex: 'createTime' |
||||
}, |
||||
{ |
||||
title:'流程发起部门', |
||||
align:"center", |
||||
dataIndex: 'sysOrgCode_dictText', |
||||
}, |
||||
{ |
||||
title:'流程发起人', |
||||
align:"center", |
||||
dataIndex: 'createBy' |
||||
}, |
||||
{ |
||||
title:'物资类型', |
||||
align:"center", |
||||
dataIndex: 'materialType_dictText', |
||||
}, |
||||
{ |
||||
title:'出库时间', |
||||
align:"center", |
||||
dataIndex: 'deliveryTime', |
||||
customRender:function (text) { |
||||
return !text?"":(text.length>10?text.substr(0,10):text) |
||||
} |
||||
}, |
||||
// { |
||||
// title:'文件id', |
||||
// align:"center", |
||||
// dataIndex: 'fileId', |
||||
// scopedSlots: {customRender: 'fileSlot'} |
||||
// }, |
||||
{ |
||||
title: '操作', |
||||
dataIndex: 'action', |
||||
align:"center", |
||||
fixed:"right", |
||||
width:147, |
||||
scopedSlots: { customRender: 'action' }, |
||||
} |
||||
], |
||||
url: { |
||||
list: "/hy/processMaterialsDelivery/listStockRemoval", |
||||
delete: "/hy/processMaterialsDelivery/delete", |
||||
deleteBatch: "/hy/processMaterialsDelivery/deleteBatch", |
||||
exportXlsUrl: "/hy/processMaterialsDelivery/exportXls", |
||||
importExcelUrl: "hy/processMaterialsDelivery/importExcel", |
||||
}, |
||||
dictOptions:{ |
||||
company:[], |
||||
sysOrgCode:[], |
||||
materialType:[], |
||||
}, |
||||
/* 分页参数 */ |
||||
ipagination:{ |
||||
current: 1, |
||||
pageSize: 5, |
||||
pageSizeOptions: ['5', '10', '50'], |
||||
showTotal: (total, range) => { |
||||
return range[0] + "-" + range[1] + " 共" + total + "条" |
||||
}, |
||||
showQuickJumper: true, |
||||
showSizeChanger: true, |
||||
total: 0 |
||||
}, |
||||
selectedMainId:'', |
||||
superFieldList:[], |
||||
} |
||||
init() { |
||||
this.id = this.procInstId; |
||||
this.imgUrl =this.url.getHighlightImg + this.id + "?time=" + new Date(); |
||||
this.getDataList(); |
||||
}, |
||||
created() { |
||||
this.getSuperFieldList(); |
||||
initNormal() { |
||||
this.id = this.pictureId; |
||||
this.imgUrl =this.url.getNormalImg + this.id + "?time=" + new Date(); |
||||
}, |
||||
getDataList() { |
||||
this.loading = true; |
||||
this.getAction(this.url.historicFlow+this.id).then(res => { |
||||
this.loading = false; |
||||
if (res.success) { |
||||
this.data = res.result; |
||||
if (!res.result || res.result.length == 0) { |
||||
this.$message.info( "未找到该记录审批历史数据,历史数据可能已被删除"); |
||||
} |
||||
}else { |
||||
this.$message.error( res.message); |
||||
} |
||||
}); |
||||
}, |
||||
computed: { |
||||
importExcelUrl: function(){ |
||||
return `${window._CONFIG['domianURL']}/${this.url.importExcelUrl}`; |
||||
handleTableChange(pagination, filters, sorter) { |
||||
//分页、排序、筛选变化时触发 |
||||
//TODO 筛选 |
||||
if (Object.keys(sorter).length > 0) { |
||||
this.isorter.column = sorter.field; |
||||
this.isorter.order = "ascend" == sorter.order ? "asc" : "desc" |
||||
} |
||||
this.ipagination = pagination; |
||||
// this.loadData(); |
||||
}, |
||||
callback(key){ |
||||
}, |
||||
methods: { |
||||
afterSub(){ |
||||
|
||||
|
||||
handleEnterDetail(records){ |
||||
console.log(records) |
||||
this.$router.push({ |
||||
name:'src-views-accessrecords-plan-ProcessMaterialWarehousingPlan', |
||||
params:{ |
||||
item: records.id, |
||||
merchandiseName: " - "+records.materialType_dictText, |
||||
}}) |
||||
}, |
||||
}, |
||||
// pass(v){ |
||||
// this.$emit('passTask',v) |
||||
// }, |
||||
// back(v){ |
||||
// this.$emit('backTask',v) |
||||
// } |
||||
}, |
||||
|
||||
initDictConfig(){ |
||||
initDictOptions('sys_depart,depart_name,id').then((res) => { |
||||
if (res.success) { |
||||
this.$set(this.dictOptions, 'company', res.result) |
||||
} |
||||
}) |
||||
initDictOptions('sys_depart,depart_name,id').then((res) => { |
||||
if (res.success) { |
||||
this.$set(this.dictOptions, 'sysOrgCode', res.result) |
||||
} |
||||
}) |
||||
initDictOptions('').then((res) => { |
||||
if (res.success) { |
||||
this.$set(this.dictOptions, 'materialType', res.result) |
||||
} |
||||
}) |
||||
}, |
||||
clickThenSelect(record) { |
||||
return { |
||||
on: { |
||||
click: () => { |
||||
this.onSelectChange(record.id.split(","), [record]); |
||||
} |
||||
} |
||||
} |
||||
}, |
||||
onClearSelected() { |
||||
this.selectedRowKeys = []; |
||||
this.selectionRows = []; |
||||
this.selectedMainId='' |
||||
}, |
||||
onSelectChange(selectedRowKeys, selectionRows) { |
||||
this.selectedMainId=selectedRowKeys[0] |
||||
this.selectedRowKeys = selectedRowKeys; |
||||
this.selectionRows = selectionRows; |
||||
}, |
||||
loadData(arg) { |
||||
if(!this.url.list){ |
||||
this.$message.error("请设置url.list属性!") |
||||
return |
||||
} |
||||
//加载数据 若传入参数1则加载第一页的内容 |
||||
if (arg === 1) { |
||||
this.ipagination.current = 1; |
||||
} |
||||
this.onClearSelected() |
||||
var params = this.getQueryParams();//查询条件 |
||||
this.loading = true; |
||||
getAction(this.url.list, params).then((res) => { |
||||
if (res.success) { |
||||
this.dataSource = res.result.records; |
||||
this.ipagination.total = res.result.total; |
||||
} |
||||
if(res.code===510){ |
||||
this.$message.warning(res.message) |
||||
} |
||||
this.loading = false; |
||||
}) |
||||
}, |
||||
getSuperFieldList(){ |
||||
let fieldList=[]; |
||||
fieldList.push({type:'sel_depart',value:'company',text:'流程发起公司'}) |
||||
fieldList.push({type:'datetime',value:'createTime',text:'流程发起时间'}) |
||||
fieldList.push({type:'sel_depart',value:'sysOrgCode',text:'流程发起部门'}) |
||||
fieldList.push({type:'sel_user',value:'createBy',text:'流程发起人'}) |
||||
fieldList.push({type:'int',value:'materialType',text:'物资类型',dictCode:''}) |
||||
fieldList.push({type:'date',value:'deliveryTime',text:'出库时间'}) |
||||
fieldList.push({type:'string',value:'fileId',text:'文件id',dictCode:''}) |
||||
this.superFieldList = fieldList |
||||
} |
||||
} |
||||
} |
||||
</script> |
||||
<style scoped> |
||||
@import '~@assets/less/common.less' |
||||
</style> |
||||
}; |
||||
</script> |
@ -1,15 +1,128 @@
|
||||
<template> |
||||
<div> |
||||
入报表 |
||||
<div > |
||||
<a-card :bordered="false" style="width: 100%;height: 730px"> |
||||
|
||||
<div class="table-operator" style="width: 18%"> |
||||
<!-- <a-button type="primary">--> |
||||
<!-- 预览--> |
||||
<!-- </a-button>--> |
||||
|
||||
</div> |
||||
<div style="width: 100%;height: 80%"> |
||||
<iframe class="iframe" |
||||
:src="srcHtml" |
||||
frameborder="0" |
||||
ref="iframes" |
||||
style="width: 100%;height: 100%" |
||||
> |
||||
|
||||
</iframe> |
||||
</div> |
||||
|
||||
|
||||
|
||||
</a-card> |
||||
|
||||
</div> |
||||
</template> |
||||
|
||||
<script> |
||||
import { getAction } from '@api/manage' |
||||
import { mixinDevice } from '@/utils/mixin' |
||||
import { JeecgListMixin } from '@/mixins/JeecgListMixin' |
||||
|
||||
export default { |
||||
name: "ProcessMaterialWarehousingStatement" |
||||
name: "ProcessMaterialWarehousingStatement", |
||||
mixins:[JeecgListMixin,mixinDevice], |
||||
props:{ |
||||
materWared:{ |
||||
type: String, |
||||
} |
||||
}, |
||||
data(){ |
||||
return{ |
||||
showSessionId : '', |
||||
srcHtml : '', |
||||
url:{ |
||||
list: "/hy/processMaterialWarehousing/queryByIdWarehousingList", |
||||
}, |
||||
Wslist:[] |
||||
} |
||||
}, |
||||
mounted() { |
||||
// this.showSessionId = window.location.search; |
||||
this.srcHtml = '../static/废旧电缆台账.html'; |
||||
this.sendMesFroIframe(); |
||||
}, |
||||
created() { |
||||
// this.loadData(); |
||||
}, |
||||
beforeMount() { |
||||
|
||||
}, |
||||
methods:{ |
||||
//方法: |
||||
async sendMesFroIframe() { |
||||
let a = await this.loadData(); |
||||
console.log("执行了",a); |
||||
|
||||
|
||||
const mapFrame = this.$refs['iframes'] |
||||
if (mapFrame.attachEvent) { // 兼容浏览器判断 |
||||
mapFrame.attachEvent('onload', function() { |
||||
const iframeWin = mapFrame.contentWindow |
||||
iframeWin.postMessage(a, '*') |
||||
// data传递的参数 *写成子页面的域名或者是ip |
||||
}) |
||||
} else { |
||||
mapFrame.onload = function() { |
||||
const iframeWin = mapFrame.contentWindow |
||||
iframeWin.postMessage(a, '*') |
||||
} |
||||
} |
||||
|
||||
}, |
||||
|
||||
loadData() { |
||||
console.log("执行; 欧帕科夫") |
||||
return new Promise((resolve, reject) => { |
||||
if(!this.url.list){ |
||||
this.$message.error("请设置url.list属性!") |
||||
return |
||||
} |
||||
console.log(this.materWared); |
||||
this.queryParam.processMaterialWarehousingId = this.materWared; |
||||
getAction(this.url.list, this.queryParam).then((res) => { |
||||
console.log(res); |
||||
if (res.success) { |
||||
this.Wslist = res.result.records; |
||||
|
||||
} |
||||
if(res.code===510){ |
||||
this.$message.warning(res.message) |
||||
} |
||||
this.loading = false; |
||||
resolve( this.Wslist ); |
||||
}) |
||||
|
||||
}) |
||||
|
||||
}, |
||||
} |
||||
} |
||||
</script> |
||||
|
||||
<style scoped> |
||||
.iframe { |
||||
|
||||
position: absolute; |
||||
left: 0; |
||||
right: 0; |
||||
top: 10%; |
||||
bottom: 0; |
||||
width: 100%; |
||||
height: 100%; |
||||
background: #fff; |
||||
overflow-y: hidden; |
||||
} |
||||
</style> |
Loading…
Reference in new issue