|
@@ -429,6 +429,8 @@ function formatMx(res) {
|
|
|
$("#fymx_table_body").html(html);
|
|
|
if (res.mzReceiptSerial!= undefined && res.mzReceiptSerial != null) {
|
|
|
$("#receipt_no").html(res.mzReceiptSerial.receiptBill);
|
|
|
+ }else {
|
|
|
+ $("#receipt_no").html("");
|
|
|
}
|
|
|
$("#opId_print").html(res.user.userName);
|
|
|
$("#total_count").html(res.totalPriceCount.toFixed(2));
|