|
@@ -366,7 +366,6 @@ define(['app/app'], function (app) {
|
|
|
inquiry.endDate = $scope.applyObj.deadline;
|
|
inquiry.endDate = $scope.applyObj.deadline;
|
|
|
inquiry.sourceapp = "MALL";
|
|
inquiry.sourceapp = "MALL";
|
|
|
inquiry.amount = 1;
|
|
inquiry.amount = 1;
|
|
|
- inquiryItem.prodTitle = $scope.applyObj.code;
|
|
|
|
|
inquiryItem.userUU = $scope.userInfo.userUU;
|
|
inquiryItem.userUU = $scope.userInfo.userUU;
|
|
|
inquiryItem.source = "MALL";
|
|
inquiryItem.source = "MALL";
|
|
|
if ($scope.userInfo.enterprise) {
|
|
if ($scope.userInfo.enterprise) {
|
|
@@ -379,7 +378,7 @@ define(['app/app'], function (app) {
|
|
|
inquiryItem.needquantity = $scope.applyObj.amount;
|
|
inquiryItem.needquantity = $scope.applyObj.amount;
|
|
|
inquiryItem.inbrand = $scope.applyObj.brand;
|
|
inquiryItem.inbrand = $scope.applyObj.brand;
|
|
|
inquiryItem.currency = $scope.applyObj.unitPrice ? $scope.applyObj.currency : null;
|
|
inquiryItem.currency = $scope.applyObj.unitPrice ? $scope.applyObj.currency : null;
|
|
|
- inquiryItem.cmpCode = ($scope.applyObj.code).toUpperCase();
|
|
|
|
|
|
|
+ inquiryItem.cmpCode = $scope.applyObj.code.toUpperCase();
|
|
|
inquiryItem.unitPrice = $scope.applyObj.unitPrice;
|
|
inquiryItem.unitPrice = $scope.applyObj.unitPrice;
|
|
|
inquiryItem.produceDate = $scope.applyObj.produceDate;
|
|
inquiryItem.produceDate = $scope.applyObj.produceDate;
|
|
|
inquiryItem.date = new Date();
|
|
inquiryItem.date = new Date();
|