response/target/classes/public/vue/controller/ZhisuZhinengYujingCtrl.js
2025-06-27 10:04:22 +08:00

21 lines
908 B
JavaScript

/// <reference path="C:\Users\Administrator\Desktop\WEI.UIPro\WEI.UIPro20160726\WEI.UIPro\WEI.UIPro\WEI.UIPro\Scripts/linq.js" />
/**************************折线图******************************/
app.controller('ZhisuZhinengYujingCtrl', ['$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.openYujingViveForm = function () {
var index = layer.open({
type: 2,
title: false,
closeBtn: 1,
content: pubserver + 'daping.html#/zhisuzhinengyujing',
area: ['320px', '195px'],
maxmin: true
});
layer.full(index);
}
$scope.openYujingViveForm();
}])