注释auto add partner

master
luoyang14z7 6 years ago
parent 1ecbc4894f
commit 6454b39f91

@ -51,10 +51,6 @@ define(['angular', 'uiRouter', 'uiBootstrap'], function (angular) {
url: '/phone_top_up',
templateUrl: '/static/config/devtools/templates/phone_top_up.html',
controller: 'phonetopupCtrl'
}).state('devtools.orgusertest', {
url: '/orgusertest',
templateUrl: '/static/config/devtools/templates/orgusertest.html',
controller: 'orgusertestCtrl'
}).state('devtools.aliforexcel', {
url: '/aliforexcel',
templateUrl: '/static/config/devtools/templates/aliforexcel.html',
@ -310,7 +306,7 @@ define(['angular', 'uiRouter', 'uiBootstrap'], function (angular) {
})
}
}]);
app.controller('orgusertestCtrl', ['$scope', '$http', '$filter','commonDialog', function ($scope, $http, $filter,commonDialog) {
/* app.controller('orgusertestCtrl', ['$scope', '$http', '$filter','commonDialog', function ($scope, $http, $filter,commonDialog) {
$scope.regist = function () {
$http.post('/dev/orgusertest',{client_moniker: $scope.company}).then(function (resp) {
@ -319,7 +315,7 @@ define(['angular', 'uiRouter', 'uiBootstrap'], function (angular) {
commonDialog.alert({title: 'Error', content: "商品编号已存在", type: 'Error'})
})
}
}]);
}]);*/
app.controller('aliforexcelCtrl', ['$scope', '$filter', function ($scope, $filter) {
$scope.params = {};
var str = $filter('date')(new Date(), 'yyyyMMdd');

@ -67,10 +67,10 @@
<i class="fa fa-envelope"></i>
Phone Top Up
</a>
<a class="btn btn-app" role="button" ui-sref=".orgusertest">
<!-- <a class="btn btn-app" role="button" ui-sref=".orgusertest">
<i class="fa fa-envelope"></i>
Partner test
</a>
</a>-->
<a class="btn btn-app" role="button" ui-sref=".aliforexcel">
<i class="fa fa-envelope"></i>
支付宝进件导出

Loading…
Cancel
Save