From 0b0314fc3d6b29c49422140b4211ece02cd2696b Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期五, 03 七月 2026 16:22:02 +0800
Subject: [PATCH] fix: 采购台账数量限制为5位小数,去除多余字段展示
---
src/views/basicData/customerFile/index.vue | 112 ++++++++++++++++++++++++++++----------------------------
1 files changed, 56 insertions(+), 56 deletions(-)
diff --git a/src/views/basicData/customerFile/index.vue b/src/views/basicData/customerFile/index.vue
index 79b1616..69f8e56 100644
--- a/src/views/basicData/customerFile/index.vue
+++ b/src/views/basicData/customerFile/index.vue
@@ -17,8 +17,8 @@
@change="handleQuery">
<el-option label="闆跺敭瀹㈡埛"
value="闆跺敭瀹㈡埛" />
- <el-option label="杩涢攢鍟嗗鎴�"
- value="杩涢攢鍟嗗鎴�" />
+ <el-option label="缁忛攢鍟嗗鎴�"
+ value="缁忛攢鍟嗗鎴�" />
</el-select>
<el-button type="primary"
@click="handleQuery"
@@ -92,7 +92,7 @@
</el-form-item>
</el-col>
</el-row>
- <el-row :gutter="30">
+ <!-- <el-row :gutter="30">
<el-col :span="12">
<el-form-item label="閾惰鍩烘湰鎴凤細"
prop="basicBankAccount">
@@ -109,16 +109,16 @@
clearable />
</el-form-item>
</el-col>
- </el-row>
+ </el-row> -->
<el-row :gutter="30">
- <el-col :span="12">
+ <!-- <el-col :span="12">
<el-form-item label="寮�鎴疯鍙凤細"
prop="bankCode">
<el-input v-model="form.bankCode"
placeholder="璇疯緭鍏�"
clearable />
</el-form-item>
- </el-col>
+ </el-col> -->
<el-col :span="12">
<el-form-item label="瀹㈡埛鍒嗙被锛�"
prop="customerType">
@@ -127,8 +127,8 @@
clearable>
<el-option label="闆跺敭瀹㈡埛"
value="闆跺敭瀹㈡埛" />
- <el-option label="杩涢攢鍟嗗鎴�"
- value="杩涢攢鍟嗗鎴�" />
+ <el-option label="缁忛攢鍟嗗鎴�"
+ value="缁忛攢鍟嗗鎴�" />
</el-select>
</el-form-item>
</el-col>
@@ -408,14 +408,14 @@
<span class="info-value">{{ detailForm.companyAddress }}</span>
</div>
</el-col>
- <el-col :span="12">
+ <!-- <el-col :span="12">
<div class="info-item">
<span class="info-label">閾惰鍩烘湰鎴凤細</span>
<span class="info-value">{{ detailForm.basicBankAccount }}</span>
</div>
- </el-col>
+ </el-col> -->
</el-row>
- <el-row :gutter="20">
+ <!-- <el-row :gutter="20">
<el-col :span="12">
<div class="info-item">
<span class="info-label">閾惰璐﹀彿锛�</span>
@@ -428,7 +428,7 @@
<span class="info-value">{{ detailForm.bankCode }}</span>
</div>
</el-col>
- </el-row>
+ </el-row> -->
<el-row :gutter="20">
<el-col :span="12">
<div class="info-item">
@@ -460,7 +460,7 @@
</div>
</div>
<!-- 娲借皥杩涘害璁板綍 -->
- <div class="detail-section">
+ <!-- <div class="detail-section">
<div class="section-header">
<h3 class="section-title">娲借皥杩涘害璁板綍</h3>
<el-button type="primary"
@@ -496,9 +496,9 @@
<el-icon>
<Paperclip />
</el-icon>
- 闄勪欢
+ 闄勪欢 -->
<!-- {{ row.fileList && row.fileList.length > 0 ? row.fileList.length : '涓婁紶' }} -->
- </el-button>
+ <!-- </el-button>
</template>
</el-table-column>
<el-table-column label="鎿嶄綔"
@@ -522,7 +522,7 @@
class="no-records">
鏆傛棤娲借皥杩涘害璁板綍
</div>
- </div>
+ </div> -->
<template #footer>
<div class="dialog-footer">
<el-button @click="closeDetailDialog">鍏抽棴</el-button>
@@ -738,31 +738,31 @@
prop: "contactPhone",
width: 150,
},
- {
- label: "璺熻繘杩涘害",
- prop: "followUpLevel",
- width: 120,
- },
- {
- label: "璺熻繘鏃堕棿",
- prop: "followUpTime",
- width: 120,
- },
- {
- label: "閾惰鍩烘湰鎴�",
- prop: "basicBankAccount",
- width: 220,
- },
- {
- label: "閾惰璐﹀彿",
- prop: "bankAccount",
- width: 220,
- },
- {
- label: "寮�鎴疯鍙�",
- prop: "bankCode",
- width: 220,
- },
+ // {
+ // label: "璺熻繘杩涘害",
+ // prop: "followUpLevel",
+ // width: 120,
+ // },
+ // {
+ // label: "璺熻繘鏃堕棿",
+ // prop: "followUpTime",
+ // width: 120,
+ // },
+ // {
+ // label: "閾惰鍩烘湰鎴�",
+ // prop: "basicBankAccount",
+ // width: 220,
+ // },
+ // {
+ // label: "閾惰璐﹀彿",
+ // prop: "bankAccount",
+ // width: 220,
+ // },
+ // {
+ // label: "寮�鎴疯鍙�",
+ // prop: "bankCode",
+ // width: 220,
+ // },
{
label: "缁存姢浜�",
prop: "maintainer",
@@ -777,7 +777,7 @@
label: "鎿嶄綔",
align: "center",
fixed: "right",
- width: 290,
+ width: 150,
operation: [
{
name: "缂栬緫",
@@ -786,20 +786,20 @@
openForm("edit", row);
},
},
- {
- name: "娣诲姞娲借皥杩涘害",
- type: "text",
- clickFun: row => {
- openNegotiationDialog(row);
- },
- },
- {
- name: "鍥炶鎻愰啋",
- type: "text",
- clickFun: row => {
- openReminderDialog(row);
- },
- },
+ // {
+ // name: "娣诲姞娲借皥杩涘害",
+ // type: "text",
+ // clickFun: row => {
+ // openNegotiationDialog(row);
+ // },
+ // },
+ // {
+ // name: "鍥炶鎻愰啋",
+ // type: "text",
+ // clickFun: row => {
+ // openReminderDialog(row);
+ // },
+ // },
{
name: "璇︽儏",
type: "text",
--
Gitblit v1.9.3