فهرست منبع

处理询价转主动报价中存在的相关问题

hejq 8 سال پیش
والد
کامیت
45da599d6d
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      src/main/webapp/resources/js/index/app.js

+ 3 - 0
src/main/webapp/resources/js/index/app.js

@@ -7015,6 +7015,9 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
             $scope.item.quotation.cust = item.inquiry.enterprise;
             $scope.item.quotation.custUser = item.user;
             $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) {
                 toaster.pop('info', '暂未匹配到物料信息,请手动选择');
             } else {