22 lines
907 B
JavaScript
22 lines
907 B
JavaScript
/// <reference path="C:\Users\Administrator\Desktop\WEI.UIPro\WEI.UIPro20160726\WEI.UIPro\WEI.UIPro\WEI.UIPro\Scripts/linq.js" />
|
|
|
|
|
|
/**************************折线图******************************/
|
|
app.controller('ZhisuMainCtrl', ['$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) {
|
|
|
|
$scope.openViveForm = function () {
|
|
var index = layer.open({
|
|
type: 2,
|
|
title: false,
|
|
closeBtn: 1,
|
|
content: pubserver + 'daping.html#/navigation',
|
|
area: ['320px', '195px'],
|
|
maxmin: true
|
|
});
|
|
layer.full(index);
|
|
}
|
|
//是否打开弹窗
|
|
// $scope.openViveForm();
|
|
}])
|
|
|