|
@@ -1155,13 +1155,15 @@ function loadCardList() {
|
|
|
' </button>' +
|
|
|
' </div>';
|
|
|
}
|
|
|
- html += ' <div class="col-md-2 col-sm-2 col-xs-12">' +
|
|
|
- ' <button type="button" class="registration-no-color-foot-button"' +
|
|
|
- ' title="退号" onclick="backNoModal(\'' + mzyReqrecVo.mzyReqrec.patientId +'\',\''+mzyReqrecVo.mzyReqrec.paymode +'\','+ mzyReqrecVo.mzyReqrec.times + ')">' +
|
|
|
- ' <i class="fa fa-minus-square-o"></i>' +
|
|
|
- ' </button>' +
|
|
|
- ' </div>' +
|
|
|
- ' <div class="col-md-2 col-sm-2 col-xs-12">';
|
|
|
+ if(isInArrayStr("gh_refund", buttonCodes)){
|
|
|
+ html += ' <div class="col-md-2 col-sm-2 col-xs-12">' +
|
|
|
+ ' <button type="button" class="registration-no-color-foot-button"' +
|
|
|
+ ' title="退号" onclick="backNoModal(\'' + mzyReqrecVo.mzyReqrec.patientId +'\',\''+mzyReqrecVo.mzyReqrec.paymode +'\','+ mzyReqrecVo.mzyReqrec.times + ')">' +
|
|
|
+ ' <i class="fa fa-minus-square-o"></i>' +
|
|
|
+ ' </button>' +
|
|
|
+ ' </div>' ;
|
|
|
+ }
|
|
|
+ html+= ' <div class="col-md-2 col-sm-2 col-xs-12">';
|
|
|
if (mzyReqrecVo.mzyReqrec.paymode == "本院记账") {
|
|
|
html += ' <button type="button" class="registration-no-color-foot-button" title="退记账重收" onclick="chargeFeeForByjz(\'' + mzyReqrecVo.mzyReqrec.serialNo + '\')">';
|
|
|
html += ' <i class="fa fa-rmb"></i>';
|
|
@@ -1442,7 +1444,9 @@ function loadTableList() {
|
|
|
if (!(buttonCodes == null || !isInArrayStr("cancel_clinic", buttonCodes))) {
|
|
|
html += '<button type="button" class="can-not-used" title="取消接诊"><i class="fa fa-mail-reply"></i></button>';
|
|
|
}
|
|
|
- html += '<button type="button" class="registration-no-color-foot-button" title="退号" onclick="backNoModal(\'' + row.mzyReqrec.patientId + '\',\''+row.mzyReqrec.paymode +'\','+ row.mzyReqrec.times + ')"><i class="fa fa-minus-square-o"></i></button>';
|
|
|
+ if(isInArrayStr("gh_refund", buttonCodes)){
|
|
|
+ html += '<button type="button" class="registration-no-color-foot-button" title="退号" onclick="backNoModal(\'' + row.mzyReqrec.patientId + '\',\''+row.mzyReqrec.paymode +'\','+ row.mzyReqrec.times + ')"><i class="fa fa-minus-square-o"></i></button>';
|
|
|
+ }
|
|
|
if (row.mzyReqrec.paymode == "本院记账") {
|
|
|
html += ' <button type="button" class="registration-no-color-foot-button" title="退记账重收" onclick="chargeFeeForByjz(\'' + row.mzyReqrec.serialNo + '\')">';
|
|
|
html += '<i class="fa fa-rmb"></i></button>';
|