|
@@ -9263,7 +9263,6 @@ define([ 'toaster', 'charts', 'ngTable', 'common/services', 'service/Purc', 'ser
|
|
|
var getCustInfos = function(custuu) {
|
|
var getCustInfos = function(custuu) {
|
|
|
if(custuu) {
|
|
if(custuu) {
|
|
|
VendorService.userInfo.query({uu:custuu},null,function(data) {
|
|
VendorService.userInfo.query({uu:custuu},null,function(data) {
|
|
|
- console.log(data);
|
|
|
|
|
$scope.custInfos = data;
|
|
$scope.custInfos = data;
|
|
|
var getPage = function(page, size){
|
|
var getPage = function(page, size){
|
|
|
if($scope.custInfos) {
|
|
if($scope.custInfos) {
|