|
@@ -143,6 +143,13 @@ export default {
|
|
|
this.params.warehouseName = "";
|
|
|
this.params.goodsAllocation = "";
|
|
|
this.params.goodsAllocationName = "";
|
|
|
+ this.params["puOrderItemList"] = this.params["puOrderItemList"].map(
|
|
|
+ (item) => ({
|
|
|
+ ...item,
|
|
|
+ goodsAllocation: "",
|
|
|
+ goodsAllocationName: "",
|
|
|
+ })
|
|
|
+ );
|
|
|
|
|
|
if (billList.find((item) => item === nVal)) {
|
|
|
this.rules.warehouseName = [
|