|
@@ -425,7 +425,6 @@
|
|
|
},
|
|
|
warehouseChange1(e) {
|
|
|
var id = ''
|
|
|
-
|
|
|
this.warehouseIndex1 = e.detail.value
|
|
|
this.WarehouseInOutInfo.binNumberKey = this.warehouseIndex1
|
|
|
this.WarehouseInOutInfo.binNumber = this.warehouse1[this.warehouseIndex1]
|
|
@@ -612,7 +611,7 @@
|
|
|
return
|
|
|
}
|
|
|
if (!this.WarehouseInOutInfo.binNumber) {
|
|
|
- this.$api.msg('仓库不能为空')
|
|
|
+ this.$api.msg('仓位号不能为空')
|
|
|
return
|
|
|
}
|
|
|
if (this.WarehouseInOutInfo.grossWeight > 100 || this.WarehouseInOutInfo.grossWeight < 1) {
|