Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

143
Views
si uso la función angularjs función de botón de carga de excel cómo escribir mi código

yo escribí código

 $scope.updatepricingimport = function(file) { debugger if(file == null || file == undefined || file == "") { toastr.error("Please Select file"); angular.element("#shipmentdata").modal("show"); return false; } $scope.showlodebar = true; var fd = new FormData(); fd.append("file", file); return $http .post( $localStorage.apiURL + "/Leaserate/ValidatepricingsUpload?id=" + $scope.pricing.pricingId, fd, { transformRequest: angular.identity, credentials: "include", cache: "no-cache", mode: "cors", headers: { "Content-Type": undefined, }, } ) .then(function(response) { debugger if (response.data.errorUpload == true) { $scope.items = response.data.uploadError; $scope.ShowError = true; angular.element("#shipmentdata").modal("hide"); toastr.error(" Upload Please find the document downloaded for details"); } else { toastr.success("Shipment Uploaded successfully"); $scope.checktankimport = true; $scope.getAllPricings(); // $scope.LCTankTypesListLen = $scope.LCTankTypesList.length; } // $scope.LCTankTypesList = response.data.lstanktypelist; // $scope.LCTankTypesListLen = $scope.LCTankTypesList.length; // $scope.Tanklen = $scope.LCTankTypesList.length; $scope.showlodebar = false; // $scope.applyLCTankTypePage(1); }) .catch(function(response) { console.log(response); }); }

error en mi codigo

ingrese la descripción de la imagen aquí

ingrese la descripción de la imagen aquí

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!