diff --git a/src/views/inventory/InvProducts.vue b/src/views/inventory/InvProducts.vue index ce2efa9..b038525 100644 --- a/src/views/inventory/InvProducts.vue +++ b/src/views/inventory/InvProducts.vue @@ -238,6 +238,7 @@ export default { page: 1, limit: 20, }; + this.invChange(); this.getList(); }, diff --git a/src/views/warehouse/stockOrderNew.vue b/src/views/warehouse/stockOrderNew.vue index f1d7137..82de907 100644 --- a/src/views/warehouse/stockOrderNew.vue +++ b/src/views/warehouse/stockOrderNew.vue @@ -679,8 +679,9 @@ export default { } if (store.getters.customerId == 110) { this.newSpDistributionVisible = true; - } else + } else{ this.newDistributionVisible = true; + } }, closeDialog(type) { this.newDistributionVisible = false; diff --git a/src/views/warehouse/stockOrderNewDistribution.vue b/src/views/warehouse/stockOrderNewDistribution.vue index ad5d21e..4255387 100644 --- a/src/views/warehouse/stockOrderNewDistribution.vue +++ b/src/views/warehouse/stockOrderNewDistribution.vue @@ -73,7 +73,7 @@ { this.loading = false; }) + }, + actionChange(val) { + + this.formData.billType=val + + }, submit(formName) { if (this.total < 1) { @@ -543,8 +551,9 @@ export default { }, selectProductFunction(event) { - if (event != null) + if (event != null) { event.target.select(); + } if (this.$isBlank(event)) { if (this.$isBlank(this.formData.billType)) { this.$message.error("单据类型不能为空!") @@ -569,6 +578,7 @@ export default { if (this.orderEditor) { this.thisData.orderId = this.formData.id } + this.invQueryData.corpId = this.formData.corpId; this.selectProductVisible = true; return; @@ -995,6 +1005,7 @@ export default { this.formData = { billdate: "", corpName: store.getters.companyName, + corpId:store.getters.customerId, customerId: store.getters.customerId, billType: "", type: "2",