gjy il y a 3 ans
Parent
commit
bf10e9e659
1 fichiers modifiés avec 7 ajouts et 3 suppressions
  1. 7 3
      pages/erp/exWarehousing/exWarehousing.vue

+ 7 - 3
pages/erp/exWarehousing/exWarehousing.vue

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