|
|
@@ -439,8 +439,8 @@ define(['app/app'], function(app) {
|
|
|
orderInfo.currency = $scope.order.currency; // 币别
|
|
|
orderInfo.orderRemark = angular.toJson($scope.remarkList);//订单备注
|
|
|
orderInfo.splitInfo = {
|
|
|
- methodList : angular.toJson($scope.deliveryList),
|
|
|
- fareList : angular.toJson($scope.fareList)
|
|
|
+ ruleList : angular.toJson($scope.deliveryList)
|
|
|
+ // fareList : angular.toJson($scope.fareList)
|
|
|
};
|
|
|
|
|
|
orderInfo.paytype = $scope.order.paytype;
|