From a6ef9e2851d6c1e04bdad4de92b95efc35f61750 Mon Sep 17 00:00:00 2001
From: NNowhZzU <1539353356@qq.com>
Date: 星期二, 02 一月 2024 11:40:51 +0800
Subject: [PATCH] 采购入库、采购退货弹窗详情修改;库存报表页增加详情弹窗
---
north-glass-erp/northglass-erp/src/views/mm/purchaseOrder/Storage.vue | 14 +++++++++-----
1 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/north-glass-erp/northglass-erp/src/views/mm/purchaseOrder/Storage.vue b/north-glass-erp/northglass-erp/src/views/mm/purchaseOrder/Storage.vue
index c8b5979..2e394f9 100644
--- a/north-glass-erp/northglass-erp/src/views/mm/purchaseOrder/Storage.vue
+++ b/north-glass-erp/northglass-erp/src/views/mm/purchaseOrder/Storage.vue
@@ -17,7 +17,6 @@
/>
</el-col>
-
<el-col :span="2">
<el-button
id="select"
@@ -78,10 +77,13 @@
<!-- 璇︽儏妗� 閮ㄥ垎1-->
<vxe-modal v-model="showDetails" title="鏌ョ湅璇︽儏" width="600" height="80%" :mask="false" :lock-view="false" resize>
<el-container >
-<!-- <el-header height="35px"
+ <el-header height="35px"
style="margin: 0;padding: 0">
- 杩欐槸澶�
- </el-header>-->
+
+ <el-input v-model="showCGDH" placeholder="閲囪喘鍗曞彿" disabled >
+ <template #prepend>閲囪喘鍗曞彿锛�</template>
+ </el-input>
+ </el-header>
<el-main>
<template #default>
<vxe-table
@@ -360,7 +362,7 @@
})
-
+const showCGDH = ref();
//璇︽儏妗� 閮ㄥ垎2
const showDetails =ref(false);
@@ -369,7 +371,9 @@
detailData = ['cgdh', 'rkdh', 'h', 'xh', 'wlbh', 'wlmc', 'gys','w','g','dw','cgzt','rq','yl','sl','xsdh','je','6'].map(field => {
return { label: ModelColumnContent(field) , value: row[field] }
})
+
showDetails.value = true;
+ showCGDH.value = row['cgdh'];
}
const ModelColumnContent = (text) => {
--
Gitblit v1.8.0