jbb 2 years ago
parent
commit
644e1acac8
1 changed files with 13 additions and 1 deletions
  1. 13 1
      src/api/oa/cd-personnel-files.js

+ 13 - 1
src/api/oa/cd-personnel-files.js

@@ -16,10 +16,22 @@ const getCar = (params) => getAction('/oa/car/getSelectionList', params)
 
 // 查询分页数据----物料申请
 const getGoods = (params) => getAction('/oa/activiti/getSelectionList', params)
+//查询信息 -----部门(技能博物馆)
+const getClass = (params) => getAction('/sys/sysDepart/queryMyDeptList', params)
+
+//保存搬运工对账单
+const subimtList = (params) => postAction('/oa/syCarry/add', params)
+
+//技能博物馆 -------人员档案
+const pesonListJn = (params) => getAction('/sys/user/list', params)
+
 export {
     personList,
     getFixedZy,
     annualLeave,
     getCar,
-    getGoods
+    getGoods,
+    getClass,
+    subimtList,
+    pesonListJn
 }