Commit 527b0c16 authored by agping's avatar agping

收款记录

parent e21aa3ee
...@@ -172,12 +172,16 @@ require(['vue', 'css!style/timeline_pc.css', 'jquery0325', 'common'],function(Vu ...@@ -172,12 +172,16 @@ require(['vue', 'css!style/timeline_pc.css', 'jquery0325', 'common'],function(Vu
return '林老师支付宝'; return '林老师支付宝';
case '12': case '12':
return '筠姐支付宝'; return '筠姐支付宝';
case '13':
return '陈志杰支付宝';
case '20': case '20':
return '施总微信'; return '施总微信';
case '21': case '21':
return '林老师微信'; return '林老师微信';
case '22': case '22':
return '筠姐微信'; return '筠姐微信';
case '23':
return '陈志杰微信';
case '30': case '30':
return 'pos机器'; return 'pos机器';
case '40': case '40':
...@@ -198,10 +202,13 @@ require(['vue', 'css!style/timeline_pc.css', 'jquery0325', 'common'],function(Vu ...@@ -198,10 +202,13 @@ require(['vue', 'css!style/timeline_pc.css', 'jquery0325', 'common'],function(Vu
return '林老师建行卡'; return '林老师建行卡';
case '73' : case '73' :
return '新同联福居银行卡'; return '新同联福居银行卡';
case '74' :
return '陈志杰招商银行卡';
default: default:
return '暂无数据'; return '暂无数据';
} }
}, },
switchTradeType(str){ switchTradeType(str){
//成交类型 10出租 20 增佣 30 代理 40 好处费 //成交类型 10出租 20 增佣 30 代理 40 好处费
switch (String(str)){ switch (String(str)){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment