From 2c7890dc25f0cf08b30663eb6c91f83ff29ac24b Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Fri, 22 Mar 2024 11:20:44 +0800
Subject: [PATCH] 抽奖

---
 src/main/resources/templates/febs/views/modules/news/productBuyListNew.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/templates/febs/views/modules/news/productBuyListNew.html b/src/main/resources/templates/febs/views/modules/news/productBuyListNew.html
index cb29034..599e77c 100644
--- a/src/main/resources/templates/febs/views/modules/news/productBuyListNew.html
+++ b/src/main/resources/templates/febs/views/modules/news/productBuyListNew.html
@@ -267,7 +267,7 @@
                     {templet: '#isBuyMateState', title: '匹配状态', minWidth: 100,align:'center'},
                     {title: '操作',
                         templet: function (d) {
-                            if(d.state == 1){
+                            if(d.state == 1 && d.buttonState == 1){
                                 return '<button class="layui-btn layui-btn-normal layui-btn-xs" lay-event="productSellPick" shiro:hasPermission="user:update">手动匹配</button>'
                             }else{
                                 return ''

--
Gitblit v1.9.1