819527061@qq.com
2023-12-01 c56e67c77e2a36c894346830c1ab1e6df36fe935
utils/api.js
@@ -26,6 +26,15 @@
      name: 'pig',
      mehtod: 'GET'
   },
   //新增收款明细
   //账套接口查询
   getLedgerList: {
      url: '/yunxiao/zhaccountledger/page',
      name: 'pig',
      mehtod: 'GET'
   },
   // 操作人员
   operator: {
      url: '/admin/dict/type/operator',
@@ -78,7 +87,7 @@
   /**
    * @选择客户
    */
    */
   // 搜索
   customer: {
      url: '/yunxiao/customer/page',
@@ -192,6 +201,10 @@
      url: '/oa/actTask/backAll',
      method: "POST"
   },
   back: {
      url: '/oa/actTask/back',
      method: "POST"
   },
   deleteHistoric: {
      url: '/oa/actTask/deleteHistoric',
      method: "POST"
@@ -211,6 +224,24 @@
   coalbunker: {
      url: '/yunxiao/coalbunker/page',
      method: 'GET'
   },
   //新增收款明细
   addObj: {
      url: '/yunxiao/gatheringbill',
      method: 'post',
   },
   putObj: {
      url: '/yunxiao/gatheringbill',
      method: 'PUT',
   },
   //收款明细详情
   getObj: {
      url: '/yunxiao/gatheringbill',
      method: 'GET',
   },
   getListByComp: {
      url: '/yunxiao/jcncskuser/getListByComp',
      method: 'GET',
   }
}