|
|
|
@ -11,13 +11,13 @@ function resetFormAssignexpense() {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var rupiahExpense = document.getElementById('price-req-expense'); |
|
|
|
|
rupiah.addEventListener('keyup', function (e) { |
|
|
|
|
rupiah.value = formatRibuanInput(this.value); |
|
|
|
|
rupiahExpense.addEventListener('keyup', function (e) { |
|
|
|
|
rupiahExpense.value = formatRibuanInput(this.value); |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
var qtyExpense = document.getElementById('qty-req-expense'); |
|
|
|
|
qty.addEventListener('keyup', function (e) { |
|
|
|
|
qty.value = formatRibuanInput(this.value); |
|
|
|
|
qtyExpense.addEventListener('keyup', function (e) { |
|
|
|
|
qtyExpense.value = formatRibuanInput(this.value); |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
$(document).ready(function () { |
|
|
|
|