|
|
@@ -951,7 +951,7 @@ function confirmFeeModal(times, totalCharge, receiptNo) {
|
|
|
if (payTypeList.length == 1) {
|
|
|
$('#payType').selectpicker('val', 'Y');
|
|
|
} else {
|
|
|
- $('#payType').selectpicker('val', 1);
|
|
|
+ $('#payType').selectpicker('val', 'O');
|
|
|
}
|
|
|
$("#changeAmount").val(0.0);
|
|
|
$("#surplusAmount").val(0.0);
|
|
|
@@ -1051,7 +1051,7 @@ function initChequeType(payType) {
|
|
|
if (res.data.length == 1) {
|
|
|
$('#' + payType).selectpicker('val', 'Y');
|
|
|
} else {
|
|
|
- $('#' + payType).selectpicker('val', 1);
|
|
|
+ $('#' + payType).selectpicker('val', 'O');
|
|
|
}
|
|
|
$('#' + payType).selectpicker('refresh');
|
|
|
}
|