Jelajahi Sumber

齐套修改

dengrui 4 bulan lalu
induk
melakukan
788ecc6d8c
1 mengubah file dengan 18 tambahan dan 18 penghapusan
  1. 18 18
      entry/src/main/ets/view/CompleteSet.ets

+ 18 - 18
entry/src/main/ets/view/CompleteSet.ets

@@ -62,11 +62,11 @@ export struct CompleteSet {
     this.infoListController.close()
   }
   dialogSure = async () => {
-    // let res: outBoxClass = await StorageRequest.post("/api/v1/wmsOrder/outBox", {
-    //   houseNo: this.currentBoxStationModel?.houseNo ?? "",
-    //   vehicleNo: this.currentBoxStationModel?.vehicleNo ?? this.currentBoxStationModel.vehicleCode ?? "",
-    //   stanCode: CommonConstants.STATION_CODE
-    // } as RequestParamModel)
+    let res: outBoxClass = await StorageRequest.post("/api/v1/wmsOrder/outBox", {
+      houseNo: this.currentBoxStationModel?.houseNo ?? "",
+      vehicleNo: this.currentBoxStationModel?.vehicleNo ?? this.currentBoxStationModel.vehicleCode ?? "",
+      stanCode: CommonConstants.STATION_CODE
+    } as RequestParamModel)
 
     // this.outBox = res
 
@@ -1697,19 +1697,19 @@ struct MaterailInfoDialog {
                       this.lookDetail(item)
                     })
 
-                  // Text("出库")
-                  //   .fontSize($r('app.float.fontSize_24'))
-                  //   .fontWeight(FontWeight.Regular)
-                  //   .fontColor($r('app.color.white_100'))
-                  //   .margin({ left: 15 })
-                  //   .backgroundColor($r('app.color.warn_1'))
-                  //   .height(40)
-                  //   .textAlign(TextAlign.Center)
-                  //   .borderRadius(10)
-                  //   .width(60)
-                  //   .onClick(() => {
-                  //     this.goToOut(item)
-                  //   })
+                  Text("出库")
+                    .fontSize($r('app.float.fontSize_24'))
+                    .fontWeight(FontWeight.Regular)
+                    .fontColor($r('app.color.white_100'))
+                    .margin({ left: 15 })
+                    .backgroundColor($r('app.color.warn_1'))
+                    .height(40)
+                    .textAlign(TextAlign.Center)
+                    .borderRadius(10)
+                    .width(60)
+                    .onClick(() => {
+                      this.goToOut(item)
+                    })
                 }
                 .width('40%')
                 .justifyContent(FlexAlign.End)