From 864de16933ee74924a9304ea2c9b9b9bd640beeb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=83=91=E6=98=8E=E6=A2=81?= <2429105222@qq.com>
Date: Fri, 21 Jul 2023 15:02:26 +0800
Subject: [PATCH] =?UTF-8?q?=E7=94=B3=E8=B4=ADbug=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/inventory/supInoutSearchOrder.vue | 2 +-
src/views/purchase/purApply/purUdiRlDetailDialog.vue | 4 ++--
src/views/purchase/purApply/pureApplyAudit.vue | 4 ++--
src/views/purchase/purApply/pureApplySearch.vue | 1 +
4 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/src/views/inventory/supInoutSearchOrder.vue b/src/views/inventory/supInoutSearchOrder.vue
index 6696ae07..2f1a1b7e 100644
--- a/src/views/inventory/supInoutSearchOrder.vue
+++ b/src/views/inventory/supInoutSearchOrder.vue
@@ -361,7 +361,7 @@ export default {
zczbhhzbapzbh: this.filterQuery.zczbhhzbapzbh,
manufacturer: this.filterQuery.manufacturer,
actionType: this.filterQuery.actionType,
- fromCorp: this.filterQuery.fromCorp,
+ keyWords: this.filterQuery.keyWords,
mainAction: this.filterQuery.mainAction,
action:this.filterQuery.action
diff --git a/src/views/purchase/purApply/purUdiRlDetailDialog.vue b/src/views/purchase/purApply/purUdiRlDetailDialog.vue
index 0f7fa7e0..60f63365 100644
--- a/src/views/purchase/purApply/purUdiRlDetailDialog.vue
+++ b/src/views/purchase/purApply/purUdiRlDetailDialog.vue
@@ -210,7 +210,7 @@ export default {
methods: {
getThirdSysDetail() {
let query = {
- id: this.editQuery.rlId,
+ id: this.editQuery.id,
};
thirdSysDetail(query)
@@ -242,7 +242,7 @@ export default {
this.checked=true
}
let ttquery = {
- id: this.editQuery.rlId,
+ id: this.editQuery.id,
page: 1,
limit: 10,
};
diff --git a/src/views/purchase/purApply/pureApplyAudit.vue b/src/views/purchase/purApply/pureApplyAudit.vue
index 1bf90f1d..570c187c 100644
--- a/src/views/purchase/purApply/pureApplyAudit.vue
+++ b/src/views/purchase/purApply/pureApplyAudit.vue
@@ -111,8 +111,8 @@
:default-sort="defaultSort" @sort-change="handleSortChange">
-
-
+
+
{{ emergencyMap[scope.row.emergency] }}
diff --git a/src/views/purchase/purApply/pureApplySearch.vue b/src/views/purchase/purApply/pureApplySearch.vue
index 4353ad21..1c0764de 100644
--- a/src/views/purchase/purApply/pureApplySearch.vue
+++ b/src/views/purchase/purApply/pureApplySearch.vue
@@ -355,6 +355,7 @@ export default {
}
this.loading = true;
this.filterQuery.status = 12;
+ this.filterQuery.isInvCode=true
auditListApply(this.filterQuery)
.then((response) => {
if (response.code == 20000) {