|
|
@@ -380,7 +380,7 @@ define(['app/app'], function (app) {
|
|
|
inquiryItem.userTel = $scope.userInfo.userTel;
|
|
|
inquiryItem.needquantity = $scope.applyObj.amount;
|
|
|
inquiryItem.inbrand = $scope.applyObj.brand;
|
|
|
- inquiryItem.currency = $scope.applyObj.currency;
|
|
|
+ inquiryItem.currency = $scope.applyObj.unitPrice ? $scope.applyObj.currency : null;
|
|
|
inquiryItem.cmpCode = ($scope.applyObj.code).toUpperCase();
|
|
|
inquiryItem.unitPrice = $scope.applyObj.unitPrice;
|
|
|
inquiryItem.produceDate = $scope.applyObj.produceDate;
|