From fca642c65e643d6a9791f87eb52968ec25242b4e Mon Sep 17 00:00:00 2001
From: xzg <4727863@qq.com>
Date: Fri, 26 Apr 2024 17:44:21 +0800
Subject: [PATCH] =?UTF-8?q?=E8=B4=A7=E4=BD=8D=E4=BF=A1=E6=81=AF=E6=9F=A5?=
=?UTF-8?q?=E7=9C=8B=E8=AF=A6=E6=83=85?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../BasicdataGoodsAllocationDetails.vue | 6 +-
.../financialsector/CustomerBaseprice.vue | 58 +++++++++++++++++++
2 files changed, 63 insertions(+), 1 deletion(-)
diff --git a/src/views/basicdata/warehouse/goodsAllocation/BasicdataGoodsAllocationDetails.vue b/src/views/basicdata/warehouse/goodsAllocation/BasicdataGoodsAllocationDetails.vue
index 689f2ebf..f6d5e162 100644
--- a/src/views/basicdata/warehouse/goodsAllocation/BasicdataGoodsAllocationDetails.vue
+++ b/src/views/basicdata/warehouse/goodsAllocation/BasicdataGoodsAllocationDetails.vue
@@ -620,7 +620,11 @@ async function onLoad(page, params = {}) {
let query= JSON.parse($route.query.info)
console.log(query,'结构参数');
- data.areaType =1
+ data.areaType =details.pageInfo.areaType
+
+
+
+
let response = await geturl(url, data);
if (response.data.code == 200) {
console.log('res', response.data);
diff --git a/src/views/financialsector/CustomerBaseprice.vue b/src/views/financialsector/CustomerBaseprice.vue
index 7baa4bdc..7df8a7b9 100644
--- a/src/views/financialsector/CustomerBaseprice.vue
+++ b/src/views/financialsector/CustomerBaseprice.vue
@@ -84,6 +84,43 @@
+
+
+
+
+
+
+ 点击上传 或者拖拽上传
+
+
+
+ 请上传Excel模板文件
+
+
+
+
+
+
+
+
+
{
}
};
+const headers = computed(() => {
+ return { 'Blade-Auth': 'Bearer ' + getToken() };
+});
+const handleSuccess=(data)=>{
+console.log(data,'datas');
+if(data.code==200 && data.data=='请维护客户信息中的基础数据'){
+ ElMessage({
+ message: data.data,
+ type: 'warning',
+ })
+
+};
+}
/** 表格表头输入框搜索 */
const btnsc = val => {
console.log(val);
@@ -389,8 +441,14 @@ const exporTemp = () => {
});
});
};
+
// 导入模板
const ImportTemplate=()=>{
+ dialogTemp.value=true
+
+}
+// 导出确定
+const dialogVisible=()=>{
}