Commit 8dadfcd6 authored by 李苏's avatar 李苏 💬

bzzxwd,调整echart,修改错别显示

parent 788bf776
......@@ -66,7 +66,7 @@ export function doDeleteDtl(query) {
/* 树节点查询 */
export function doQuerytree(query) {
return request({
url: '/aqgl/jcsj/aqwd/query/tree',
url: '/aqgl/jcsj/bzzywd/query/tree',
method: 'post',
data: query||{}
})
......
......@@ -11,7 +11,7 @@
<img v-if="['gif','jpg','jpeg','png','bmp'].indexOf(showType)!=-1" :src="url" width="100%" height="100%" border="0" >
</div>
</el-dialog>
<div id='aqwdfileAdd' style="display: none;" >
<div id='bzzywdfileAdd' style="display: none;" >
<input @change='beginUpload' id='aqglfilesonadd' ref="upload" type="file" style="display: none;">
</div>
<div class="min_full" style="width: 200px;border-right: 0px;">
......@@ -128,6 +128,9 @@
mlid:'',
title:'',
gsid:''
},
treeQueryParams:{
},
/* 表格标题对应参数*/
tableTitle: [
......@@ -161,7 +164,7 @@
this.$warning('该文件不支持预览,请直接下载')
return
}
autoAttachDownload({},'aqgl/jcsj/aqwd',row.fileId).then(res=>{
autoAttachDownload({},'aqgl/jcsj/bzzywd',row.fileId).then(res=>{
let blob = new Blob([res], {
type: 'application/'+row.fileType+';charset=UTF-8',
});
......@@ -171,7 +174,7 @@
},
creatFile(){
/* 清除老节点 */
$('#aqwdfileAdd').find('input').remove()
$('#bzzywdfileAdd').find('input').remove()
let lineEl = document.createElement('input');
let $lineEl=$(lineEl)
$lineEl.attr('type','file')
......@@ -183,7 +186,7 @@
this.beginUpload()
})
// $lineEl
$('#aqwdfileAdd').append($lineEl)
$('#bzzywdfileAdd').append($lineEl)
},
beginUpload(){
this.isupLoad=true
......@@ -216,7 +219,7 @@
}
formData.append('groupid', this.queryParams.mlid)
this.creatFile()
uploadAttachDownload(formData,'aqgl/jcsj/aqwd').then(res => {
uploadAttachDownload(formData,'aqgl/jcsj/bzzywd').then(res => {
if (res.success) {
this.$success('添加成功')
this.isupLoad=false
......@@ -257,7 +260,7 @@
},
downLoad(row){
let title=row.fileName
autoAttachDownload({},'aqgl/jcsj/aqwd',row.fileId).then(res=>{
autoAttachDownload({},'aqgl/jcsj/bzzywd',row.fileId).then(res=>{
this.down(res,row.type,title)
})
......
......@@ -24,7 +24,7 @@
</el-col>
<el-col :span="6" class="search-col">
<div class="search-item">
<span class="search-span">班组:</span>
<span class="search-span">岗位:</span>
<RelSelect linkage :linkParams="{gsid:queryParams.gsid}" style="width: 100%;" src='/aqgl/jcsj/scgw/query' clearable :match="{value:'id',label:'name'}" v-model='queryParams.gwid' ></RelSelect>
<!-- <RelSelect linkage :linkParams="{pid:queryParams.gsid}" style="width: 100%;" src='jcsj/common/bm/queryBz' filterable clearable :match="{value:'id',label:'bmmc'}" v-model='queryParams.bmid' ></RelSelect> -->
</div>
......@@ -160,7 +160,7 @@
data: fxdList,
axisLabel: {
interval:0,//代表显示所有x轴标签显示
rotate:45, //代表逆时针旋转45度
rotate:15, //代表逆时针旋转45度
}
},
yAxis: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment