|
@@ -209,9 +209,7 @@ export struct ManualWarehousing {
|
|
|
}
|
|
|
|
|
|
|
|
|
- let res: MaterialInformationModel[] = await StorageRequest.get(`/web/wcs/bindInfo/${this.recentlyRecordObject.rfid} `, {
|
|
|
- label: itemCode //"#gys022#sc022#100#20220929#31"
|
|
|
- } as MaterialInformationModel[])
|
|
|
+ let res: MaterialInformationModel = await StorageRequest.get(`/web/wcs/bindInfo/${this.recentlyRecordObject.rfid}` as MaterialInformationModel)
|
|
|
|
|
|
|
|
|
// TODO
|