|
|
@@ -213,12 +213,12 @@ define([ 'app/app', 'jquery-uploadify' ], function(app) {
|
|
|
if (data && typeof data.fluctuateRate != 'undefined') {
|
|
|
$scope.uasBatchPutOnProperty = data;
|
|
|
$scope.uasBatchPutOnProperty.editFluctuateRate = NumberService.mul($scope.uasBatchPutOnProperty.fluctuateRate, 100) || 100;
|
|
|
- $scope.uasBatchPutOnProperty.editMaxDelivery = $scope.uasBatchPutOnProperty.maxDelivery || 1;
|
|
|
+ $scope.uasBatchPutOnProperty.editMaxDelivery = $scope.uasBatchPutOnProperty.maxDelivery || 10;
|
|
|
$scope.uasBatchPutOnProperty.editMinDelivery = $scope.uasBatchPutOnProperty.minDelivery || 1;
|
|
|
} else {
|
|
|
$scope.uasBatchPutOnProperty = {};
|
|
|
$scope.uasBatchPutOnProperty.editFluctuateRate = 100;
|
|
|
- $scope.uasBatchPutOnProperty.editMaxDelivery = 1;
|
|
|
+ $scope.uasBatchPutOnProperty.editMaxDelivery = 10;
|
|
|
$scope.uasBatchPutOnProperty.editMinDelivery = 1;
|
|
|
}
|
|
|
}, function (response) {
|