|
@@ -194,8 +194,12 @@ $(function () {
|
|
|
global_flawDataPay = drgs;
|
|
|
setBoxHeight();
|
|
|
changePay()
|
|
|
- }
|
|
|
- });
|
|
|
+ }else{
|
|
|
+ $.alerModal({ "message": '接口出错', type: "tip", time: '1000', isFather: true, win: 'default', fatherWrapper: $("#mainBox", parent.document) });
|
|
|
+ }
|
|
|
+ }).catch(()=>{
|
|
|
+ $.alerModal({ "message": '接口出错', type: "tip", time: '1000', isFather: true, win: 'default', fatherWrapper: $("#mainBox", parent.document) });
|
|
|
+ });
|
|
|
}
|
|
|
function getRecordDetailUpdate() {
|
|
|
post(api.getRecordDetail, { 'behospitalCode': global_id }).then(function (res) {
|