|
@@ -3535,10 +3535,11 @@ export default {
|
|
} else if (!this.dataListSelection[warehouse].fNetweight) {
|
|
} else if (!this.dataListSelection[warehouse].fNetweight) {
|
|
this.$message.error("请选择调拨净重");
|
|
this.$message.error("请选择调拨净重");
|
|
return false;
|
|
return false;
|
|
- } else if (!this.dataListSelection[warehouse].fQty) {
|
|
|
|
- this.$message.error("请维护调拨件数");
|
|
|
|
- return false;
|
|
|
|
}
|
|
}
|
|
|
|
+ // else if (!this.dataListSelection[warehouse].fQty) {
|
|
|
|
+ // this.$message.error("请维护调拨件数");
|
|
|
|
+ // return false;
|
|
|
|
+ // }
|
|
}
|
|
}
|
|
if (valid) {
|
|
if (valid) {
|
|
let listSelection = JSON.parse(JSON.stringify(this.dataListSelection))
|
|
let listSelection = JSON.parse(JSON.stringify(this.dataListSelection))
|
|
@@ -3649,7 +3650,8 @@ export default {
|
|
} else if (this.dataListSelection[li].fBillstatus >= 30) {
|
|
} else if (this.dataListSelection[li].fBillstatus >= 30) {
|
|
this.$message.error('请勿重复装货')
|
|
this.$message.error('请勿重复装货')
|
|
return false
|
|
return false
|
|
- } else if (!this.dataListSelection[li].fQty || this.dataListSelection[li].fQty === 0) {
|
|
|
|
|
|
+ }
|
|
|
|
+ else if (!this.dataListSelection[li].fQty || this.dataListSelection[li].fQty === 0) {
|
|
this.$message.error('请填写调拨件数')
|
|
this.$message.error('请填写调拨件数')
|
|
return false
|
|
return false
|
|
} else if (!this.dataListSelection[li].fNetweight) {
|
|
} else if (!this.dataListSelection[li].fNetweight) {
|