|
|
@@ -4,11 +4,13 @@ $(function () {
|
|
|
var buttonStatus = $("#buttonStatus").val();
|
|
|
|
|
|
if(status == 2){
|
|
|
- if(apply_type == 2){
|
|
|
+ // wj 添加简易流程分发
|
|
|
+ if(apply_type == 2 || apply_type == 3 ){
|
|
|
//$('#jylctg').css({ "display": "inline-block" });
|
|
|
$('#jylcff').css({ "display": "inline-block" });
|
|
|
}
|
|
|
$("#fsgbm").css({ "display": "inline-block" });
|
|
|
+
|
|
|
//待分发没有退回按钮status
|
|
|
//$("#bh").css({ "display": "inline-block" });
|
|
|
}else if(status == 3){
|