|
|
@@ -2808,6 +2808,11 @@ define([ 'toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
|
|
|
$scope.tableParams.page(1);
|
|
|
$scope.tableParams.reload();
|
|
|
};
|
|
|
+
|
|
|
+ // 取消
|
|
|
+ $scope.cancel = function() {
|
|
|
+ $scope.tableParams.reload();
|
|
|
+ }
|
|
|
}]);
|
|
|
|
|
|
// 询价单明细
|
|
|
@@ -2909,6 +2914,10 @@ define([ 'toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
|
|
|
});
|
|
|
}
|
|
|
};
|
|
|
+ // 取消
|
|
|
+ $scope.cancel = function() {
|
|
|
+ $scope.tableParams.reload();
|
|
|
+ }
|
|
|
}]);
|
|
|
|
|
|
// 平台新增的询价单
|