qingyiay
2023-07-02 38de059c83720527d3813448153390da3e6453dc
api/globalApi.js
@@ -140,6 +140,18 @@
      url: '/wrzs/jcproduct/getJcProductList',
      method: 'GET'
   },
   /**
    * @description 验质产品 河钢     */
   qualityInspection: {
      url: '/wrzs/userOperation/qualityInspection',
      method: 'GET'
   },
   /**
    * @description 验质产品历史 河钢     */
   qualityInspectionHistory: {
      url: '/wrzs/userOperation/qualityInspectionHistory',
      method: 'GET'
   },
   //   用户
   // 获取用户信息
   getUserEntity: {
@@ -271,11 +283,16 @@
      url: '/wrzs/userOperation/weighList',
      method: 'GET'
   },
   // 加减煤
   // 加减煤 河钢
   addAndSubtractCoal: {
      url: '/wrzs/jcgatestate/repeatCheck',
      method: 'POST'
   },
   // 继续称重
   continueWeigh: {
      url: '/wrzs/jcgatestate/continueWeigh',
      method: 'POST'
   },
   // 获取所在磅房
   getWeighHouse: {
      url: '/wrzs/jccoalweighhouse/getWeighHouse',