From ef1cc8215ba09f7ea77bcf096ce037f61ed5becc Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Tue, 06 Dec 2022 21:44:14 +0800
Subject: [PATCH] 20221130

---
 src/main/resources/templates/febs/views/dapp/money-change-flow.html |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/main/resources/templates/febs/views/dapp/money-change-flow.html b/src/main/resources/templates/febs/views/dapp/money-change-flow.html
index f4484c4..b467e38 100644
--- a/src/main/resources/templates/febs/views/dapp/money-change-flow.html
+++ b/src/main/resources/templates/febs/views/dapp/money-change-flow.html
@@ -34,7 +34,7 @@
                                                 <option value="4">层级收益</option>
                                                 <option value="5">剩余层级收益</option>
                                                 <option value="6">复投动能</option>
-                                                <option value="7">动能收益</option>
+                                                <option value="7">出局收益</option>
                                             </select>
                                         </div>
                                     </div>
@@ -100,7 +100,7 @@
     4: {title: '层级收益'},
     5: {title: '剩余层级收益'},
     6: {title: '复投动能'},
-    7: {title: '动能收益'},
+    7: {title: '出局收益'},
     }[d.type];
     }}
     <span>{{ type.title }}</span>
@@ -137,11 +137,11 @@
         table.on('tool(moneyChangeTable)', function (obj) {
             var data = obj.data,
                 layEvent = obj.event;
-            if (layEvent === 'transferManual') {
-                febs.modal.confirm('人工操作', '是否人工转账?', function () {
-                    transferManual("flow/withdrawAgree/" + data.id);
-                });
-            }
+            // if (layEvent === 'transferManual') {
+            //     febs.modal.confirm('人工操作', '是否人工转账?', function () {
+            //         transferManual("flow/withdrawAgree/" + data.id);
+            //     });
+            // }
             if (layEvent === 'transferManual') {
                 febs.modal.confirm('人工操作', '是否人工转账?', function () {
                     transferManual(data.id);
@@ -202,7 +202,7 @@
                     {field: 'fromHash', title: 'FromHash', minWidth: 150},
                     {title: '操作',
                         templet: function (d) {
-                            if(d.status == 3){
+                            if(d.status == 1){
                                 return '<button class="layui-btn layui-btn-normal layui-btn-xs" lay-event="transferManual" shiro:hasPermission="transferManual:update">手动转账</button>'
                             }else{
                                 return ''

--
Gitblit v1.9.1