diff --git a/src/views/basic/BusTypeChange.vue b/src/views/basic/BusTypeChange.vue
index 5447e92..1de2737 100644
--- a/src/views/basic/BusTypeChange.vue
+++ b/src/views/basic/BusTypeChange.vue
@@ -41,7 +41,7 @@
{{ enableMap[scope.row.supplementAll] }}
-
+
{
this.loading = false;
this.codeArry = response.data.list || [];
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",