Commit 01b7daac02bc40657091140a81291cfebc009846

Authored by Min
1 parent 4a849b44

1.完善误工登记,取消误工登记功能

Showing 1 changed file with 3 additions and 1 deletions
src/mes/indexMes/index.js
@@ -951,8 +951,10 @@ const SystemFunComponent = () => { @@ -951,8 +951,10 @@ const SystemFunComponent = () => {
951 value.iFlag = iFlag; 951 value.iFlag = iFlag;
952 } 952 }
953 953
  954 +
  955 + const sModelsIdNew = sProName === "sp_mes_downtimeReport" || sProName === "sp_mes_un_downtimeReport" ? "" : "17211911815017669769986370";
954 const url = `${commonConfig.server_host 956 const url = `${commonConfig.server_host
955 - }procedureCall/doGenericProcedureCall?sModelsId=17211911815017669769986370`; 957 + }procedureCall/doGenericProcedureCall?sModelsId=${sModelsIdNew}`;
956 const returnData = (await commonServices.postValueService( 958 const returnData = (await commonServices.postValueService(
957 token, 959 token,
958 value, 960 value,