|
|
@@ -5642,11 +5642,10 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
|
|
|
if (validLapQty) {
|
|
|
toaster.pop('error', '提示', '分段' + validLapQty + '小于等于了上一分段数,不能保存!');
|
|
|
} else {
|
|
|
- toaster.pop('error', '提示', '分段数量不合法,不能保存!');
|
|
|
+ toaster.pop('error', '提示', '分段数量不合法,不能报价!');
|
|
|
}
|
|
|
} else {
|
|
|
- alert('success');
|
|
|
- /*var file = $scope.myFiles, file = file && file.length > 0 ? file[0] : null;// 可以不传附件
|
|
|
+ var file = $scope.myFiles, file = file && file.length > 0 ? file[0] : null;// 可以不传附件
|
|
|
$upload.upload({
|
|
|
url: 'pubInquiry/turnToQuotation',
|
|
|
file: file,
|
|
|
@@ -5665,7 +5664,7 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
|
|
|
}).error(function (data) {
|
|
|
$scope.loading = false;
|
|
|
toaster.pop('error', '附件上传失败');
|
|
|
- });*/
|
|
|
+ });
|
|
|
}
|
|
|
}
|
|
|
|