|
@@ -641,8 +641,12 @@
|
|
|
return
|
|
|
}
|
|
|
}
|
|
|
- this.detailData.boxNo=this.detailData.boxNo.toUpperCase()
|
|
|
- this.detailData.boxNoOther=this.detailData.boxNoOther.toUpperCase()
|
|
|
+ if(this.detailData.boxNo){
|
|
|
+ this.detailData.boxNo=this.detailData.boxNo.toUpperCase()
|
|
|
+ }
|
|
|
+ if(this.detailData.boxNoOther){
|
|
|
+ this.detailData.boxNoOther=this.detailData.boxNoOther.toUpperCase()
|
|
|
+ }
|
|
|
this.detailData.baseId = helper.erpWarehouse.warehouseId
|
|
|
this.detailData.warehouseName = helper.erpWarehouse.warehouseName
|
|
|
this.detailData.positionId = helper.erpWarehouse.positionId
|
|
@@ -749,7 +753,7 @@
|
|
|
|
|
|
// border: 0;
|
|
|
.right-bottom {
|
|
|
- width: 300rpx;
|
|
|
+ width: 280rpx;
|
|
|
text-align: right;
|
|
|
}
|
|
|
}
|