|
|
@@ -725,8 +725,7 @@ export default {
|
|
|
if (occupyNumSum != this.boxForm.quantity) {
|
|
|
return this.$message.error(`明细数据所有占用箱量的和必须等于箱量:${this.boxForm.quantity}!`);
|
|
|
}
|
|
|
- this.containerNumberItemList.filter(item => item.occupyNum > 0)
|
|
|
- selectedContainerNumber(this.containerNumberItemList).then(res => {
|
|
|
+ selectedContainerNumber(this.containerNumberItemList.filter(item => item.occupyNum > 0)).then(res => {
|
|
|
this.$message.success("操作成功!");
|
|
|
this.dialogVisible = false;
|
|
|
this.$emit("billsDetailfun");
|