From a2e6070f99a10106c6c37a97d48ec1caf4323caf Mon Sep 17 00:00:00 2001
From: yaowanxin <3588231647@qq.com>
Date: 星期三, 14 一月 2026 13:34:24 +0800
Subject: [PATCH] 在审批请求中添加salesLedgerProductId参数 销售台账页面中的按钮禁用条件比较运算符
---
src/views/basicData/product/index.vue | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/views/basicData/product/index.vue b/src/views/basicData/product/index.vue
index f9a61cd..e652c53 100644
--- a/src/views/basicData/product/index.vue
+++ b/src/views/basicData/product/index.vue
@@ -235,6 +235,10 @@
const expandedKeys = ref([]);
const tableColumn = ref([
{
+ label: "浜у搧瑙勬牸缂栧彿",
+ prop: "productCode",
+ },
+ {
label: "瑙勬牸鍨嬪彿",
prop: "model",
},
--
Gitblit v1.9.3