|
|
@@ -196,6 +196,9 @@ define(['app/app'], function (app) {
|
|
|
if (!$scope.inquiryItem.currency) {
|
|
|
$scope.inquiryItem.currency = $scope.seekCurrency[0];
|
|
|
}
|
|
|
+ if ($scope.vendorType == 'self') {
|
|
|
+ $scope.inquiryItem.id = $scope.inquiryItem.itemId;
|
|
|
+ }
|
|
|
if (seekUrl == 'https://api-inquiry.usoftmall.com') {
|
|
|
seekPurchase.saveOfferProd($scope.inquiryItem, function (data) {
|
|
|
toaster.pop('success', '报价成功');
|