diff --git a/src/pages/information/removeOrderList.vue b/src/pages/information/removeOrderList.vue index 0ec5c59..5caeeba 100644 --- a/src/pages/information/removeOrderList.vue +++ b/src/pages/information/removeOrderList.vue @@ -98,43 +98,36 @@ {{ '消费业绩' }}({{ isLocalSymbol() }}) {{ item.orderAchieve }} - - {{ '消费金额' }}({{ isLocalSymbol() }}) - {{ item.orderAmountDollar }} - - - {{ '消费业绩' }}({{ isLocalSymbol() }}) - {{ item.orderAchieveDollar }} - - + + {{ '隶属体系' }} {{ item.vertexName }} - + {{ '隶属团队' }} {{ item.pkTeamName }} - + {{ '收货人' }} {{ item.recName }} - + {{ '收货电话' }} {{ item.recPhone }} - + {{ '省' }} {{ item.recProvinceStr }} - + {{ '市' }} {{ item.recCityStr }} - + {{ '区/县' }} {{ item.recCountyStr }} - + {{ '详细地址' }} {{ item.recAddress }} @@ -166,55 +159,44 @@ {{ '产品总额' }}(¥) {{ item.prices }} - + {{ '订单邮费' }}(¥) {{ item.postage }} - + {{ '订单总额' }}(¥) {{ item.orderAmount }} - - {{ '产品总额' }}($) - {{ item.pricesDollar }} - - - {{ '订单邮费' }}($) - {{ item.postageDollar }} - - - {{ '订单总额' }}($) - {{ item.orderAmountDollar }} - + {{ '订单状态' }} {{ item.orderStatusStr }} - + {{ '物流公司' }} -
+
{{ ctem.logisticsCompany }}
- + {{ '物流单号' }} -
+
{{ ctem.logisticsCode }}
- + {{ '创建日期' }} {{ item.creationTime }} - + {{ '支付日期' }} {{ item.payTime }} - + {{ '发货日期' }}
@@ -222,47 +204,47 @@
- + {{ '发货方式' }} {{ item.deliveryWayStr }} - + {{ '销售方式' }} {{ item.operateScopeStr }} - + {{ '运输方式' }} {{ item.tranTypeStr }} - + {{ '预售状态' }} {{ item.preSaleStatusStr }} - + {{ '支付方式' }} {{ item.payTypeStr }} - + {{ '撤单日期' }} {{ item.cancelOrderTime }} - + {{ '撤单人' }} {{ item.creatorName }} - + {{ '审核状态' }} {{ item.approvalStatus }} - + {{ '终审日期' }} {{ item.lastInstanceDate }} - + {{ '终审人' }} {{ item.lastInstanceApprover }} - + {{ '终审意见' }} {{ item.lastInstanceRemark }} @@ -612,18 +594,7 @@ export default { text: '全选', checked: false, }, - { - id: 1, - text: '消费金额' + '($)', - checked: true, - prop: 'orderAmountDollar', - }, - { - id: 2, - text: '消费业绩' + '($)', - checked: true, - prop: 'orderAchieveDollar', - }, + { id: 3, text: '隶属体系', @@ -672,24 +643,7 @@ export default { checked: true, prop: 'recAddress', }, - { - id: 11, - text: '产品总额' + '($)', - checked: true, - prop: 'priceDollar', - }, - { - id: 12, - text: '订单邮费' + '($)', - checked: true, - prop: 'postageDollar', - }, - { - id: 13, - text: '订单总额' + '($)', - checked: true, - prop: 'orderAmountDollar', - }, + { id: 14, text: '物流公司', @@ -818,7 +772,14 @@ export default { this.todayData = Date.now() this.minDate = Number(new Date('1950-01-01')) }, + onReachBottom() { + this.queryParams.pageNum++ + this.getMemberList() + }, methods: { + getColumnVisibleByColumnName(columnName) { + return !!this.menuList.find(item => item.prop === columnName)?.checked + }, isLocalSymbol, isLocals, // 设置默认日期,最大值为今天,最小值为去年今天 @@ -913,10 +874,7 @@ export default { this.allTxt = obj }) }, - onReachBottom() { - this.queryParams.pageNum++ - this.getMemberList() - }, + //查询会员信息 getMemberList() { api