|
|
@@ -10178,6 +10178,12 @@ define([ 'toaster', 'charts', 'ngTable', 'common/services', 'service/Purc', 'ser
|
|
|
toaster.pop('error', '数据加载失败', response.data);
|
|
|
});
|
|
|
}
|
|
|
+
|
|
|
+ if(angular.isUndefined($stateParams.id)) { // 发布招标单之后,再次新增招标单时,新增供应商时不会勾选上一个单据选择的供应商
|
|
|
+ $scope.tenderProd.enterpriseBaseInfo = [{}];
|
|
|
+ $rootScope.tenderVendor = $scope.tenderProd.enterpriseBaseInfo;
|
|
|
+ }
|
|
|
+
|
|
|
$scope.changeShipAddress = false;
|
|
|
$scope.changeAddress = function() {
|
|
|
if ($scope.changeShipAddress) {
|
|
|
@@ -10200,7 +10206,6 @@ define([ 'toaster', 'charts', 'ngTable', 'common/services', 'service/Purc', 'ser
|
|
|
}
|
|
|
};
|
|
|
|
|
|
-
|
|
|
// 查找供应商
|
|
|
$scope.dbfindVendor = function(){
|
|
|
var modalInstance = $modal.open({
|