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