jiaxiaoqiang před 3 měsíci
rodič
revize
7c77cc7c22
1 změnil soubory, kde provedl 1 přidání a 3 odebrání
  1. 1 3
      entry/src/main/ets/view/ManualWarehousing.ets

+ 1 - 3
entry/src/main/ets/view/ManualWarehousing.ets

@@ -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