|
|
@@ -291,26 +291,6 @@ define([ 'app/app' ], function(app) {
|
|
|
});
|
|
|
};
|
|
|
|
|
|
- $modal.open({
|
|
|
- animation : true,
|
|
|
- templateUrl : 'static/view/common/modal/product_upload_modal.html',
|
|
|
- controller : 'rule_tip_ctrl',
|
|
|
- resolve : {
|
|
|
- type : function() {
|
|
|
- return 'upload';
|
|
|
- },
|
|
|
- tipModal : function() {
|
|
|
- return true;
|
|
|
- },
|
|
|
- success : function () {
|
|
|
- return true;
|
|
|
- },
|
|
|
- uuid: function () {
|
|
|
- return $scope.storeUuid;
|
|
|
- }
|
|
|
- }
|
|
|
- });
|
|
|
-
|
|
|
// 下载模板
|
|
|
$scope.download = function() {
|
|
|
var show = SessionService.get($scope.userInfo.userUU + "-releasetip");
|