Ver código fonte

流量卡已激活

Cherry 1 ano atrás
pai
commit
c52bab3785
1 arquivos alterados com 3 adições e 0 exclusões
  1. 3 0
      public/assets/js/backend/mobile_order_flow.js

+ 3 - 0
public/assets/js/backend/mobile_order_flow.js

@@ -139,6 +139,9 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
                     if(order.gantanhao_data_notify && order.status == '110' && order.gantanhao_data_notify.reason != undefined){
                         str = `<div style="width: 200px;" class="break-words">${order.gantanhao_data_notify.reason}</div>`;
                     }
+                    if(order.gantanhao_data_notify && order.gantanhao_data_notify.is_activated == 1){
+                        str += `<div style="width: 200px;" class="break-words">已激活</div>`;
+                    }
                     return str;
                 },searchable:false},
                 {field: 'anchor.name', title:__('主播名称') ,searchList(){return Template('anchor-search',{});},width:100,formatter:Table.api.formatter.width},