浏览代码

发票号为空时清空发票

hurugang 5 年之前
父节点
当前提交
d35732b337
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/main/resources/static/js/charge_list.js

+ 2 - 0
src/main/resources/static/js/charge_list.js

@@ -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));