|
@@ -961,6 +961,9 @@ define([ 'toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
|
|
|
window.location.hash = "#/purc/addOrder";
|
|
window.location.hash = "#/purc/addOrder";
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 询价
|
|
|
|
|
+ */
|
|
|
$scope.PurcInquiry = function(businessCode, id){
|
|
$scope.PurcInquiry = function(businessCode, id){
|
|
|
$rootScope.prodId = id;
|
|
$rootScope.prodId = id;
|
|
|
window.location.hash = "#/purc/purcinquiry/" + businessCode;
|
|
window.location.hash = "#/purc/purcinquiry/" + businessCode;
|
|
@@ -10330,6 +10333,14 @@ define([ 'toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
|
|
|
$rootScope.prodId = id;
|
|
$rootScope.prodId = id;
|
|
|
window.location.hash = "#/purc/addOrder";
|
|
window.location.hash = "#/purc/addOrder";
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 询价
|
|
|
|
|
+ */
|
|
|
|
|
+ $scope.PurcInquiry = function(businessCode, id){
|
|
|
|
|
+ $rootScope.prodId = id;
|
|
|
|
|
+ window.location.hash = "#/purc/purcinquiry/" + businessCode;
|
|
|
|
|
+ }
|
|
|
}]);
|
|
}]);
|
|
|
|
|
|
|
|
/**
|
|
/**
|