KKSU
2024-02-23 b113b572ac01c1a799e3b87d5307f34a93b88df8
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 ''