From 633e0490561e2f3ec9e6f7cef2793dfe62fee64d Mon Sep 17 00:00:00 2001
From: wangwei <1610949092@qq.com>
Date: Mon, 6 Mar 2023 16:09:36 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BB=93=E5=BA=93bug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/purchase/cert/supCertAudit.vue | 10 ++++------
src/views/system/dept/invRelBusType.vue | 9 +++++++--
src/views/system/dept/invWarehouse.vue | 1 -
3 files changed, 11 insertions(+), 9 deletions(-)
diff --git a/src/views/purchase/cert/supCertAudit.vue b/src/views/purchase/cert/supCertAudit.vue
index 62c5e031..e4c778cf 100644
--- a/src/views/purchase/cert/supCertAudit.vue
+++ b/src/views/purchase/cert/supCertAudit.vue
@@ -28,7 +28,7 @@
-
+
@@ -114,7 +114,7 @@
-
+
@@ -352,7 +352,7 @@ export default {
2: "生产企业资质审核",
},
- manufacturerLoading: false,
+ manufacturerLoading: false,
manufacturerList: [],
fromOptions: [],
addInfoVisible: false,
@@ -420,8 +420,8 @@ export default {
return statusMap[status];
},
},
- methods: {
+ methods: {
/**-------------------------配送企业资质--------------------------*/
onReset() {
this.$router.push({
@@ -645,8 +645,6 @@ export default {
}
,
- mounted() {
- },
created() {
this.getList();
},
diff --git a/src/views/system/dept/invRelBusType.vue b/src/views/system/dept/invRelBusType.vue
index 3e34ca43..ed8b4a9d 100644
--- a/src/views/system/dept/invRelBusType.vue
+++ b/src/views/system/dept/invRelBusType.vue
@@ -106,11 +106,15 @@ export default {
},
onAddSubmit() {
- let postRequesty = {
+ debugger
+ var postRequesty = {
invCode: this.inputQuery.code,
selectActions: [],
};
- postRequesty.selectActions =JSON.parse(sessionStorage.getItem('userObj'));
+ var a=JSON.parse(sessionStorage.getItem('direction'))
+ if(a!="left"){
+ postRequesty.selectActions =JSON.parse(sessionStorage.getItem('userObj'));
+ }
updateInvRelBusType(postRequesty).then((res) => {
if (res.code == 20000) {
this.closeDialog();
@@ -127,6 +131,7 @@ export default {
transferChange(value, direction, keyArr) {
sessionStorage.setItem('userObj', JSON.stringify(keyArr))
+ sessionStorage.setItem('direction', JSON.stringify(direction))
console.log(value);
console.log(direction);
console.log(keyArr);
diff --git a/src/views/system/dept/invWarehouse.vue b/src/views/system/dept/invWarehouse.vue
index d8bc7ba6..12c0c8e6 100644
--- a/src/views/system/dept/invWarehouse.vue
+++ b/src/views/system/dept/invWarehouse.vue
@@ -565,7 +565,6 @@ export default {
},
//关联第三方仓库信息
intentSubSelect(row) {
-
if (row != null) {
if (row.sysId != null && row.sysId != undefined) {
this.thirdSubQuery.thirdSysFk = row.sysId;