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

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

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