yangan
2024-02-02 4d8e61ec448b4c5246478e75d5e8763a14bc5b5e
api/globalApi.js
@@ -411,4 +411,35 @@
      url: '/wrzs/tmtaskcoalitem/updateTmTaskCoalItem',
      method: 'POST'
   },
   /**
    *@description 查询一级品类 */
   getFirstCategoryName: {
      url: '/wrzs/jcproduct/getFirstCategoryName',
      method: 'GET'
   },
   /**
    *@description 查询二级品类 */
   getSecondCategoryName: {
      url: '/wrzs/jcproduct/getSecondCategoryName',
      method: 'GET'
   },
   /**
    *@description 根据一级品类 二级品类查询规格*/
   getSpec: {
      url: '/wrzs/jcproduct/getSpec',
      method: 'GET'
   },
   /**
    * @description 获取登录日志 如果第一次登录 就强制打开新手指引 */
   getLogOn: {
      url: 'admin/log/getLogOn',
      method: 'GET'
   },
      /**
    * @description 打印磅单 */
   // handler
   printerHandler:{
      url: '/wrzs/printer/handler1',
      method: 'GET'
   }
}