1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429 |
- <template>
- <view>
- <uni-collapse class="uni-flex">
- <uni-collapse-item title="常用操作">
- <uni-grid :column="4" :square="false" :highlight="false">
- <uni-grid-item>
- <view class="grid-item-box pointer" @click="toSign1">
- <image class="img" mode="aspectFit" src="/static/icon/qianzhengshenqing.svg" ></image>
- <text class="text">签证申请单</text>
- </view>
- </uni-grid-item>
- <uni-grid-item>
- <view class="grid-item-box pointer" @click="toSign2">
- <image class="img" mode="aspectFit" src="/static/icon/qianzheng.svg" ></image>
- <text class="text">待审签证单</text>
- </view>
- </uni-grid-item>
- <uni-grid-item>
- <navigator url="../template/GetMaterialIns/GetMaterialIns">
- <view class="grid-item-box pointer">
- <image class="img" mode="aspectFit" src="/static/icon/in.svg" ></image>
- <text class="text">材料验收单</text>
- </view>
- </navigator>
- </uni-grid-item>
- <uni-grid-item>
- <view class="grid-item-box pointer" @click="selectProject">
- <image class="img" mode="aspectFit" src="/static/icon/select.svg" />
- <text class="text">选择项目</text>
- </view>
- </uni-grid-item>
- </uni-grid>
- <uni-grid :column="4" :square="false" :highlight="false">
- <uni-grid-item>
- <navigator url="../template/GetInStores/GetInStores">
- <view class="grid-item-box pointer">
- <image class="img" mode="aspectFit" src="/static/icon/lingliao.svg" />
- <text class="text">入库单</text>
- </view>
- </navigator>
- </uni-grid-item>
- <uni-grid-item>
- <navigator url="../template/GetMaterialOuts/GetMaterialOuts">
- <view class="grid-item-box pointer">
- <image class="img" mode="aspectFit" src="/static/icon/lingliao.svg" />
- <text class="text">领料单</text>
- </view>
- </navigator>
- </uni-grid-item>
- <uni-grid-item>
- <navigator url="../template/GetSafeQualityCheckDTOs/GetSafeQualityCheckDTOs?type=0">
- <view class="grid-item-box pointer">
- <image class="img" mode="aspectFit" src="/static/icon/quality.svg" />
- <text class="text">质量检查</text>
- </view>
- </navigator>
- </uni-grid-item>
- <uni-grid-item>
- <navigator url="../template/GetSafeQualityCheckDTOs/GetSafeQualityCheckDTOs?type=1">
- <view class="grid-item-box pointer">
- <image class="img" mode="aspectFit" src="/static/icon/safe.svg" />
- <text class="text">安全检查</text>
- </view>
- </navigator>
- </uni-grid-item>
- </uni-grid>
-
- <uni-grid :column="4" :square="false" :highlight="false">
- <uni-grid-item>
- <navigator url="../template/GetPmProgressDTOs/GetPmProgressDTOs">
- <view class="grid-item-box pointer">
- <image class="img" mode="aspectFit" src="/static/icon/progress.svg" />
- <text class="text">进度填报</text>
- </view>
- </navigator>
- </uni-grid-item>
- <uni-grid-item>
- <navigator url="../template/GetSafeQualityCheckDTOs/GetSafeQualityCheckDTOs?type=2">
- <view class="grid-item-box pointer">
- <image class="img" mode="aspectFit" src="/static/icon/material.svg" />
- <text class="text">材料检查</text>
- </view>
- </navigator>
- </uni-grid-item>
- <uni-grid-item>
- <navigator url="/pages/template/requisitionlist/requisitionlist?type=1">
- <view class="grid-item-box pointer">
- <image class="img" mode="aspectFit" src="/static/icon/change.svg" />
- <text class="text">变更申请单</text>
- </view>
- </navigator>
- </uni-grid-item>
- <uni-grid-item>
- <navigator url="../template/GetDesignChangesList/GetDesignChangesList">
- <view class="grid-item-box pointer">
- <image class="img" mode="aspectFit" src="/static/icon/audit.svg" />
- <text class="text">待审变更</text>
- </view>
- </navigator>
- </uni-grid-item>
-
- <uni-grid-item>
- <view class="grid-item-box pointer" @click="logout">
- <image class="img" mode="aspectFit" src="/static/icon/logout.svg" />
- <text class="text">登出</text>
- </view>
- </uni-grid-item>
- </uni-grid>
-
-
- </uni-collapse-item>
- </uni-collapse>
-
-
- <view class="qiun-columns">
- <view class="qiun-padding" style="font-size: 32rpx;">
- <text>{{tips}}</text>
- </view>
- <view v-for="(item2,index2) in talk">
- <view class="qiun-bg-white qiun-title-bar qiun-common-mt">
- <view class="qiun-title-dot-light">
- <i class="fa fa-minus marginRight" aria-hidden="true" ref='qi_title' v-if="item2.isCollapse" @click='collapse(item2,index2)'></i>
- <i class="fa fa-plus marginRight" aria-hidden="true" ref='qi_title' v-else @click='collapse(item2,index2)'></i>
- 项目({{item2.progressName}})进度图</view>
- </view>
- <view class="line"></view>
- <view ref='qi_content' class="space" v-show="item2.isCollapse">
- <!-- 工作项开始///////////////////////////////// -->
- <view v-for="(item,index) in item2.progressList" :key="index">
- <view class="space height30">
-
- <!-- 折叠标记 -->
- <i class="fa fa-minus marginRight" aria-hidden="true" ref='qi_title' v-if="item.isCollapse" @click='collapse1(item2,index2,item,index)'></i>
- <i class="fa fa-plus marginRight" aria-hidden="true" ref='qi_title' v-else @click='collapse1(item2,index2,item,index)'></i>
- <!-- 圆点标记 -->
- <i class="fa fa-circle red marginRight" aria-hidden="true" v-if="item.alertState==3" title="未按期完成"></i>
- <i class="fa fa-circle orange marginRight" aria-hidden="true" title="即将到期预警" v-else-if="item.alertState==2"></i>
- <i class="fa fa-circle green marginRight" aria-hidden="true" title="正常" v-else></i>
- {{item.nodeName}}
- <i class="fa fa-flag marginLeft red" aria-hidden="true" v-if="item.isCompanyKey==1" title="集团关键节点"></i>
-
-
- </view>
- <view class="space" v-show="item.isCollapse">
- <view class="line" ></view>
- <view class="height30">{{item.plannedStartDate}}--{{item.plannedFinishDate}} 工期:{{item.duration}}</view>
-
- <view class="height30 progress-box">
- <progress :percent="item.completePercent" show-info stroke-width="3" />
- </view>
- <view class="height30">{{item.status==1?'进行中':item.status==4?'已完成':'未开始'}}
- <navigator :url="'../template/GetpmProgressReportDTOs/GetpmProgressReportDTOs?progressNodeId='+item.progressNodeId" class="blue right">看进度报告</navigator>
- </view>
- </view>
-
- <view class="line"></view>
- </view>
- <!-- 工作项结束///////////////////////////////// -->
- </view>
- </view>
- <view class="qiun-title-bar" style="background-color: #E5FDC3;">
- <view class="qiun-title-dot-light">质量图</view>
- </view>
- <view class="qiun-charts" style="background-color: #E5FDC3;">
- <!--#ifdef MP-ALIPAY -->
- <canvas canvas-id="canvasColumn" id="canvasColumn" class="charts" style="background-color: #E5FDC3;" :width="cWidth*pixelRatio"
- :height="cHeight*pixelRatio" :style="{'width':cWidth+'px','height':cHeight+'px'}" @touchstart="touchIt($event,'canvasColumn')"></canvas>
- <!--#endif-->
- <!--#ifndef MP-ALIPAY -->
- <canvas canvas-id="canvasColumn" id="canvasColumn" class="charts" style="background-color: #E5FDC3;" @touchstart="touchIt($event,'canvasColumn')"></canvas>
- <!--#endif-->
- </view>
- <view class="qiun-bg-white qiun-title-bar qiun-common-mt">
- <view class="qiun-title-dot-light">安全图</view>
- </view>
- <view class="qiun-charts">
- <!--#ifdef MP-ALIPAY -->
- <canvas canvas-id="canvasMix" id="canvasMix" class="charts" :width="cWidth*pixelRatio" :height="cHeight*pixelRatio"
- :style="{'width':cWidth+'px','height':cHeight+'px'}" disable-scroll=true @touchstart="touchMix" @touchmove="moveMix"
- @touchend="touchEndMix"></canvas>
- <!--#endif-->
- <!--#ifndef MP-ALIPAY -->
- <canvas canvas-id="canvasMix" id="canvasMix" class="charts" disable-scroll=true @touchstart="touchMix" @touchmove="moveMix"
- @touchend="touchEndMix"></canvas>
- <!--#endif-->
- </view>
-
- </view>
- <page-foot :isShow="true" :showIndex="0"></page-foot>
- </view>
- </template>
- <script>
- import uCharts from '@/components/u-charts/u-charts.js';
- import {
- GetPmProgressItemAndReports
- } from "@/common/api/ProgressApi.js";
- import {
- showImage
- } from "@/common/api/commonApi.js";
-
- var startX, startY;
- var endPos = {},
- isScrolling;
- var _self;
- var canvasObj = {};
- export default {
- data() {
- return {
- href: '',
- state: this.$store.state,
- cWidth: '',
- cHeight: '',
- cWidth2: '', //横屏图表
- cHeight2: '', //横屏图表
- cWidth3: '', //圆弧进度图
- cHeight3: '', //圆弧进度图
- arcbarWidth: '', //圆弧进度图,进度条宽度,此设置可使各端宽度一致
- gaugeWidth: '', //仪表盘宽度,此设置可使各端宽度一致
- tips: '',
- pixelRatio: 1,
- serverData: '',
- itemCount: 30, //x轴单屏数据密度
- sliderMax: 50,
-
- //进度图表
- talk: []
- }
- },
- onLoad() {
- console.info("首页1");
- //判断登录是否超时,若超时,则跳转到登录界面
- this.$util.persistLogin(this);
- _self = this;
- //#ifdef MP-ALIPAY
- uni.getSystemInfo({
- success: function(res) {
- if (res.pixelRatio > 1) {
- //正常这里给2就行,如果pixelRatio=3性能会降低一点
- //_self.pixelRatio =res.pixelRatio;
- _self.pixelRatio = 2;
- }
- }
- });
- //#endif
- this.cWidth = uni.upx2px(750);
- this.cHeight = uni.upx2px(500);
- this.cWidth2 = uni.upx2px(700);
- this.cHeight2 = uni.upx2px(1100);
- this.cWidth3 = uni.upx2px(250);
- this.cHeight3 = uni.upx2px(250);
- this.arcbarWidth = uni.upx2px(24);
- this.gaugeWidth = uni.upx2px(30);
- },
- onReady() {
- this.getServerData();
- },
- created() {
- this.getList();
- },
- methods: {
- toSign1() {
- uni.navigateTo({
- url: '/pages/template/requisitionlist/requisitionlist?type=0'
- });
- },
- toSign2() {
- uni.navigateTo({
- url: '/pages/template/GetVises/GetVises'
- });
- },
- preventhuadong() {
- },
- getList() {
- let _this = this;
- let projectCode = _this.$util.getState(_this, 'projectCode');
- let userCode=_this.$util.getState(_this, 'userCode');
- GetPmProgressItemAndReports(projectCode,userCode).then(res => {
- console.info('GetPmProgressItemAndReports', res);
- if (res) {
-
- if (res.length > 0) {
- res.forEach(function(item, index, arr) {
- _this.talk.push(item);
- });
- console.info('talk', _this.talk);
- //console.info('talk1',_this.talk.progressList.length);
- }
- }
- });
- },
- collapse(item2,index2){ /* 折叠或展开*/
-
- console.info('collapse');
- let that=this;
- if(item2.isCollapse){
- item2.isCollapse=false;
- }
- else{
- item2.isCollapse=true;
- }
- console.info(item2);
- that.$set(that.talk,index2,item2);
- // let talk=this.talk;
- // talk.forEach(function(item,index,array){
- // that.$set(that.talk,index,item);
- // });
-
- },
- collapse1(item2,index2,item,index){
- console.info('collapse1');
- let that=this;
- if(item.isCollapse){
- item.isCollapse=false;
- }
- else{
- item.isCollapse=true;
- }
- console.info(item2);
- that.$set(that.talk,index2,item2);
- },
- logout() {
- console.info("logout");
- this.$store.commit('setIsLogin', false);
- this.$store.commit('setUser', null);
- this.$store.commit('setToken', '');
- this.$store.commit('setName', '');
- this.$store.commit('setRoles', '');
- uni.navigateTo({
- url: "/"
- });
- },
- /* 选择项目 */
- selectProject() {
- uni.navigateTo({
- url: '/pages/SelectProject/SelectProject'
- });
- },
- /* 图表 start*/
- getServerData() {
- uni.showLoading({
- title: "正在加载数据..."
- })
- uni.request({
- url: 'https://unidemo.dcloud.net.cn/hello-uniapp-ucharts-data.json',
- data: {},
- success: function(res) {
- _self.fillData(res.data);
- },
- fail: () => {
- _self.tips = "网络错误,小程序端请检查合法域名";
- },
- complete() {
- uni.hideLoading();
- }
- });
- },
- fillData(data) {
- this.serverData = data;
- this.tips = data.tips;
- this.sliderMax = data.Candle.categories.length;
- let Column = {
- categories: [],
- series: []
- };
- let ColumnMeter = {
- categories: [],
- series: []
- };
- let LineA = {
- categories: [],
- series: []
- };
- let LineB = {
- categories: [],
- series: []
- };
- let Area = {
- categories: [],
- series: []
- };
- let Pie = {
- series: []
- };
- let Ring = {
- series: []
- };
- let Funnel = {
- series: []
- };
- let Radar = {
- categories: [],
- series: []
- };
- let Arcbar1 = {
- series: []
- };
- let Arcbar2 = {
- series: []
- };
- let Arcbar3 = {
- series: []
- };
- let Gauge = {
- categories: [],
- series: []
- };
- let Candle = {
- categories: [],
- series: []
- };
- let Mix = {
- categories: [],
- series: []
- };
- //这里我后台返回的是数组,所以用等于,如果您后台返回的是单条数据,需要push进去
- Column.categories = data.Column.categories;
- //这里的series数据是后台做好的,如果您的数据没有和前面我注释掉的格式一样,请自行拼接数据
- Column.series = data.Column.series;
- ColumnMeter.categories = data.ColumnMeter.categories;
- //这里的series数据,如果为Meter,series[0]定义为外层数据,series[1]定义为内层数据
- ColumnMeter.series = data.ColumnMeter.series;
- LineA.categories = data.LineA.categories;
- LineA.series = data.LineA.series;
- LineB.categories = data.LineB.categories;
- LineB.series = data.LineB.series;
- Area.categories = data.Area.categories;
- Area.series = data.Area.series;
- Pie.series = data.Pie.series;
- Ring.series = data.Ring.series;
- Funnel.series = data.Pie.series;
- //自定义文案示例,需设置format字段
- for (let i = 0; i < Ring.series.length; i++) {
- Ring.series[i].format = () => {
- return Ring.series[i].name + Ring.series[i].data
- };
- }
- Radar.categories = data.Radar.categories;
- Radar.series = data.Radar.series;
- Arcbar1.series = data.Arcbar1.series;
- Arcbar2.series = data.Arcbar2.series;
- Arcbar3.series = data.Arcbar3.series;
- Gauge.categories = data.Gauge.categories;
- Gauge.series = data.Gauge.series;
- Candle.categories = data.Candle.categories;
- Candle.series = data.Candle.series;
- Mix.categories = data.Mix.categories;
- Mix.series = data.Mix.series;
- this.showColumn("canvasColumn", Column);
- this.showColumnMeter("canvasColumnMeter", ColumnMeter);
- this.showLineA("canvasLineA", LineA);
- this.showLineB("canvasLineB", LineB);
- this.showArea("canvasArea", Area);
- this.showPie("canvasPie", Pie);
- this.showRing("canvasRing", Ring);
- this.showFunnel("canvasFunnel", Funnel);
- this.showRadar("canvasRadar", Radar);
- this.showArcbar("canvasArcbar1", Arcbar1);
- this.showArcbar2("canvasArcbar2", Arcbar2);
- this.showArcbar3("canvasArcbar3", Arcbar3);
- this.showGauge("canvasGauge", Gauge);
- this.showCandle("canvasCandle", Candle);
- this.showMix("canvasMix", Mix);
- },
- showColumn(canvasId, chartData) {
- canvasObj[canvasId] = new uCharts({
- $this: _self,
- canvasId: canvasId,
- type: 'column',
- padding: [15, 15, 0, 15],
- legend: {
- show: true,
- padding: 5,
- lineHeight: 11,
- margin: 0,
- },
- fontSize: 11,
- background: '#FFFFFF',
- pixelRatio: _self.pixelRatio,
- animation: false,
- categories: chartData.categories,
- series: chartData.series,
- xAxis: {
- disableGrid: true,
- },
- yAxis: {
- format: (val) => {
- return val.toFixed(0) + '元'
- }
- },
- dataLabel: true,
- width: _self.cWidth * _self.pixelRatio,
- height: _self.cHeight * _self.pixelRatio,
- extra: {
- column: {
- type: 'group',
- width: _self.cWidth * _self.pixelRatio * 0.45 / chartData.categories.length
- }
- }
- });
- },
- showColumnMeter(canvasId, chartData) {
- canvasObj[canvasId] = new uCharts({
- $this: _self,
- canvasId: canvasId,
- type: 'column',
- padding: [15, 15, 0, 15],
- legend: {
- show: true,
- padding: 5,
- lineHeight: 11,
- margin: 0,
- },
- fontSize: 11,
- background: '#FFFFFF',
- pixelRatio: _self.pixelRatio,
- animation: false,
- categories: chartData.categories,
- series: chartData.series,
- xAxis: {
- disableGrid: true,
- },
- yAxis: {
- //disabled:true
- },
- dataLabel: true,
- width: _self.cWidth * _self.pixelRatio,
- height: _self.cHeight * _self.pixelRatio,
- extra: {
- column: {
- type: 'meter',
- width: _self.cWidth * _self.pixelRatio * 0.45 / chartData.categories.length,
- meter: {
- border: 4,
- fillColor: '#E5FDC3'
- }
- }
- }
- });
- },
- showLineA(canvasId, chartData) {
- canvasObj[canvasId] = new uCharts({
- $this: _self,
- canvasId: canvasId,
- type: 'line',
- fontSize: 11,
- padding: [15, 15, 0, 15],
- legend: {
- show: true,
- padding: 5,
- lineHeight: 11,
- margin: 5,
- },
- dataLabel: false,
- dataPointShape: false,
- background: '#FFFFFF',
- pixelRatio: _self.pixelRatio,
- categories: chartData.categories,
- series: chartData.series,
- animation: false,
- enableScroll: true, //开启图表拖拽功能
- xAxis: {
- disableGrid: false,
- type: 'grid',
- gridType: 'dash',
- itemCount: 4,
- scrollShow: true,
- scrollAlign: 'left',
- //scrollBackgroundColor:'#F7F7FF',//可不填写,配合enableScroll图表拖拽功能使用,X轴滚动条背景颜色,默认为 #EFEBEF
- //scrollColor:'#DEE7F7',//可不填写,配合enableScroll图表拖拽功能使用,X轴滚动条颜色,默认为 #A6A6A6
- },
- yAxis: {
- //disabled:true
- gridType: 'dash',
- splitNumber: 8,
- min: 10,
- max: 180,
- format: (val) => {
- return val.toFixed(0) + '元'
- } //如不写此方法,Y轴刻度默认保留两位小数
- },
- width: _self.cWidth * _self.pixelRatio,
- height: _self.cHeight * _self.pixelRatio,
- dataLabel: true,
- dataPointShape: true,
- extra: {
- lineStyle: 'straight'
- },
- });
- },
- showLineB(canvasId, chartData) {
- canvasObj[canvasId] = new uCharts({
- $this: _self,
- canvasId: canvasId,
- type: 'line',
- fontSize: 11,
- padding: [15, 15, 0, 15],
- legend: {
- show: true,
- padding: 5,
- lineHeight: 11,
- margin: 5,
- },
- background: '#FFFFFF',
- pixelRatio: _self.pixelRatio,
- rotate: true, //开启图表横屏
- // #ifdef MP-ALIPAY
- rotateLock: true, //百度及支付宝需要锁定旋转
- // #endif
- categories: chartData.categories,
- animation: false,
- series: chartData.series,
- xAxis: {
- disableGrid: true,
- },
- yAxis: {
- //disabled:true
- },
- width: _self.cWidth2 * _self.pixelRatio,
- height: _self.cHeight2 * _self.pixelRatio,
- dataLabel: true,
- dataPointShape: true,
- extra: {
- lineStyle: 'curve'
- },
- });
- },
- showArea(canvasId, chartData) {
- canvasObj[canvasId] = new uCharts({
- $this: _self,
- canvasId: canvasId,
- type: 'area',
- fontSize: 11,
- padding: [0, 15, 10, 15],
- legend: {
- show: true,
- position: 'top',
- float: 'center',
- itemGap: 30,
- padding: 5,
- lineHeight: 18,
- margin: 0,
- },
- dataLabel: false,
- dataPointShape: true,
- background: '#FFFFFF',
- pixelRatio: _self.pixelRatio,
- categories: chartData.categories,
- series: chartData.series,
- animation: false,
- xAxis: {
- type: 'grid',
- gridColor: '#CCCCCC',
- gridType: 'dash',
- dashLength: 8,
- boundaryGap: 'justify' //两端不留白配置
- },
- yAxis: {
- gridType: 'dash',
- gridColor: '#CCCCCC',
- dashLength: 8,
- splitNumber: 5,
- },
- width: _self.cWidth * _self.pixelRatio,
- height: _self.cHeight * _self.pixelRatio,
- extra: {
- area: {
- type: 'curve',
- opacity: 0.2,
- addLine: true,
- width: 2
- }
- }
- });
- },
- showPie(canvasId, chartData) {
- canvasObj[canvasId] = new uCharts({
- $this: _self,
- canvasId: canvasId,
- type: 'pie',
- fontSize: 11,
- padding: [15, 15, 0, 15],
- legend: {
- show: true,
- padding: 5,
- lineHeight: 11,
- margin: 0,
- },
- background: '#FFFFFF',
- pixelRatio: _self.pixelRatio,
- series: chartData.series,
- animation: false,
- width: _self.cWidth * _self.pixelRatio,
- height: _self.cHeight * _self.pixelRatio,
- dataLabel: true,
- extra: {
- pie: {
- lableWidth: 15
- }
- },
- });
- },
- showRing(canvasId, chartData) {
- canvasObj[canvasId] = new uCharts({
- $this: _self,
- canvasId: canvasId,
- type: 'ring',
- fontSize: 11,
- padding: [5, 5, 5, 5],
- legend: {
- show: true,
- position: 'right',
- float: 'center',
- itemGap: 10,
- padding: 5,
- lineHeight: 26,
- margin: 5,
- //backgroundColor:'rgba(41,198,90,0.2)',
- //borderColor :'rgba(41,198,90,0.5)',
- borderWidth: 1
- },
- title: {
- name: '70%',
- color: '#7cb5ec',
- fontSize: 25 * _self.pixelRatio,
- },
- subtitle: {
- name: '收益率',
- color: '#666666',
- fontSize: 15 * _self.pixelRatio,
- },
- extra: {
- pie: {
- lableWidth: 15,
- ringWidth: 40 * _self.pixelRatio, //圆环的宽度
- offsetAngle: 0 //圆环的角度
- }
- },
- background: '#FFFFFF',
- pixelRatio: _self.pixelRatio,
- series: chartData.series,
- animation: false,
- width: _self.cWidth * _self.pixelRatio,
- height: _self.cHeight * _self.pixelRatio,
- disablePieStroke: true,
- dataLabel: true,
- });
- },
- showFunnel(canvasId, chartData) {
- canvasObj[canvasId] = new uCharts({
- $this: _self,
- canvasId: canvasId,
- type: 'funnel',
- fontSize: 11,
- padding: [15, 15, 0, 15],
- legend: {
- show: true,
- padding: 5,
- lineHeight: 11,
- margin: 0,
- },
- background: '#FFFFFF',
- pixelRatio: _self.pixelRatio,
- series: chartData.series,
- animation: false,
- width: _self.cWidth * _self.pixelRatio,
- height: _self.cHeight * _self.pixelRatio,
- dataLabel: true,
- extra: {
- funnel: {
- border: true,
- borderWidth: 2,
- borderColor: '#FFFFFF'
- }
- },
- });
- },
- showRadar(canvasId, chartData) {
- canvasObj[canvasId] = new uCharts({
- $this: _self,
- canvasId: canvasId,
- type: 'radar',
- fontSize: 11,
- padding: [15, 15, 0, 15],
- legend: {
- show: true,
- padding: 5,
- lineHeight: 11,
- margin: 0,
- },
- background: '#FFFFFF',
- pixelRatio: _self.pixelRatio,
- animation: false,
- dataLabel: true,
- categories: chartData.categories,
- series: chartData.series,
- width: _self.cWidth * _self.pixelRatio,
- height: _self.cHeight * _self.pixelRatio,
- extra: {
- radar: {
- max: 200 //雷达数值的最大值
- }
- }
- });
- },
- showArcbar(canvasId, chartData) {
- new uCharts({
- $this: _self,
- canvasId: canvasId,
- type: 'arcbar',
- fontSize: 11,
- title: {
- name: Math.round(chartData.series[0].data * 100) + '%',
- color: chartData.series[0].color,
- fontSize: 25 * _self.pixelRatio
- },
- subtitle: {
- name: chartData.series[0].name,
- color: '#666666',
- fontSize: 15 * _self.pixelRatio
- },
- extra: {
- arcbar: {
- type: 'default',
- width: _self.arcbarWidth * _self.pixelRatio, //圆弧的宽度
- }
- },
- background: '#FFFFFF',
- pixelRatio: _self.pixelRatio,
- series: chartData.series,
- animation: false,
- width: _self.cWidth3 * _self.pixelRatio,
- height: _self.cHeight3 * _self.pixelRatio,
- dataLabel: true,
- });
- },
- showArcbar2(canvasId, chartData) {
- new uCharts({
- $this: _self,
- canvasId: canvasId,
- type: 'arcbar',
- fontSize: 11,
- title: {
- name: Math.round(chartData.series[0].data * 100) + '%',
- color: chartData.series[0].color,
- fontSize: 25 * _self.pixelRatio
- },
- subtitle: {
- name: chartData.series[0].name,
- color: '#666666',
- fontSize: 15 * _self.pixelRatio
- },
- extra: {
- arcbar: {
- type: 'default',
- width: _self.arcbarWidth * _self.pixelRatio, //圆弧的宽度
- backgroundColor: '#ffe3e8',
- startAngle: 1.25,
- endAngle: 0.75
- }
- },
- background: '#FFFFFF',
- pixelRatio: _self.pixelRatio,
- series: chartData.series,
- animation: false,
- width: _self.cWidth3 * _self.pixelRatio,
- height: _self.cHeight3 * _self.pixelRatio,
- dataLabel: true,
- });
- },
- showArcbar3(canvasId, chartData) {
- new uCharts({
- $this: _self,
- canvasId: canvasId,
- type: 'arcbar',
- fontSize: 11,
- title: {
- name: Math.round(chartData.series[0].data * 100) + '%',
- color: chartData.series[0].color,
- fontSize: 25 * _self.pixelRatio
- },
- subtitle: {
- name: chartData.series[0].name,
- color: '#666666',
- fontSize: 15 * _self.pixelRatio
- },
- extra: {
- arcbar: {
- type: 'circle', //整圆类型进度条图
- width: _self.arcbarWidth * _self.pixelRatio, //圆弧的宽度
- startAngle: 0.5 //整圆类型只需配置起始角度即可
- }
- },
- background: '#FFFFFF',
- pixelRatio: _self.pixelRatio,
- series: chartData.series,
- animation: false,
- width: _self.cWidth3 * _self.pixelRatio,
- height: _self.cHeight3 * _self.pixelRatio,
- dataLabel: true,
- });
- },
- showGauge(canvasId, chartData) {
- canvasObj[canvasId] = new uCharts({
- $this: _self,
- canvasId: canvasId,
- type: 'gauge',
- fontSize: 11,
- title: {
- name: Math.round(chartData.series[0].data * 100) + '%',
- color: chartData.categories[1].color,
- fontSize: 25 * _self.pixelRatio,
- offsetY: 50 * _self.pixelRatio, //新增参数,自定义调整Y轴文案距离
- },
- subtitle: {
- name: chartData.series[0].name,
- color: '#666666',
- fontSize: 15 * _self.pixelRatio,
- offsetY: -50 * _self.pixelRatio, //新增参数,自定义调整Y轴文案距离
- },
- extra: {
- gauge: {
- type: 'default',
- width: _self.gaugeWidth * _self.pixelRatio, //仪表盘背景的宽度
- startAngle: 0.75,
- endAngle: 0.25,
- startNumber: 0,
- endNumber: 100,
- splitLine: {
- fixRadius: 0,
- splitNumber: 10,
- width: _self.gaugeWidth * _self.pixelRatio, //仪表盘背景的宽度
- color: '#FFFFFF',
- childNumber: 5,
- childWidth: _self.gaugeWidth * 0.4 * _self.pixelRatio, //仪表盘背景的宽度
- },
- pointer: {
- width: _self.gaugeWidth * 0.8 * _self.pixelRatio, //指针宽度
- color: 'auto'
- }
- }
- },
- background: '#FFFFFF',
- pixelRatio: _self.pixelRatio,
- categories: chartData.categories,
- series: chartData.series,
- animation: true,
- width: _self.cWidth * _self.pixelRatio,
- height: _self.cHeight * _self.pixelRatio,
- dataLabel: true,
- });
- },
- changeGaugeData() {
- let series = [{
- name: "完成率",
- data: Math.random()
- }]; //这里是随机数据,生产环境请从服务器获取,注意series数据类型为数组
- //这里我借用之前的categories数据,判断一下新数据的title.color,没有写死在程序里,以便于自定义
- let newTitleColor;
- for (let i = 0; i < _self.serverData.Gauge.categories.length; i++) {
- if (series[0].data <= _self.serverData.Gauge.categories[i].value) {
- newTitleColor = _self.serverData.Gauge.categories[i].color;
- break;
- }
- }
- canvasObj['canvasGauge'].updateData({
- series: series, //这里给了新数值
- categories: _self.serverData.Gauge.categories,
- title: {
- name: Math.round(series[0].data * 100) + '%',
- color: newTitleColor,
- fontSize: 25 * _self.pixelRatio,
- offsetY: 50 * _self.pixelRatio, //新增参数,自定义调整Y轴文案距离
- },
- subtitle: {
- name: '更新数据',
- color: '#666666',
- fontSize: 15 * _self.pixelRatio,
- offsetY: -50 * _self.pixelRatio, //新增参数,自定义调整Y轴文案距离
- }
- });
- },
- showCandle(canvasId, chartData) {
- canvasObj[canvasId] = new uCharts({
- $this: _self,
- canvasId: canvasId,
- type: 'candle',
- fontSize: 11,
- padding: [15, 15, 0, 15],
- legend: {
- show: true,
- padding: 5,
- lineHeight: 11,
- margin: 8,
- },
- background: '#FFFFFF',
- pixelRatio: _self.pixelRatio,
- enableMarkLine: true,
- /***需要开启标记线***/
- categories: chartData.categories,
- series: chartData.series,
- animation: true,
- enableScroll: true, //开启图表拖拽功能
- xAxis: {
- disableGrid: true, //不绘制X轴网格线
- labelCount: 4, //X轴文案数量
- //type:'grid',
- //gridType:'dash',
- itemCount: _self.itemCount, //可不填写,配合enableScroll图表拖拽功能使用,x轴单屏显示数据的数量,默认为5个
- scrollShow: true, //新增是否显示滚动条,默认false
- scrollAlign: 'right',
- //scrollBackgroundColor:'#F7F7FF',//可不填写,配合enableScroll图表拖拽功能使用,X轴滚动条背景颜色,默认为 #EFEBEF
- //scrollColor:'#DEE7F7',//可不填写,配合enableScroll图表拖拽功能使用,X轴滚动条颜色,默认为 #A6A6A6
- },
- yAxis: {
- //disabled:true
- gridType: 'dash',
- splitNumber: 5,
- format: (val) => {
- return val.toFixed(0)
- }
- },
- width: _self.cWidth * _self.pixelRatio,
- height: _self.cHeight * _self.pixelRatio,
- dataLabel: false,
- dataPointShape: true,
- extra: {
- candle: {
- color: {
- upLine: '#f04864',
- upFill: '#f04864',
- downLine: '#2fc25b',
- downFill: '#2fc25b'
- },
- average: {
- show: true,
- name: ['MA5', 'MA10', 'MA30'],
- day: [5, 10, 20],
- color: ['#1890ff', '#2fc25b', '#facc14']
- }
- },
- tooltip: {
- bgColor: '#000000',
- bgOpacity: 0.7,
- gridType: 'dash',
- dashLength: 5,
- gridColor: '#1890ff',
- fontColor: '#FFFFFF',
- horizentalLine: true,
- xAxisLabel: true,
- yAxisLabel: true,
- labelBgColor: '#DFE8FF',
- labelBgOpacity: 0.95,
- labelAlign: 'left',
- labelFontColor: '#666666'
- },
- markLine: {
- type: 'dash',
- dashLength: 5,
- data: [{
- value: 2150,
- lineColor: '#f04864',
- showLabel: true
- }, {
- value: 2350,
- lineColor: '#f04864',
- showLabel: true
- }]
- }
- }
- });
- },
- touchCandle(e) {
- canvasObj['canvasCandle'].scrollStart(e);
- },
- moveCandle(e) {
- canvasObj['canvasCandle'].scroll(e);
- },
- touchEndCandle(e) {
- canvasObj['canvasCandle'].scrollEnd(e);
- //下面是toolTip事件,如果滚动后不需要显示,可不填写
- canvasObj['canvasCandle'].showToolTip(e, {
- format: function(item, category) {
- return category + ' ' + item.name + ':' + item.data
- }
- });
- },
- changeData() {
- canvasObj['canvasColumn'].updateData({
- series: _self.serverData.ColumnB.series,
- categories: _self.serverData.ColumnB.categories
- });
- },
- touchLineA(e) {
- canvasObj['canvasLineA'].scrollStart(e);
- },
- moveLineA(e) {
- canvasObj['canvasLineA'].scroll(e);
- },
- touchEndLineA(e) {
- canvasObj['canvasLineA'].scrollEnd(e);
- //下面是toolTip事件,如果滚动后不需要显示,可不填写
- canvasObj['canvasLineA'].showToolTip(e, {
- format: function(item, category) {
- return category + ' ' + item.name + ':' + item.data
- }
- });
- },
- showMix(canvasId, chartData) {
- canvasObj[canvasId] = new uCharts({
- $this: _self,
- canvasId: canvasId,
- type: 'mix',
- fontSize: 11,
- padding: [15, 15, 0, 15],
- legend: {
- show: true,
- padding: 5,
- lineHeight: 11,
- margin: 6,
- },
- background: '#FFFFFF',
- pixelRatio: _self.pixelRatio,
- categories: chartData.categories,
- series: chartData.series,
- animation: false,
- enableScroll: true, //开启图表拖拽功能
- xAxis: {
- disableGrid: false,
- type: 'grid',
- gridType: 'dash',
- itemCount: 4,
- scrollShow: true,
- scrollAlign: 'left',
- },
- yAxis: {
- gridType: 'dash',
- dashLength: 4,
- splitNumber: 5,
- min: 10,
- max: 180,
- format: (val) => {
- return val.toFixed(0)
- }
- },
- width: _self.cWidth * _self.pixelRatio,
- height: _self.cHeight * _self.pixelRatio,
- dataLabel: true,
- dataPointShape: true,
- extra: {
- column: {
- width: 20 * _self.pixelRatio
- },
- tooltip: {
- bgColor: '#000000',
- bgOpacity: 0.7,
- gridType: 'dash',
- dashLength: 8,
- gridColor: '#1890ff',
- fontColor: '#FFFFFF',
- horizentalLine: true,
- xAxisLabel: true,
- yAxisLabel: true,
- labelBgColor: '#DFE8FF',
- labelBgOpacity: 0.95,
- labelAlign: 'left',
- labelFontColor: '#666666'
- }
- },
- });
- },
- touchMix(e) {
- canvasObj['canvasMix'].scrollStart(e);
- },
- moveMix(e) {
- canvasObj['canvasMix'].scroll(e);
- },
- touchEndMix(e) {
- canvasObj['canvasMix'].scrollEnd(e);
- canvasObj['canvasMix'].touchLegend(e);
- //下面是toolTip事件,如果滚动后不需要显示,可不填写
- canvasObj['canvasMix'].showToolTip(e, {
- format: function(item, category) {
- return category + ' ' + item.name + ':' + item.data
- }
- });
- },
- touchIt(e, id) {
- canvasObj[id].touchLegend(e, {
- animation: false
- });
- canvasObj[id].showToolTip(e, {
- format: function(item, category) {
- if (typeof item.data === 'object') {
- return category + ' ' + item.name + ':' + item.data.value
- } else {
- return category + ' ' + item.name + ':' + item.data
- }
- }
- });
- },
- touchPie(e, id) {
- canvasObj[id].showToolTip(e, {
- format: function(item) {
- return item.name + ':' + item.data
- }
- });
- },
- /* 图表end */
-
- }
- }
- </script>
- <style scoped>
- uni-view {
- font-size: 15px;
- }
- .uni-row {
- height: 40px;
- }
- .uni-row-column {
- float: left;
- width: 150rpx;
- height: 40px;
- }
- .grid-item-box {
- flex: 1;
- /* #ifndef APP-NVUE */
- display: flex;
- /* #endif */
- flex-direction: column;
- align-items: center;
- justify-content: center;
- padding: 15px 0;
- }
- .qiun-padding {
- padding: 2%;
- width: 96%;
- }
- .qiun-wrap {
- display: flex;
- flex-wrap: wrap;
- }
- .qiun-rows {
- display: flex;
- flex-direction: row !important;
- }
- .qiun-columns {
- display: flex;
- flex-direction: column !important;
- }
- .qiun-common-mt {
- margin-top: 10rpx;
- }
- .qiun-bg-white {
- background: #FFFFFF;
- }
- .qiun-title-bar {
- width: 96%;
- padding: 10rpx 2%;
- flex-wrap: nowrap;
- }
- .qiun-title-dot-light {
- border-left: 10rpx solid #0ea391;
- padding-left: 10rpx;
- font-size: 32rpx;
- color: #000000
- }
- /* 通用样式 */
- .qiun-charts {
- width: 750rpx;
- height: 500rpx;
- background-color: #FFFFFF;
- }
- .qiun-charts1 {
- width: 750rpx;
- height: auto;
- padding: 5px 10px;
- background-color: #FFFFFF;
- }
- .charts {
- width: 750rpx;
- height: 500rpx;
- background-color: #FFFFFF;
- }
- /* 横屏样式 */
- .qiun-charts-rotate {
- width: 700rpx;
- height: 1100rpx;
- background-color: #FFFFFF;
- padding: 25rpx;
- }
- .charts-rotate {
- width: 700rpx;
- height: 1100rpx;
- background-color: #FFFFFF;
- }
- /* 圆弧进度样式 */
- .qiun-charts3 {
- width: 750rpx;
- height: 250rpx;
- background-color: #FFFFFF;
- position: relative;
- }
- .charts3 {
- position: absolute;
- width: 250rpx;
- height: 250rpx;
- background-color: #FFFFFF;
- }
- .qiun-tip {
- display: block;
- width: auto;
- overflow: hidden;
- padding: 15rpx;
- height: 30rpx;
- line-height: 30rpx;
- margin: 10rpx;
- background: #ff9933;
- font-size: 30rpx;
- border-radius: 8rpx;
- justify-content: center;
- text-align: center;
- border: 1px solid #dc7004;
- color: #FFFFFF;
- }
- .gree {
- color: #09BB07;
- }
- .orange {
- color: orange;
- }
- .gray {
- color: #E0E0E0;
- }
- /* 进度图表css */
- .space{
- margin-left:20px;
-
- }
- .height30{
- display: block;
- padding-top:5px;
- padding-bottom: 5px;
- /* height: 30px; */
- height: auto;
- max-height: 45px;
- /* -webkit-line-clamp: 2; */
- }
- .line{
- border-bottom: 3px solid #F2F6FC;
- }
- .marginRight{
- margin-right:15px;
- cursor: pointer;
- }
- .marginLeft{
- margin-left: 15px;
- }
- .red{
- color:#FF3333;
- }
- .green{
- color:#1AAD19;
- }
- .blue{
- color:#0000ff;
- }
- .lef{
- float:left;
- }
- .right{
- float: right;
- padding-right: 15px;
- }
- .awesomeIcon{
- font-size:20px;
- padding:8px 5px;
- }
- .img{
- width: 40px;
- height:40px;
- }
- </style>
|