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) {