wxw
1 天以前 6b2ec7bd05459ddb4ea99df00267dbfda49cbdc7
Web/src/api/wcs/wcsDevice.ts
@@ -21,6 +21,7 @@
  WriteInfo = '/api/wcsDevice/WriteInfo',
  WriteTaskInfo = '/api/wcsDevice/WriteTaskInfo',
  WriteStartStop = '/api/wcsDevice/WriteStartStop',
  GetCarDL = '/api/wcsPLC/GetCarDL',
}
// 增加设备信息
export const WriteLocationInfo = (params?: any) =>
@@ -58,6 +59,14 @@
      data: params,
   });
export const GetCarDL = () =>
   request({
         url: Api.GetCarDL,
         method: 'get',
         data: {},
      });
// 增加设备信息
export const addWcsDevice = (params?: any) =>
   request({