chunk-3cd3bab2.bd01afae9a2e2fe6fb2b.js 16 KB

1
  1. (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-3cd3bab2"],{"86c4":function(t,e,r){},aec6:function(t,e,r){"use strict";var n=r("86c4"),a=r.n(n);a.a},e5c9:function(t,e,r){"use strict";r.r(e);var n=function(){var t=this,e=t.$createElement,r=t._self._c||e;return r("div",[r("div",{staticClass:"presentForm"},[r("div",{staticClass:"leftFrom"},[r("el-form",{ref:"params",staticClass:"formList",attrs:{model:t.params,"label-width":"100px"}},[r("el-form-item",{attrs:{label:"用户ID"}},[r("el-input",{attrs:{placeholder:"请输入用户ID",onkeyup:"this.value=this.value.replace(/[, ]/g,'')"},model:{value:t.params.member_id,callback:function(e){t.$set(t.params,"member_id","string"===typeof e?e.trim():e)},expression:"params.member_id"}})],1),r("el-form-item",{attrs:{label:"用户名称"}},[r("el-input",{attrs:{placeholder:"请输入用户名称",onkeyup:"this.value=this.value.replace(/[, ]/g,'')"},model:{value:t.params.username,callback:function(e){t.$set(t.params,"username","string"===typeof e?e.trim():e)},expression:"params.username"}})],1),r("el-form-item",{attrs:{label:"真实名称"}},[r("el-input",{attrs:{placeholder:"请输入用户真实名称",onkeyup:"this.value=this.value.replace(/[, ]/g,'')"},model:{value:t.params.real_name,callback:function(e){t.$set(t.params,"real_name","string"===typeof e?e.trim():e)},expression:"params.real_name"}})],1)],1)],1),r("div",{staticClass:"inquire"},[r("el-button",{staticClass:"demand",attrs:{type:"primary"},on:{click:t.inquire}},[t._v("查询")])],1)]),r("div",[r("el-table",{directives:[{name:"loading",rawName:"v-loading",value:t.loading,expression:"loading"}],staticStyle:{width:"100%"},attrs:{data:t.tableData,border:"","cell-style":{textAlign:"center"},"header-cell-style":{textAlign:"center"},height:"600"}},[r("el-table-column",{attrs:{prop:"member_id",label:"用户ID"}}),r("el-table-column",{attrs:{prop:"username",label:"用户名"}}),r("el-table-column",{attrs:{prop:"real_name",label:"真实名称"}}),r("el-table-column",{attrs:{prop:"account",label:"账户"}}),r("el-table-column",{attrs:{prop:"bank_name",label:"银行"}}),r("el-table-column",{attrs:{prop:"ifsc",label:"SSN"}}),r("el-table-column",{attrs:{prop:"currency",label:"法币"}}),r("el-table-column",{attrs:{prop:"bank_code",label:"银行编码"}}),r("el-table-column",{attrs:{label:"操作",width:"240px"},scopedSlots:t._u([{key:"default",fn:function(e){return[r("div",{staticClass:"handleIcon"},[r("el-button",{on:{click:function(r){return t.compileClick(e.row)}}},[t._v("编辑")])],1)]}}])})],1),r("Paginate",{attrs:{page:t.params.page,total:t.total},on:{currentChange:t.handleCurrentChange,sizeChange:t.handleSizeChange}})],1),r("el-dialog",{attrs:{title:"更新分组",visible:t.compilePopup,width:"40%","before-close":t.compileClose},on:{"update:visible":function(e){t.compilePopup=e}}},[r("div",{staticClass:"compiledetails"},[r("el-form",{ref:"compileForm",attrs:{model:t.compileForm,"label-width":"100px"}},[r("el-form-item",{attrs:{label:"真实名称"}},[r("el-input",{attrs:{placeholder:"请输入真实名称"},model:{value:t.compileForm.real_name,callback:function(e){t.$set(t.compileForm,"real_name",e)},expression:"compileForm.real_name"}})],1),r("el-form-item",{attrs:{label:"账户"}},[r("el-input",{attrs:{placeholder:"请输入账户"},model:{value:t.compileForm.account,callback:function(e){t.$set(t.compileForm,"account",e)},expression:"compileForm.account"}})],1),r("el-form-item",{attrs:{label:"法币"}},[r("el-input",{attrs:{placeholder:"请输入全大写的法币"},model:{value:t.compileForm.currency,callback:function(e){t.$set(t.compileForm,"currency",e)},expression:"compileForm.currency"}})],1),r("el-form-item",{attrs:{label:"银行"}},[r("el-input",{attrs:{placeholder:"请输入银行"},model:{value:t.compileForm.bank_name,callback:function(e){t.$set(t.compileForm,"bank_name",e)},expression:"compileForm.bank_name"}})],1),r("el-form-item",{attrs:{label:"银行编码"}},[r("el-input",{attrs:{placeholder:"请输入银行编码"},model:{value:t.compileForm.bank_code,callback:function(e){t.$set(t.compileForm,"bank_code",e)},expression:"compileForm.bank_code"}})],1),r("el-form-item",{attrs:{label:"SSN"}},[r("el-input",{attrs:{placeholder:"请输入SSN"},model:{value:t.compileForm.ifsc,callback:function(e){t.$set(t.compileForm,"ifsc",e)},expression:"compileForm.ifsc"}})],1)],1)],1),r("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[r("el-button",{on:{click:t.compileClose}},[t._v("取 消")]),r("el-button",{attrs:{type:"primary"},on:{click:t.compileSubmit}},[t._v("确 定")])],1)])],1)},a=[],o=r("f201"),u=r("0238"),i=r("c466"),c=r("365c"),l={name:"contractIndex",components:{Paginate:u["a"]},data:function(){return{compileForm:{id:"",real_name:"",account:"",bank_name:"",ifsc:"",currency:"",bank_code:""},compilePopup:!1,profit:0,profitFee:0,profitFlag:!1,params:{page:1,page_size:this.$store.state.attr.pageSize,real_name:"",username:"",member_id:""},statistics:{page:{profit_and_loss:0,amount:0},all:{profit_and_loss:0,amount:0}},orderTimeData:[],closedTimeData:[],coinList:[],tableData:[],loading:!1,total:0,btnLoading:!1}},computed:{},mounted:function(){this.$route.query.ordernum&&(this.params.ordernum=this.$route.query.ordernum),this.install()},methods:{install:function(){var t=this,e={page:this.cal.accSub(this.params.page,1),page_size:this.params.page_size,username:this.params.username,member_id:this.params.member_id,real_name:this.params.real_name};Object(o["ub"])(e).then((function(e){200===e.code?(t.total=parseInt(e.data.listTotalCount),t.tableData=e.data.list,t.statistics=e.data.statistics):t.$message.error(e.message),t.loading=!1}))},compileClick:function(t){this.compileForm=t,this.compilePopup=!0},compileClose:function(){this.compilePopup=!1,this.compileForm={id:"",real_name:"",account:"",bank_name:"",ifsc:"",currency:"",bank_code:""}},compileSubmit:function(){var t=this,e={real_name:this.compileForm.real_name,account:this.compileForm.account,bank_name:this.compileForm.bank_name,ifsc:this.compileForm.ifsc,currency:this.compileForm.currency,bank_code:this.compileForm.bank_code},r={id:this.compileForm.id};Object(c["a"])(r,e).then((function(e){t.compileClose(),t.install()}))},inquire:function(){this.params.page=1,this.tableData=[],this.install()},changeOrderTime:function(t){t?(this.params.created_at_start=t[0]/1e3,this.params.created_at_end=t[1]/1e3):(this.params.created_at_start="",this.params.created_at_end="")},changeClosedTime:function(t){t?(this.params.closed_at_start=t[0]/1e3,this.params.closed_at_end=t[1]/1e3):(this.params.closed_at_start="",this.params.closed_at_end="")},detail:function(t){this.$router.push({path:"/member/moneybag",query:{ordernum:t.ordernum}})},handleCurrentChange:function(t){this.params.page=t,this.install()},handleSizeChange:function(t,e){this.params.page_size=t,this.install()},timestampToDatetime:function(t){return Object(i["a"])(t,!0)}}},d=l,m=(r("aec6"),r("2877")),s=Object(m["a"])(d,n,a,!1,null,"74254a0b",null);e["default"]=s.exports},f201:function(t,e,r){"use strict";r.d(e,"U",(function(){return a})),r.d(e,"j",(function(){return o})),r.d(e,"zb",(function(){return u})),r.d(e,"B",(function(){return i})),r.d(e,"k",(function(){return c})),r.d(e,"vb",(function(){return l})),r.d(e,"c",(function(){return d})),r.d(e,"i",(function(){return m})),r.d(e,"f",(function(){return s})),r.d(e,"g",(function(){return p})),r.d(e,"e",(function(){return b})),r.d(e,"h",(function(){return f})),r.d(e,"b",(function(){return h})),r.d(e,"v",(function(){return O})),r.d(e,"u",(function(){return g})),r.d(e,"x",(function(){return j})),r.d(e,"w",(function(){return _})),r.d(e,"y",(function(){return v})),r.d(e,"sb",(function(){return k})),r.d(e,"fb",(function(){return x})),r.d(e,"ob",(function(){return w})),r.d(e,"o",(function(){return y})),r.d(e,"xb",(function(){return F})),r.d(e,"wb",(function(){return S})),r.d(e,"yb",(function(){return T})),r.d(e,"rb",(function(){return C})),r.d(e,"qb",(function(){return P})),r.d(e,"pb",(function(){return $})),r.d(e,"T",(function(){return D})),r.d(e,"tb",(function(){return z})),r.d(e,"R",(function(){return q})),r.d(e,"Q",(function(){return I})),r.d(e,"S",(function(){return E})),r.d(e,"A",(function(){return L})),r.d(e,"z",(function(){return N})),r.d(e,"t",(function(){return A})),r.d(e,"N",(function(){return J})),r.d(e,"P",(function(){return H})),r.d(e,"eb",(function(){return B})),r.d(e,"n",(function(){return G})),r.d(e,"a",(function(){return K})),r.d(e,"l",(function(){return M})),r.d(e,"d",(function(){return Q})),r.d(e,"m",(function(){return R})),r.d(e,"O",(function(){return U})),r.d(e,"ib",(function(){return V})),r.d(e,"nb",(function(){return W})),r.d(e,"jb",(function(){return X})),r.d(e,"lb",(function(){return Y})),r.d(e,"kb",(function(){return Z})),r.d(e,"gb",(function(){return tt})),r.d(e,"mb",(function(){return et})),r.d(e,"hb",(function(){return rt})),r.d(e,"db",(function(){return nt})),r.d(e,"cb",(function(){return at})),r.d(e,"Z",(function(){return ot})),r.d(e,"ab",(function(){return ut})),r.d(e,"bb",(function(){return it})),r.d(e,"H",(function(){return ct})),r.d(e,"D",(function(){return lt})),r.d(e,"C",(function(){return dt})),r.d(e,"G",(function(){return mt})),r.d(e,"F",(function(){return st})),r.d(e,"E",(function(){return pt})),r.d(e,"I",(function(){return bt})),r.d(e,"L",(function(){return ft})),r.d(e,"K",(function(){return ht})),r.d(e,"J",(function(){return Ot})),r.d(e,"M",(function(){return gt})),r.d(e,"r",(function(){return jt})),r.d(e,"p",(function(){return _t})),r.d(e,"s",(function(){return vt})),r.d(e,"q",(function(){return kt})),r.d(e,"V",(function(){return xt})),r.d(e,"Y",(function(){return wt})),r.d(e,"X",(function(){return yt})),r.d(e,"W",(function(){return Ft})),r.d(e,"ub",(function(){return St}));var n=r("b775");function a(t){return Object(n["b"])({url:"/common-dic/update2",method:"POST",data:t})}function o(t){return Object(n["b"])({url:"/withdrawal-net/index",method:"get",params:t})}function u(t){return Object(n["b"])({url:"/withdrawal-net/create",method:"POST",data:t})}function i(t,e){return Object(n["b"])({url:"/withdrawal-net/update",method:"put",params:t,data:e})}function c(t){return Object(n["b"])({url:"/common-dic/index2",method:"get",params:t})}function l(t){return Object(n["b"])({url:"/withdrawal-net/delete",method:"delete",params:t})}function d(t){return Object(n["b"])({url:"/coin/index",method:"get",params:t})}function m(t,e){return Object(n["b"])({url:"/coin/update",method:"put",params:t,data:e})}function s(t){return Object(n["b"])({url:"/coin-recharge-net",method:"get",params:t})}function p(t){return Object(n["b"])({url:"/coin-recharge-net/delete",method:"delete",params:t})}function b(t){return Object(n["b"])({url:"/coin/net",method:"get",params:t})}function f(t){return Object(n["b"])({url:"/coin-recharge-net/create",method:"POST",data:t})}function h(t){return Object(n["b"])({url:"/invite-level/index",method:"get",params:t})}function O(t,e){return Object(n["b"])({url:"/invite-level/update",method:"put",params:t,data:e})}function g(t){return Object(n["b"])({url:"/invite-level/create",method:"POST",data:t})}function j(t){return Object(n["b"])({url:"/invite-profit-static/index",method:"get",params:t})}function _(t){return Object(n["b"])({url:"/invite-profit-static/detail",method:"get",params:t})}function v(t){return Object(n["b"])({url:"/invite-profit-static/profit",method:"get",params:t})}function k(t){return Object(n["b"])({url:"/wallet/transfer-log",method:"get",params:t})}function x(t){return Object(n["b"])({url:"/wallet/transfer-export",method:"get",responseType:"blob",params:t})}function w(t){return Object(n["b"])({url:"/wallet/flash-exchange-log",method:"get",params:t})}function y(t){return Object(n["b"])({url:"/wallet/flash-exchange-export",method:"get",responseType:"blob",params:t})}function F(t){return Object(n["b"])({url:"/withdraw/index",method:"get",params:t})}function S(t){return Object(n["b"])({url:"/withdraw/export",method:"get",responseType:"blob",params:t})}function T(t,e){return Object(n["b"])({url:"/withdraw/update",method:"put",params:t,data:e})}function C(t){return Object(n["b"])({url:"/wallet/operate-log",method:"get",params:t})}function P(t){return Object(n["b"])({url:"/wallet/operate",method:"POST",data:t})}function $(t){return Object(n["b"])({url:"/wallet/modify-wallet-operate-remark",method:"PATCH",data:t})}function D(t){return Object(n["b"])({url:"/wallet/operate-export",method:"get",responseType:"blob",params:t})}function z(t){return Object(n["b"])({url:"/withdraw/abandon",method:"POST",data:t})}function q(t){return Object(n["b"])({url:"/recharge/confirm",method:"POST",data:t})}function I(t){return Object(n["b"])({url:"/recharge/abandon",method:"POST",data:t})}function E(t){return Object(n["b"])({url:"/recharge/export",method:"get",responseType:"blob",params:t})}function L(t){return Object(n["b"])({url:"/invite-profit-static/log",method:"get",params:t})}function N(t){return Object(n["b"])({url:"/invite-profit-static/change-type",method:"get",params:t})}function A(t){return Object(n["b"])({url:"/futures-order/index",method:"get",params:t})}function J(t){return Object(n["b"])({url:"/futures-order/close",method:"POST",data:t})}function H(t){return Object(n["b"])({url:"/futures-order/cancel-close",method:"POST",data:t})}function B(t){return Object(n["b"])({url:"/coin-control/index",method:"get",params:t})}function G(t,e){return Object(n["b"])({url:"/coin-control/update",method:"put",params:t,data:e})}function K(t){return Object(n["b"])({url:"/coin-control/create",method:"post",data:t})}function M(t,e){return Object(n["b"])({url:"/coin-control/delete",method:"DELETE",params:t,data:e})}function Q(t){return Object(n["b"])({url:"/coin-control/coin",method:"get",params:t})}function R(t){return Object(n["b"])({url:"/futures-order/close-fee",method:"get",params:t})}function U(t){return Object(n["b"])({url:"/futures-order/close-all",method:"POST",params:t})}function V(t){return Object(n["b"])({url:"/tutorial/index",method:"get",params:t})}function W(t){return Object(n["b"])({url:"/tutorial-type/index",method:"get",params:t})}function X(t){return Object(n["b"])({url:"/tutorial-type/create",method:"POST",data:t})}function Y(t,e){return Object(n["b"])({url:"/tutorial-type/update",method:"put",params:t,data:e})}function Z(t){return Object(n["b"])({url:"/tutorial-type/delete",method:"delete",params:t})}function tt(t){return Object(n["b"])({url:"/tutorial/create",method:"POST",data:t})}function et(t,e){return Object(n["b"])({url:"/tutorial/update",method:"put",params:t,data:e})}function rt(t){return Object(n["b"])({url:"/tutorial/delete",method:"delete",params:t})}function nt(t){return Object(n["b"])({url:"/task/index",method:"get",params:t})}function at(t,e){return Object(n["b"])({url:"/task/update",method:"put",params:t,data:e})}function ot(t){return Object(n["b"])({url:"/task/create",method:"POST",data:t})}function ut(t){return Object(n["b"])({url:"/task/delete",method:"delete",params:t})}function it(t){return Object(n["b"])({url:"/task-member/index",method:"get",params:t})}function ct(t){return Object(n["b"])({url:"/option-order/index",method:"get",params:t})}function lt(t){return Object(n["b"])({url:"/option-coin/index",method:"get",params:t})}function dt(t){return Object(n["b"])({url:"/option-coin/coin",method:"get",params:t})}function mt(t,e){return Object(n["b"])({url:"/option-coin/update",method:"put",params:t,data:e})}function st(t){return Object(n["b"])({url:"/option-coin/delete",method:"delete",params:t})}function pt(t){return Object(n["b"])({url:"/option-coin/create",method:"post",data:t})}function bt(t){return Object(n["b"])({url:"/option-rule/index",method:"get",params:t})}function ft(t,e){return Object(n["b"])({url:"/option-rule/update",method:"put",params:t,data:e})}function ht(t){return Object(n["b"])({url:"/option-rule/delete",method:"delete",params:t})}function Ot(t){return Object(n["b"])({url:"/option-rule/create",method:"post",data:t})}function gt(t){return Object(n["b"])({url:"/option-order/statistics",method:"get"})}function jt(t){return Object(n["b"])({url:"/footer/index",method:"get",params:t})}function _t(t){return Object(n["b"])({url:"/footer/create",method:"post",data:t})}function vt(t,e){return Object(n["b"])({url:"/footer/update",method:"put",params:t,data:e})}function kt(t){return Object(n["b"])({url:"/footer/delete",method:"delete",params:t})}function xt(t){return Object(n["b"])({url:"/spread-level/index",method:"get",params:t})}function wt(t,e){return Object(n["b"])({url:"/spread-level/update",method:"put",params:t,data:e})}function yt(t){return Object(n["b"])({url:"/spread-level/delete",method:"delete",params:t})}function Ft(t){return Object(n["b"])({url:"/spread-level/create",method:"post",data:t})}function St(t){return Object(n["b"])({url:"/withdraw-account/index",method:"get",params:t})}}}]);