Explorar el Código

项目管理-资金申报明细-获取资金申报明细

yuanyiming hace 2 años
padre
commit
081e18abe9
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      ssti.js

+ 5 - 0
ssti.js

@@ -179,6 +179,11 @@ router.post("/AddProjectManageFile",(req,res)=>{
     QMysql(req,res,"update_EndProjectFile")
 })
 
+//yym 项目管理-资金申报明细-获取资金申报明细
+router.get("/SelectFundDetail",(req,res)=>{
+    QMysql(req,res,"select_FundDetail")
+})
+
 // yym 项目结项-获取项目结项首页渲染数据
 router.get("/SelectSettlement",(req,res)=>{
     QMysql(req,res,"select_Settlement")