|
|
@@ -275,9 +275,8 @@ define(['app/app'], function (app) {
|
|
|
|
|
|
if ($scope.userInfo.enterprise) {
|
|
|
inquiry.enUU = $scope.userInfo.enterprise.uu;
|
|
|
- } else {
|
|
|
- inquiry.recorderUU = $scope.userInfo.userUU;
|
|
|
}
|
|
|
+ inquiry.recorderUU = $scope.userInfo.userUU;
|
|
|
inquiry.code = "MALL" + $filter('date')(new Date, 'yyyyMMddsss');
|
|
|
inquiry.date = new Date();
|
|
|
inquiry.recorder = $scope.userInfo.userName;
|