qingyiay
2023-10-16 546863eae7d337d47260d63a4b3733f7313ce52d
api/globalApi.js
@@ -275,7 +275,7 @@
   },
   // 获取所在磅房
   getWeighHouse: {
      url: '/wrzs/jccoalweighhouse/getWeighHouse',
      url: '/wrzs/jccoalweighhouse/getUpperPound',
      method: 'GET'
   },
@@ -429,5 +429,32 @@
   printer: {
      url: '/wrzs/printer/handler',
      method: 'GET'
   },
   /**
    * @description 装卸员通过负责的单位查询煤场*/
   getDeptIdFiled: {
      url: '/wrzs/jccoalfiled/getDeptIdFiled',
      method: 'GET'
   },
   /**
    * @description 装卸员查看煤场下所有的煤种类型
    */
   getFiledIdCoalBunker: {
      url: '/wrzs/jccoalbunker/getFiledIdCoalBunker',
      method: 'GET'
   },
   /**
    * @description 新增外购原发磅单表
    */
   appSaveContact: {
      url: '/wrzs/tmtaskcoalcontact/appSave',
      method: 'POST'
   },
   /**
    * @description 查询是否有此用户
    */
   phoneAndCard: {
      url: '/wrzs/userentity/phoneAndCard',
      method: 'GET'
   }
}