819527061@qq.com
2023-11-24 5c8906cc4aaa7fcf70ee37de2dd1069161d80a61
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',
@@ -211,6 +220,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',
   }
}