20 lines
823 B
JavaScript
20 lines
823 B
JavaScript
/// <reference path="C:\Users\Administrator\Desktop\WEI.UIPro\WEI.UIPro20160726\WEI.UIPro\WEI.UIPro\WEI.UIPro\Scripts/linq.js" />
|
||
|
||
|
||
|
||
|
||
/**************************折线图******************************/
|
||
app.controller('ShiPinFengXianMapZhanShiCtrl', ['$scope', 'YPJBXXGL', '$uibModal', '$sessionStorage', '$state', '$http', '$filter', 'mainUrl', 'wyOdataNodeService', 'stConfig', '$timeout', function ($scope, YPJBXXGL, $uibModal, $sessionStorage, $state, $http, $filter, mainUrl, wyOdataNodeService, stConfig, $timeout, $uibModalInstance, item) {
|
||
|
||
|
||
dLayer.open({
|
||
type: 2,
|
||
area: ['800px', '650px'],
|
||
content: ['../JiangKangZhiDaoZhi_tongJitu.html', 'no'] //这里content是一个URL,如果你不想让iframe出现滚动条,你还可以content: ['http://sentsin.com', 'no']
|
||
});
|
||
|
||
|
||
|
||
}])
|
||
|