wxw
7 天以前 dae8d2ead57bf0712ef4a7ceecd4f4becfd9e591
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({