diff --git a/app/finance/view/expense/add.html b/app/finance/view/expense/add.html index 4970547..5e3217d 100644 --- a/app/finance/view/expense/add.html +++ b/app/finance/view/expense/add.html @@ -356,6 +356,12 @@ else if(flow_data[a].flow_type==2){ userList+= '
  • 上级部门负责人
  • '; } + else if(flow_data[a].flow_type==5){ + userList+= '
  • 当前部门分管领导
  • '; + } + else if(flow_data[a].flow_type==6){ + userList+= '
  • 上级部门分管领导
  • '; + } else{ if(flow_data[a].flow_type==3){ sign_type= ' 或签'; diff --git a/app/finance/view/invoice/add.html b/app/finance/view/invoice/add.html index 3f0b434..82630f3 100644 --- a/app/finance/view/invoice/add.html +++ b/app/finance/view/invoice/add.html @@ -291,6 +291,12 @@ function gouguInit() { else if(flow_data[a].flow_type==2){ userList+= '
  • 上级部门负责人
  • '; } + else if(flow_data[a].flow_type==5){ + userList+= '
  • 当前部门分管领导
  • '; + } + else if(flow_data[a].flow_type==6){ + userList+= '
  • 上级部门分管领导
  • '; + } else{ if(flow_data[a].flow_type==3){ sign_type= ' 或签'; diff --git a/app/home/view/flow/add.html b/app/home/view/flow/add.html index 6d3980a..402800e 100644 --- a/app/home/view/flow/add.html +++ b/app/home/view/flow/add.html @@ -418,7 +418,7 @@ \ \ \ - \ + \ \ \ \