|
@@ -7015,6 +7015,9 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
|
|
|
$scope.item.quotation.cust = item.inquiry.enterprise;
|
|
$scope.item.quotation.cust = item.inquiry.enterprise;
|
|
|
$scope.item.quotation.custUser = item.user;
|
|
$scope.item.quotation.custUser = item.user;
|
|
|
$scope.item.quotation.custUserUU = item.userUU;
|
|
$scope.item.quotation.custUserUU = item.userUU;
|
|
|
|
|
+ if ($scope.item.quotation.custUserUU == null) {
|
|
|
|
|
+ $scope.item.quotation.custUserUU = item.inquiry.recorderUU;
|
|
|
|
|
+ }
|
|
|
if (item.product == null || item.product.id == null) {
|
|
if (item.product == null || item.product.id == null) {
|
|
|
toaster.pop('info', '暂未匹配到物料信息,请手动选择');
|
|
toaster.pop('info', '暂未匹配到物料信息,请手动选择');
|
|
|
} else {
|
|
} else {
|