From d897e9aac7689926551ae413a22430540f765846 Mon Sep 17 00:00:00 2001 From: zuozhengqing <a13193816592@163.com> Date: 星期二, 21 十一月 2023 20:06:15 +0800 Subject: [PATCH] 供应商信息修改 --- src/views/purchaseManage/purchase/index.vue | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/views/purchaseManage/purchase/index.vue b/src/views/purchaseManage/purchase/index.vue index aab8d10..9bf233e 100644 --- a/src/views/purchaseManage/purchase/index.vue +++ b/src/views/purchaseManage/purchase/index.vue @@ -96,6 +96,7 @@ visible: false, title: "鍒涘缓", isDisabled:false, + detailEnter:false, infomation: { supplierList:[] } @@ -184,6 +185,7 @@ async getSupplierData() { await getSupplierList({ // [val]: content, + status:1, page:1, pageSize: 10 }) @@ -202,6 +204,7 @@ }, // 鏂板缓 addBtnClick() { + this.editConfig.detailEnter=false this.editConfig.isDisabled=false // this.editRow = {}; // this.$refs.add.islook = true; @@ -229,6 +232,8 @@ // 缂栬緫 btnEdit(row) { + this.editConfig.detailEnter=false + this.editConfig.isDisabled=false this.tableLoading = true getPurchaseInfo({ id: row.ID }).then((res) => { if (res.code == 200) { @@ -314,6 +319,7 @@ }, // 鏌ョ湅 btnLook(row){ + this.editConfig.detailEnter=true this.editConfig.isDisabled=true this.tableLoading = true getPurchaseInfo({ id: row.ID }).then((res) => { -- Gitblit v1.8.0