hsh 1 年之前
父節點
當前提交
e6e9e23a29
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/resources/static/js/mz/west_pharmacy_send.js

+ 1 - 1
src/main/resources/static/js/mz/west_pharmacy_send.js

@@ -350,7 +350,7 @@ function initTbTable(pageIndex) {
                     var str = "";
                     if (sendRefundGroup == 0) {
                         str = '<button type="button" class="registration-no-color-foot-button" title="打印" onclick="printInjectionOralMedicine(\'' + row.patientId + '\',\'' + row.orderNo + '\',\'' + row.realNo + '\',\'' + row.times + '\',\'' + row.receiptNo + '\',\'' + row.confirmFlag + '\');" style="color: #35D082;"><i class="fa fa-print"></i></button>';
-                        if (groupNo === '71') {
+                        if (groupNo === '71' || groupNo === '83') {
                             str += '<button type="button" class="registration-no-color-foot-button" title="叫号" onclick="callNumber(\'' + row.patientId + '\',\'' + row.name + '\')"><i class="glyphicon glyphicon-bullhorn"></i></button>';
                         }
                         if (row.confirmFlag == 5 || row.confirmFlag == 0) {