Browse Source

修改库存转移赋值

hella_online_20240829
niexiting 5 months ago
parent
commit
a557f5be70
  1. 9
      src/pages/inventoryMove/job/inventoryMoveDetail.vue

9
src/pages/inventoryMove/job/inventoryMoveDetail.vue

@ -447,7 +447,14 @@
detail.toBatch = info.batch; detail.toBatch = info.batch;
detail.toContainerNumber = ''; detail.toContainerNumber = '';
// detail.toLocationCode = this.toLocationCode; // detail.toLocationCode = this.toLocationCode;
detail.toInventoryStatus=this.toInventoryStatus; if(this.businessTypeCode == "Move")
{
detail.toInventoryStatus=detail.inventoryStatus;
}
else
{
detail.toInventoryStatus=this.toInventoryStatus;
}
subList.push(detail) subList.push(detail)
} }
}) })

Loading…
Cancel
Save