From 2d95cc0f94335eee717406e7a777c1193a42081c Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期六, 25 四月 2026 15:00:34 +0800
Subject: [PATCH] 天津宝东 1.销售台账填完信息后,可以导出模版供客户直接盖章 2.销售台账打印报价单,可以多选销售订单,得相同公司名称,样式随意发挥 3.销售台账子表格产品的库存状态改为库存数量
---
src/views/procurementManagement/paymentEntry/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/procurementManagement/paymentEntry/index.vue b/src/views/procurementManagement/paymentEntry/index.vue
index 73c5a1a..f283dff 100644
--- a/src/views/procurementManagement/paymentEntry/index.vue
+++ b/src/views/procurementManagement/paymentEntry/index.vue
@@ -150,7 +150,7 @@
width="100"
/>
<el-table-column
- label="瑙勬牸鍨嬪彿"
+ label="灏哄"
prop="specificationModel"
show-overflow-tooltip
width="150"
@@ -280,7 +280,7 @@
showOverflowTooltip: true,
},
{
- label: "瑙勬牸鍨嬪彿",
+ label: "灏哄",
prop: "specificationModel",
showOverflowTooltip: true,
width: 150
--
Gitblit v1.9.3