diff --git a/.env.development b/.env.development new file mode 100644 index 0000000..45c63c5 --- /dev/null +++ b/.env.development @@ -0,0 +1,2 @@ +VITE_API_URL = "https://m.taigurun.cn" +VITE_OSS_URL = "https://m.taigurun.cn/uploads" \ No newline at end of file diff --git a/.env.production b/.env.production new file mode 100644 index 0000000..45c63c5 --- /dev/null +++ b/.env.production @@ -0,0 +1,2 @@ +VITE_API_URL = "https://m.taigurun.cn" +VITE_OSS_URL = "https://m.taigurun.cn/uploads" \ No newline at end of file diff --git a/.gitignore b/.gitignore index d714e01..b2d1342 100644 --- a/.gitignore +++ b/.gitignore @@ -1,173 +1,404 @@ -# ---> macOS -# General -.DS_Store -.AppleDouble -.LSOverride +# ---> VisualStudio +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## +## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore -# Icon must end with two \r -Icon +# User-specific files +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates -# Thumbnails -._* +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs -# Files that might appear in the root of a volume -.DocumentRevisions-V100 -.fseventsd -.Spotlight-V100 -.TemporaryItems -.Trashes -.VolumeIcon.icns -.com.apple.timemachine.donotpresent +# Mono auto generated files +mono_crash.* -# Directories potentially created on remote AFP share -.AppleDB -.AppleDesktop -Network Trash Folder -Temporary Items -.apdisk +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Ww][Ii][Nn]32/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ +[Ll]ogs/ -# ---> Vue -# gitignore template for Vue.js projects -# -# Recommended template: Node.gitignore +# Visual Studio 2015/2017 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ -# TODO: where does this rule come from? -docs/_book +# Visual Studio 2017 auto generated files +Generated\ Files/ -# TODO: where does this rule come from? -test/ +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* -# ---> Node -# Logs -logs +# NUnit +*.VisualState.xml +TestResult.xml +nunit-*.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ + +# ASP.NET Scaffolding +ScaffoldingReadMe.txt + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_h.h +*.ilk +*.meta +*.obj +*.iobj +*.pch +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +# but not Directory.Build.rsp, as it configures directory-level build defaults +!Directory.Build.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*_wpftmp.csproj *.log -npm-debug.log* -yarn-debug.log* -yarn-error.log* -lerna-debug.log* -.pnpm-debug.log* +*.tlog +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc -# Diagnostic reports (https://nodejs.org/api/report.html) -report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json +# Chutzpah Test files +_Chutzpah* -# Runtime data -pids -*.pid -*.seed -*.pid.lock +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb -# Directory for instrumented libs generated by jscoverage/JSCover -lib-cov +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap -# Coverage directory used by tools like istanbul -coverage -*.lcov +# Visual Studio Trace Files +*.e2e -# nyc test coverage -.nyc_output +# TFS 2012 Local Workspace +$tf/ -# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) -.grunt +# Guidance Automation Toolkit +*.gpState -# Bower dependency directory (https://bower.io/) -bower_components +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user -# node-waf configuration -.lock-wscript +# TeamCity is a build add-in +_TeamCity* -# Compiled binary addons (https://nodejs.org/api/addons.html) -build/Release +# DotCover is a Code Coverage Tool +*.dotCover -# Dependency directories +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Coverlet is a free, cross platform Code Coverage Tool +coverage*.json +coverage*.xml +coverage*.info + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# NuGet Symbol Packages +*.snupkg +# The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt +*.appx +*.appxbundle +*.appxupload + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!?*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +orleans.codegen.cs + +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) +#*.snk + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm +ServiceFabricBackup/ +*.rptproj.bak + +# SQL Server files +*.mdf +*.ldf +*.ndf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings +*.rptproj.rsuser +*- [Bb]ackup.rdl +*- [Bb]ackup ([0-9]).rdl +*- [Bb]ackup ([0-9][0-9]).rdl + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat node_modules/ -jspm_packages/ -# Snowpack dependency directory (https://snowpack.dev/) -web_modules/ +# Visual Studio 6 build log +*.plg -# TypeScript cache -*.tsbuildinfo +# Visual Studio 6 workspace options file +*.opt -# Optional npm cache directory -.npm +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw -# Optional eslint cache -.eslintcache +# Visual Studio 6 auto-generated project file (contains which files were open etc.) +*.vbp -# Optional stylelint cache -.stylelintcache +# Visual Studio 6 workspace and project file (working project files containing files to include in project) +*.dsw +*.dsp -# Microbundle cache -.rpt2_cache/ -.rts2_cache_cjs/ -.rts2_cache_es/ -.rts2_cache_umd/ +# Visual Studio 6 technical files +*.ncb +*.aps -# Optional REPL history -.node_repl_history +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions -# Output of 'npm pack' -*.tgz +# Paket dependency manager +.paket/paket.exe +paket-files/ -# Yarn Integrity file -.yarn-integrity +# FAKE - F# Make +.fake/ -# dotenv environment variable files -.env -.env.development.local -.env.test.local -.env.production.local -.env.local +# CodeRush personal settings +.cr/personal -# parcel-bundler cache (https://parceljs.org/) -.cache -.parcel-cache +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc -# Next.js build output -.next -out +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config -# Nuxt.js build / generate output -.nuxt -dist +# Tabs Studio +*.tss -# Gatsby files -.cache/ -# Comment in the public line in if your project uses Gatsby and not Next.js -# https://nextjs.org/blog/next-9-1#public-directory-support -# public +# Telerik's JustMock configuration file +*.jmconfig -# vuepress build output -.vuepress/dist +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs -# vuepress v2.x temp and cache directory -.temp -.cache +# OpenCover UI analysis results +OpenCover/ -# Docusaurus cache and generated files -.docusaurus +# Azure Stream Analytics local run output +ASALocalRun/ -# Serverless directories -.serverless/ +# MSBuild Binary and Structured Log +*.binlog -# FuseBox cache -.fusebox/ +# NVidia Nsight GPU debugger configuration file +*.nvuser -# DynamoDB Local files -.dynamodb/ +# MFractors (Xamarin productivity tool) working folder +.mfractor/ -# TernJS port file -.tern-port +# Local History for Visual Studio +.localhistory/ -# Stores VSCode versions used for testing VSCode extensions -.vscode-test +# Visual Studio History (VSHistory) files +.vshistory/ -# yarn v2 -.yarn/cache -.yarn/unplugged -.yarn/build-state.yml -.yarn/install-state.gz -.pnp.* +# BeatPulse healthcheck temp database +healthchecksdb + +# Backup folder for Package Reference Convert tool in Visual Studio 2017 +MigrationBackup/ + +# Ionide (cross platform F# VS Code tools) working folder +.ionide/ + +# Fody - auto-generated XML schema +FodyWeavers.xsd + +# VS Code files for those working on multiple tools +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +*.code-workspace + +# Local History for Visual Studio Code +.history/ + +# Windows Installer files from build outputs +*.cab +*.msi +*.msix +*.msm +*.msp + +# JetBrains Rider +*.sln.iml # ---> VisualStudioCode .vscode/* @@ -183,3 +414,44 @@ dist # Built Visual Studio Code Extensions *.vsix +# ---> Vue +# gitignore template for Vue.js projects +# +# Recommended template: Node.gitignore + +# TODO: where does this rule come from? +docs/_book + +# TODO: where does this rule come from? +test/ + +.DS_Store +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + +node_modules +dist +dist-ssr +*.local + +# Editor directories and files +.vscode/* +!.vscode/extensions.json +.idea +.DS_Store +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? +.vscode +.claude +.vite + +claude.md diff --git a/README.md b/README.md index 6c9636d..9602469 100644 --- a/README.md +++ b/README.md @@ -1,2 +1 @@ -# template-h5 - +# ch-tgr \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..156d8e6 --- /dev/null +++ b/index.html @@ -0,0 +1,40 @@ + + + +
+ + + + +{content}in '+n+" ";var o=function(a,b,c){void 0!==a.extract[b]&&l.push(j.replace(/\{line\}/,(parseInt(a.line,10)||0)+(b-1)).replace(/\{class\}/,c).replace(/\{content\}/,a.extract[b]))};b.extract&&(o(b,0,""),o(b,1,"line"),o(b,2,""),h+="on line "+b.line+", column "+(b.column+1)+":
+ 个人管理中心
+
+ 商家管理中心
+
+ 运营管理中心
+
+ 主页
+
+ 礼包
+
+ 商城
+
+ 加盟店
+
+ 欢迎注册泰古润
+注:
+1、提现手续费{{ cashoutConfig.CommissionRate * 100 }}%
+2、最低提现金额{{ cashoutConfig.BaseCash }}元
+3、提现后{{ cashoutConfig.Cycle }}个工作日内审核发放
++ 注意:绑定添加银行卡必须保证银行卡号、银行预留手机号要同一个人信息才能添加成功,仅限 “添加成功” 状态的银行卡才可用于提现,添加不成功的银行卡无法用于提现! +
+
+ 积分抵¥{{ data.deductjifen?.toFixed(2) || '0.00' }}
+
+ 会员卡额度抵¥{{ data.deducthuiyuanka?.toFixed(2) || '0.00' }}
+
+ 正品保障
+
+ 快速发货
+
+ 售后无忧
+
+ 不支持发货区域:
+
+
+ {{ selectedSku }}
+
+ 产品详情
+
+ 账号:{{ data.shopphone }}
+¥{{ data.withdrawing?.toFixed(2) }}
+
+
+
+ 刷新
+统计
昨日{{ countData.yesterdayyingyee?.toFixed(2) }}
+昨日{{ countData.yesterdayingshou?.toFixed(2) }}
+昨日{{ countData.yesterdaydingdanshu }}
+昨日{{ countData.yesterdayyouhui?.toFixed(2) }}
+
+ 剩余:{{ item.balance?.toFixed(2) }}
+ {{ item.nums > 0 ? '+' : '' }} + {{ item.nums?.toFixed(2) }} +
+
+ {{ item.orderCount }}
+订单数
+¥{{ item.ordermoney }}
+营业额
+¥{{ item.income }}
+应收
+{{ $formatGMT(order.addtime, 'yyyy-MM-dd HH:mm:ss') }}
+{{ $formatCellphone(data.usercellphone) }}
+{{ $formatGMT(data.addtime, 'yyyy-MM-dd HH:mm:ss') }}
+{{ $formatGMT(data.paytime, 'yyyy-MM-dd HH:mm:ss') }}
+{{ data.payway }}
+{{ data.ordernum }}|复制
+¥{{ data.ordermoney?.toFixed(2) }}
+-{{ data.payjifen?.toFixed(2) }}积分
+-¥{{ data.payquan?.toFixed(2) }}
+¥{{ data.paymoney?.toFixed(2) }}
+{{ data.discountratio }}%
+-¥{{ data.discount }}
+¥{{ data.income }}
+{{ data.shopname }}
+{{ $formatCellphone(data.usercellphone) }}
+{{ $formatGMT(data.addtime, 'yyyy-MM-dd HH:mm:ss') }}
+{{ $formatGMT(data.paytime, 'yyyy-MM-dd HH:mm:ss') }}
+{{ data.payway }}
+{{ data.ordernum }}|复制
+¥{{ data.ordermoney?.toFixed(2) }}
+-{{ data.payjifen?.toFixed(2) }}积分
+-{{ data.payquan?.toFixed(2) }}积分
+¥{{ data.paymoney?.toFixed(2) }}
+{{ data.discountratio }}%
+
+
+ 刷新
{{ total.yesterdayyingyee && total.yesterdayyingyee != 0 + ? ((total.todayyingyee - total.yesterdayyingyee) / total.yesterdayyingyee * 100).toFixed(2) + : (total.todayyingyee > 0 ? '100.00' : '0.00') }}%较昨日
+{{ total.yesterdayingshou && total.yesterdayingshou != 0 + ? ((total.todayyingshou - total.yesterdayingshou) / total.yesterdayingshou * 100).toFixed(2) + : (total.todayyingshou > 0 ? '100.00' : '0.00') }}%较昨日
+{{ total.yesterdaydingdanshu && total.yesterdaydingdanshu != 0 + ? ((total.todaydingdanshu - total.yesterdaydingdanshu) / total.yesterdaydingdanshu * 100).toFixed(2) + : (total.todaydingdanshu > 0 ? '100.00' : '0.00') }}%较昨日
+{{ total.yesterdayyouhui && total.yesterdayyouhui != 0 + ? ((total.todayyouhui - total.yesterdayyouhui) / total.yesterdayyouhui * 100).toFixed(2) + : (total.todayyouhui > 0 ? '100.00' : '0.00') }}%较昨日
+
+
+ {{ currentDate[0] }}-{{ currentDate[1] }}-{{ currentDate[2] }}
+
+
+
+
+ {{ currentMonth[0] }}-{{ currentMonth[1] }}
+
+
+
+ {{ cellphone || '暂无手机号' }}
+
+ 余额
+
+ 会员卡
+ 核销礼品券
+
+ 查看礼品券核销记录
+
+ 查看业绩统计数据
+
+
+
+
+
+
+
+
+ 购买即可升级VIP
+
+
+
+
+
+ 用户协议内容...
+这里是用户协议的详细条款...
+{{ new Date().getDate() }}
+ {{ month }}月 +
+ 平台介绍
+ 了解泰古润
+
+ 商学院
+ 学习知识
+
+ 平台动态
+ 最新动态资讯
+
+
+
+
+
+
+ 安心购
+
+ 全部分类
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + {{ address.ReceiveName }} + {{ address.ReceivePhone }} +
+ {{ address.province }}-{{ address.city }}-{{ address.county }}-{{ + address.ReceiveAddress + }} + + 请选择收货地址 +{{ product.mallstatename }}
+ + ¥{{ product.saleprice?.toFixed(2) + }} + {{ product.saleprice?.toFixed(2) }}积分 + ++ (当前可用:{{ (userInfo.xiaofeijifen || 0)?.toFixed(2) }},本次可抵:{{ + actualJifenDeduct?.toFixed(2) }}) +
++ (当前可用:{{ (userInfo.xiaofeiquan || 0)?.toFixed(2) }},本次可抵:{{ + actualQuanDeduct?.toFixed(2) }}) +
+
+ {{ data.receiptprovince }}{{ data.receiptcity }}{{ data.receiptcounty }}{{ + data.receiptaddress }}
+{{ data.proskuname?.split(';').join('/') }}
+x{{ data.buynums }}
+买家留言:
+ + {{ data.usermsg || '无' }} + ++ 积分数量 + {{ data.payjifen?.toFixed(2) }} +
++ 支付方式 + {{ data.paychannelname }} +
++ 赠送积分 + {{ data.zongsongjifen?.toFixed(2) }} +
+
+ 订单号:
+ {{ data.ordernum }}
+
+ 下单时间 + {{ $formatGMT(data.addtime, 'yyyy-MM-dd HH:mm:ss') }} +
++ 付款时间 + {{ $formatGMT(data.paytime, 'yyyy-MM-dd HH:mm:ss') }} +
++ 发货时间 + {{ $formatGMT(data.exporttime, 'yyyy-MM-dd HH:mm:ss') }} +
++ 完成时间 + {{ $formatGMT(data.receipttime, 'yyyy-MM-dd HH:mm:ss') }} +
++ 评价时间 + {{ $formatGMT(data.evaltime, 'yyyy-MM-dd HH:mm:ss') }} +
++ 退款时间 + {{ $formatGMT(data.refundtime, 'yyyy-MM-dd HH:mm:ss') }} +
++ 商品总价 + ¥{{ data.ordermoney?.toFixed(2) }} +
++ 积分抵扣 + -¥{{ data.payjifen?.toFixed(2) }} +
++ 会员卡抵扣 + -¥{{ data.payquan?.toFixed(2) }} +
++ 实付金额 + ¥{{ data.realmoney?.toFixed(2) }} +
++ 支付方式 + {{ data.paychannelname }} +
++ 赠送积分 + {{ data.zongsongjifen?.toFixed(2) }} +
+
+ 订单号:
+ {{ data.ordernum }}
+
+ 下单时间 + {{ $formatGMT(data.addtime, 'yyyy-MM-dd HH:mm:ss') }} +
++ 付款时间 + {{ $formatGMT(data.paytime, 'yyyy-MM-dd HH:mm:ss') }} +
++ 发货时间 + {{ $formatGMT(data.exporttime, 'yyyy-MM-dd HH:mm:ss') }} +
++ 完成时间 + {{ $formatGMT(data.receipttime, 'yyyy-MM-dd HH:mm:ss') }} +
++ 评价时间 + {{ $formatGMT(data.evaltime, 'yyyy-MM-dd HH:mm:ss') }} +
++ 退款时间 + {{ $formatGMT(data.refundtime, 'yyyy-MM-dd HH:mm:ss') }} +
+
+ x{{ item.buynums }}
+惠利{{ item.discountratio }}%
+
+
+ {{ data.shop.feeratio }}%
+ + 实付 +
+ ¥{{ actualPay.toFixed(2) }} +
+ 20%
+ + 实付 +
+ ¥500.00 +
+ 邀请你使用泰古润平台
积分带卡消费,享受更多实惠
{{ data.cellphone }}
+
+ 余额
+
+ 会员卡
+
+ 积分
+
+ 待付款
+
+ 待发货
+
+ 待收货
+
+ 已完成
+
+
+
+
+
+ 提现账号
+
+ 收货地址
+
+ 联系客服
+
+ 设置中心
+
+ 尊敬的客户,我们竭诚为您服务
+扫码添加客服微信
+
+
+
+
+
+ {{ shopInfo.businesstime || '暂未设置' }}
+
+
+ 邀请好友
+
+ 账号:{{ item.cellphone ? item.cellphone.substring(0, 3) + '****' + + item.cellphone.substring(7) : '' }}
+ +
+
+ 自己礼包消费业绩
+
+ {{ data.self?.toFixed(2) }}
+
+
+ 网体礼包消费业绩
+
+ {{ data.net?.toFixed(2) }}
+ {{ data.total?.positivesum?.toFixed(2) }}
+{{ Math.abs((data.total?.negativesum))?.toFixed(2) }}
+{{ (parseInt(date[1]) < 10) ? `0${parseInt(date[1])}` : parseInt(date[1]) }}
+
+ {{ data.total?.positivesumcurrent?.toFixed(2) }}
+{{ Math.abs((data.total?.negativesumcurrent))?.toFixed(2) }}
+|
+ {{ $route.meta.title }}:{{
+ item.balance?.toFixed(2) }}
+ |
+
+ |
+
|
+
+ 备注:{{ item.remark }}
+
+ |
+ |
|
+
+ 订单:{{ item.ordernum }}
+
+ 复制
+ |
+ |
|
+
+ 时间:{{ $formatGMT(item.addtime, 'yyyy-MM-dd HH:mm:ss') }}
+
+ |
+ |
+ {{ (parseInt(date[1]) < 10) ? `0${parseInt(date[1])}` : parseInt(date[1]) }}
+
+ {{ data?.positivesumcurrent?.toFixed(2) }}
+{{ Math.abs((data?.negativesumcurrent))?.toFixed(2) }}
+券码:{{ item.sysid }}
+
+
+
+
+ 账号:{{ item.cellphone || item.username }}
+
+
+
+ {{ data.total?.positivesum?.toFixed(2) }}
+{{ Math.abs((data.total?.negativesum))?.toFixed(2) }}
+{{ (parseInt(date[1]) < 10) ? `0${parseInt(date[1])}` : parseInt(date[1]) }}
+
+ {{ data.total?.positivesumcurrent?.toFixed(2) }}
+{{ Math.abs((data.total?.negativesumcurrent))?.toFixed(2) }}
+|
+ {{ $route.meta.title }}:{{
+ item.balance?.toFixed(2) }}
+ |
+
+ |
+
|
+
+ 备注:{{ item.remark }}
+
+ |
+ |
|
+
+ 订单:{{ item.ordernum }}
+
+ 复制
+ |
+ |
|
+
+ 时间:{{ $formatGMT(item.addtime, 'yyyy-MM-dd HH:mm:ss') }}
+
+ |
+ |