From 10ffb1988fbf7772fccb8129aebd25179aa1b8c3 Mon Sep 17 00:00:00 2001
From: wangwei <1610949092@qq.com>
Date: Tue, 6 Jun 2023 11:16:03 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=94=B3=E8=B4=AD=20?=
=?UTF-8?q?=E8=B0=83=E6=95=B4=E4=BA=A7=E5=93=81=E5=BD=95=E5=85=A5=E5=88=86?=
=?UTF-8?q?=E9=A1=B5=E5=A4=9A=E9=80=89?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/purchase/purApply/purApplyEditDiaolog.vue | 1 +
src/views/purchase/purApply/purOrderSelectProduct.vue | 8 ++++++--
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/src/views/purchase/purApply/purApplyEditDiaolog.vue b/src/views/purchase/purApply/purApplyEditDiaolog.vue
index 4d20ff2f..2ceb8074 100644
--- a/src/views/purchase/purApply/purApplyEditDiaolog.vue
+++ b/src/views/purchase/purApply/purApplyEditDiaolog.vue
@@ -150,6 +150,7 @@
:data="thisData"
:pId="pId"
:purType="1"
+ :codeArray="codeArray"
>
diff --git a/src/views/purchase/purApply/purOrderSelectProduct.vue b/src/views/purchase/purApply/purOrderSelectProduct.vue
index 6e81403f..a9789af1 100644
--- a/src/views/purchase/purApply/purOrderSelectProduct.vue
+++ b/src/views/purchase/purApply/purOrderSelectProduct.vue
@@ -75,14 +75,14 @@
-
+
@@ -164,6 +164,10 @@ export default {
type: Object,
required: true,
},
+ codeArray: {
+ type: Object,
+ required: true,
+ },
},
data() {
From c7005c89c1c8362b6532fad63e1e935bf439360a Mon Sep 17 00:00:00 2001
From: anthonywj
Date: Tue, 6 Jun 2023 11:17:29 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E5=87=BA=E5=85=A5=E5=BA=93=E6=89=AB?=
=?UTF-8?q?=E7=A0=81=E7=9B=B8=E5=85=B3bug=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/inout/DialogCreateOrder.vue | 40 +++++++++++++++++++--
src/views/inout/DialogCreateOrderSelect.vue | 29 ++++++++-------
src/views/inout/DialogSelectRl.vue | 4 +--
3 files changed, 55 insertions(+), 18 deletions(-)
diff --git a/src/views/inout/DialogCreateOrder.vue b/src/views/inout/DialogCreateOrder.vue
index afd91e04..2a55d89d 100644
--- a/src/views/inout/DialogCreateOrder.vue
+++ b/src/views/inout/DialogCreateOrder.vue
@@ -468,6 +468,26 @@
>
+
+
+
+
+
+
+
-
+
{{ item.name }}
- {{item.code}}
+ {{ item.code }}
@@ -729,14 +733,13 @@ export default {
this.getResultDetailList();
},
findFromInvList(val) {
- let cQuery = {
- };
+ let cQuery = {};
selectCorpList(cQuery)
- .then((response) => {
- this.fromInvOptions = response.data || [];
- })
- .catch(() => {
- });
+ .then((response) => {
+ this.fromInvOptions = response.data || [];
+ })
+ .catch(() => {
+ });
},
getResultDetailList() {
if (isBlank(this.currentRow.billNo)) {
diff --git a/src/views/inout/DialogSelectRl.vue b/src/views/inout/DialogSelectRl.vue
index 36a97b55..ed68ed0c 100644
--- a/src/views/inout/DialogSelectRl.vue
+++ b/src/views/inout/DialogSelectRl.vue
@@ -573,6 +573,7 @@ export default {
path: "",
});
this.filterQuery = {
+ udiCode: null,
nameCode: null,
unitFk: null,
page: 1,
@@ -582,6 +583,7 @@ export default {
},
getList() {
this.loading = true;
+ this.filterQuery.udiCode = this.curRow.code;
this.filterQuery.nameCode = this.curRow.nameCode;
this.filterQuery.bindRlIds = this.curRow.bindRlIds;
this.filterQuery.unitFk = this.fromCorp;
@@ -710,10 +712,8 @@ export default {
}
,
bindId(val) {
-
if (this.curRow.code != null || this.type == 1) {
this.$emit("selectBindRl", val);
- // this.$emit("closeBindDialog", true);
} else {
let query = {
id: this.curRow.id,