Bläddra i källkod

续方详情:增加输入判断

yezehua 7 år sedan
förälder
incheckning
46ad9f6119
1 ändrade filer med 3 tillägg och 1 borttagningar
  1. 3 1
      js/buz/prescription-detail.js

+ 3 - 1
js/buz/prescription-detail.js

@ -149,7 +149,7 @@ $(function(){
    			}).catch(function(e) {
    				showErrorMsg(e)
    			})
    		} else { // 审核不通过
    		} else if(result == 2){ // 审核不通过
    			if(!checkDisAgreeInputs()) {
    				return ;
    			}
@ -174,6 +174,8 @@ $(function(){
	    		}).catch(function(e) {
    				showErrorMsg(e)
    			})
    		} else {
    			showErrorMsg("请选择审核结果")
    		}
    		
    	})