From fb600a68d1bf4892e1f9817c4fea18563756b2e2 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期四, 23 四月 2026 13:51:21 +0800
Subject: [PATCH] 发货记录增加数量+“库存预警”字段移至库存管理+点击销售合同号自动跳转到销售台账
---
src/views/procurementManagement/procurementInvoiceLedger/index.vue | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/views/procurementManagement/procurementInvoiceLedger/index.vue b/src/views/procurementManagement/procurementInvoiceLedger/index.vue
index b33e3e4..efcbae2 100644
--- a/src/views/procurementManagement/procurementInvoiceLedger/index.vue
+++ b/src/views/procurementManagement/procurementInvoiceLedger/index.vue
@@ -208,11 +208,11 @@
return cell ? parseFloat(cell).toFixed(2) : 0;
},
},
- {
- label: "澧炲�肩◣",
- prop: "invoiceAmount",
- width: 200,
- },
+ // {
+ // label: "澧炲�肩◣",
+ // prop: "invoiceAmount",
+ // width: 200,
+ // },
{
label: "褰曞叆浜�",
prop: "issUer",
--
Gitblit v1.9.3