Advertisement
vitareinforce

fungsi cancel

Feb 3rd, 2020
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. cancel: function(json) {
  2. json.IsDelete = true
  3. let result = await TransactionWarehouse(json.Id, json)
  4. if(result.status == 200) {
  5. alert('Dibatalkan')
  6. this.$router.push('StockOutManagement.index')
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement