12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433 |
- <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>
|