|
|
|
@ -4,11 +4,11 @@ |
|
|
|
|
<div class="table-page-search-wrapper"> |
|
|
|
|
<a-form layout="inline" @keyup.enter.native="searchQuery"> |
|
|
|
|
<a-row :gutter="24"> |
|
|
|
|
<a-col :xl="6" :lg="7" :md="8" :sm="24"> |
|
|
|
|
<a-form-item label="是否子单"> |
|
|
|
|
<j-dict-select-tag placeholder="请选择是否子单" v-model="queryParam.ischild" dictCode="ischild"/> |
|
|
|
|
</a-form-item> |
|
|
|
|
</a-col> |
|
|
|
|
<!--<a-col :xl="6" :lg="7" :md="8" :sm="24">--> |
|
|
|
|
<!--<a-form-item label="是否子单">--> |
|
|
|
|
<!--<j-dict-select-tag placeholder="请选择是否子单" v-model="queryParam.ischild" dictCode="ischild"/>--> |
|
|
|
|
<!--</a-form-item>--> |
|
|
|
|
<!--</a-col>--> |
|
|
|
|
<a-col :xl="6" :lg="7" :md="8" :sm="24"> |
|
|
|
|
<a-form-item label="订单编号"> |
|
|
|
|
<a-input placeholder="请输入订单编号" v-model="queryParam.ordersNum"></a-input> |
|
|
|
@ -19,46 +19,46 @@ |
|
|
|
|
<j-dict-select-tag placeholder="请选择订单类型" v-model="queryParam.ordersType" dictCode="orders_type"/> |
|
|
|
|
</a-form-item> |
|
|
|
|
</a-col> |
|
|
|
|
<a-col :xl="6" :lg="7" :md="8" :sm="24"> |
|
|
|
|
<a-form-item label="支付方式"> |
|
|
|
|
<j-dict-select-tag placeholder="请选择支付方式" v-model="queryParam.paymentMethod" dictCode="payment_method"/> |
|
|
|
|
</a-form-item> |
|
|
|
|
</a-col> |
|
|
|
|
<a-col :xl="6" :lg="7" :md="8" :sm="24"> |
|
|
|
|
<a-form-item label="支付状态"> |
|
|
|
|
<j-dict-select-tag placeholder="请选择支付状态" v-model="queryParam.paymentStatus" dictCode="payment_status"/> |
|
|
|
|
</a-form-item> |
|
|
|
|
</a-col> |
|
|
|
|
<a-col :xl="6" :lg="7" :md="8" :sm="24"> |
|
|
|
|
<a-form-item label="账号/卡号"> |
|
|
|
|
<a-input placeholder="请输入账号/卡号" v-model="queryParam.accountNo"></a-input> |
|
|
|
|
</a-form-item> |
|
|
|
|
</a-col> |
|
|
|
|
<a-col :xl="6" :lg="7" :md="8" :sm="24"> |
|
|
|
|
<a-form-item label="城市"> |
|
|
|
|
<j-area-linkage type="cascader" v-model="queryParam.cityId" placeholder="请选择省市区"/> |
|
|
|
|
</a-form-item> |
|
|
|
|
</a-col> |
|
|
|
|
<a-col :xl="6" :lg="7" :md="8" :sm="24"> |
|
|
|
|
<a-form-item label="发票客户类型"> |
|
|
|
|
<j-dict-select-tag placeholder="请选择发票客户类型" v-model="queryParam.invoiceCustomerType" dictCode="invoice_customer_type"/> |
|
|
|
|
</a-form-item> |
|
|
|
|
</a-col> |
|
|
|
|
<a-col :xl="6" :lg="7" :md="8" :sm="24"> |
|
|
|
|
<a-form-item label="发票类型"> |
|
|
|
|
<j-dict-select-tag placeholder="请选择发票类型" v-model="queryParam.invoiceType" dictCode="invoice_type"/> |
|
|
|
|
</a-form-item> |
|
|
|
|
</a-col> |
|
|
|
|
<a-col :xl="6" :lg="7" :md="8" :sm="24"> |
|
|
|
|
<a-form-item label="公户账号"> |
|
|
|
|
<a-input placeholder="请输入公户账号" v-model="queryParam.accountNumber"></a-input> |
|
|
|
|
</a-form-item> |
|
|
|
|
</a-col> |
|
|
|
|
<a-col :xl="6" :lg="7" :md="8" :sm="24"> |
|
|
|
|
<a-form-item label="物流企业"> |
|
|
|
|
<j-select-depart placeholder="请选择物流企业" v-model="queryParam.logisticsEnterprisesId"/> |
|
|
|
|
</a-form-item> |
|
|
|
|
</a-col> |
|
|
|
|
<!--<a-col :xl="6" :lg="7" :md="8" :sm="24">--> |
|
|
|
|
<!--<a-form-item label="支付方式">--> |
|
|
|
|
<!--<j-dict-select-tag placeholder="请选择支付方式" v-model="queryParam.paymentMethod" dictCode="payment_method"/>--> |
|
|
|
|
<!--</a-form-item>--> |
|
|
|
|
<!--</a-col>--> |
|
|
|
|
<!--<a-col :xl="6" :lg="7" :md="8" :sm="24">--> |
|
|
|
|
<!--<a-form-item label="支付状态">--> |
|
|
|
|
<!--<j-dict-select-tag placeholder="请选择支付状态" v-model="queryParam.paymentStatus" dictCode="payment_status"/>--> |
|
|
|
|
<!--</a-form-item>--> |
|
|
|
|
<!--</a-col>--> |
|
|
|
|
<!--<a-col :xl="6" :lg="7" :md="8" :sm="24">--> |
|
|
|
|
<!--<a-form-item label="账号/卡号">--> |
|
|
|
|
<!--<a-input placeholder="请输入账号/卡号" v-model="queryParam.accountNo"></a-input>--> |
|
|
|
|
<!--</a-form-item>--> |
|
|
|
|
<!--</a-col>--> |
|
|
|
|
<!--<a-col :xl="6" :lg="7" :md="8" :sm="24">--> |
|
|
|
|
<!--<a-form-item label="城市">--> |
|
|
|
|
<!--<j-area-linkage type="cascader" v-model="queryParam.cityId" placeholder="请选择省市区"/>--> |
|
|
|
|
<!--</a-form-item>--> |
|
|
|
|
<!--</a-col>--> |
|
|
|
|
<!--<a-col :xl="6" :lg="7" :md="8" :sm="24">--> |
|
|
|
|
<!--<a-form-item label="发票客户类型">--> |
|
|
|
|
<!--<j-dict-select-tag placeholder="请选择发票客户类型" v-model="queryParam.invoiceCustomerType" dictCode="invoice_customer_type"/>--> |
|
|
|
|
<!--</a-form-item>--> |
|
|
|
|
<!--</a-col>--> |
|
|
|
|
<!--<a-col :xl="6" :lg="7" :md="8" :sm="24">--> |
|
|
|
|
<!--<a-form-item label="发票类型">--> |
|
|
|
|
<!--<j-dict-select-tag placeholder="请选择发票类型" v-model="queryParam.invoiceType" dictCode="invoice_type"/>--> |
|
|
|
|
<!--</a-form-item>--> |
|
|
|
|
<!--</a-col>--> |
|
|
|
|
<!--<a-col :xl="6" :lg="7" :md="8" :sm="24">--> |
|
|
|
|
<!--<a-form-item label="公户账号">--> |
|
|
|
|
<!--<a-input placeholder="请输入公户账号" v-model="queryParam.accountNumber"></a-input>--> |
|
|
|
|
<!--</a-form-item>--> |
|
|
|
|
<!--</a-col>--> |
|
|
|
|
<!--<a-col :xl="6" :lg="7" :md="8" :sm="24">--> |
|
|
|
|
<!--<a-form-item label="物流企业">--> |
|
|
|
|
<!--<j-select-depart placeholder="请选择物流企业" v-model="queryParam.logisticsEnterprisesId"/>--> |
|
|
|
|
<!--</a-form-item>--> |
|
|
|
|
<!--</a-col>--> |
|
|
|
|
<a-col :xl="6" :lg="7" :md="8" :sm="24"> |
|
|
|
|
<a-form-item label="交付状态"> |
|
|
|
|
<j-dict-select-tag placeholder="请选择交付状态" v-model="queryParam.deliveryStatus" dictCode="delivery_status"/> |
|
|
|
@ -94,10 +94,10 @@ |
|
|
|
|
|
|
|
|
|
<!-- table区域-begin --> |
|
|
|
|
<div> |
|
|
|
|
<div class="ant-alert ant-alert-info" style="margin-bottom: 16px;"> |
|
|
|
|
<i class="anticon anticon-info-circle ant-alert-icon"></i> 已选择 <a style="font-weight: 600">{{ selectedRowKeys.length }}</a>项 |
|
|
|
|
<a style="margin-left: 24px" @click="onClearSelected">清空</a> |
|
|
|
|
</div> |
|
|
|
|
<!--<div class="ant-alert ant-alert-info" style="margin-bottom: 16px;">--> |
|
|
|
|
<!--<i class="anticon anticon-info-circle ant-alert-icon"></i> 已选择 <a style="font-weight: 600">{{ selectedRowKeys.length }}</a>项--> |
|
|
|
|
<!--<a style="margin-left: 24px" @click="onClearSelected">清空</a>--> |
|
|
|
|
<!--</div>--> |
|
|
|
|
|
|
|
|
|
<a-table |
|
|
|
|
ref="table" |
|
|
|
@ -210,31 +210,31 @@ |
|
|
|
|
return !text?"":(text.length>10?text.substr(0,10):text) |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
// { |
|
|
|
|
// title:'订单编号', |
|
|
|
|
// align:"center", |
|
|
|
|
// dataIndex: 'ordersNum' |
|
|
|
|
// }, |
|
|
|
|
{ |
|
|
|
|
title:'总金额(元)', |
|
|
|
|
align:"center", |
|
|
|
|
dataIndex: 'money' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title:'运费', |
|
|
|
|
align:"center", |
|
|
|
|
dataIndex: 'freight' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title:'促销', |
|
|
|
|
align:"center", |
|
|
|
|
dataIndex: 'promotionPrice' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title:'实付款', |
|
|
|
|
title:'订单编号', |
|
|
|
|
align:"center", |
|
|
|
|
dataIndex: 'actualPayment' |
|
|
|
|
dataIndex: 'ordersNum' |
|
|
|
|
}, |
|
|
|
|
// { |
|
|
|
|
// title:'总金额(元)', |
|
|
|
|
// align:"center", |
|
|
|
|
// dataIndex: 'money' |
|
|
|
|
// }, |
|
|
|
|
// { |
|
|
|
|
// title:'运费', |
|
|
|
|
// align:"center", |
|
|
|
|
// dataIndex: 'freight' |
|
|
|
|
// }, |
|
|
|
|
// { |
|
|
|
|
// title:'促销', |
|
|
|
|
// align:"center", |
|
|
|
|
// dataIndex: 'promotionPrice' |
|
|
|
|
// }, |
|
|
|
|
// { |
|
|
|
|
// title:'实付款', |
|
|
|
|
// align:"center", |
|
|
|
|
// dataIndex: 'actualPayment' |
|
|
|
|
// }, |
|
|
|
|
{ |
|
|
|
|
title:'交货期(天)', |
|
|
|
|
align:"center", |
|
|
|
@ -245,60 +245,60 @@ |
|
|
|
|
align:"center", |
|
|
|
|
dataIndex: 'ordersType_dictText' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title:'顾客', |
|
|
|
|
align:"center", |
|
|
|
|
dataIndex: 'userId_dictText' |
|
|
|
|
}, |
|
|
|
|
// { |
|
|
|
|
// title:'顾客', |
|
|
|
|
// align:"center", |
|
|
|
|
// dataIndex: 'userId_dictText' |
|
|
|
|
// }, |
|
|
|
|
// { |
|
|
|
|
// title:'商品条目数量', |
|
|
|
|
// align:"center", |
|
|
|
|
// dataIndex: 'goodsQuantity' |
|
|
|
|
// }, |
|
|
|
|
{ |
|
|
|
|
title:'支付方式', |
|
|
|
|
align:"center", |
|
|
|
|
dataIndex: 'paymentMethod_dictText' |
|
|
|
|
}, |
|
|
|
|
// { |
|
|
|
|
// title:'支付方式', |
|
|
|
|
// align:"center", |
|
|
|
|
// dataIndex: 'paymentMethod_dictText' |
|
|
|
|
// }, |
|
|
|
|
{ |
|
|
|
|
title:'支付状态', |
|
|
|
|
align:"center", |
|
|
|
|
dataIndex: 'paymentStatus_dictText' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title:'账号/卡号', |
|
|
|
|
align:"center", |
|
|
|
|
dataIndex: 'accountNo' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title:'开户银行', |
|
|
|
|
align:"center", |
|
|
|
|
dataIndex: 'bankDeposit' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title:'支付时间', |
|
|
|
|
align:"center", |
|
|
|
|
dataIndex: 'paymentTime', |
|
|
|
|
customRender:function (text) { |
|
|
|
|
return !text?"":(text.length>10?text.substr(0,10):text) |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title:'城市', |
|
|
|
|
align:"center", |
|
|
|
|
dataIndex: 'cityId', |
|
|
|
|
scopedSlots: {customRender: 'pcaSlot'} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title:'地址', |
|
|
|
|
align:"center", |
|
|
|
|
dataIndex: 'address' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title:'邮编', |
|
|
|
|
align:"center", |
|
|
|
|
dataIndex: 'zipCode' |
|
|
|
|
}, |
|
|
|
|
// { |
|
|
|
|
// title:'账号/卡号', |
|
|
|
|
// align:"center", |
|
|
|
|
// dataIndex: 'accountNo' |
|
|
|
|
// }, |
|
|
|
|
// { |
|
|
|
|
// title:'开户银行', |
|
|
|
|
// align:"center", |
|
|
|
|
// dataIndex: 'bankDeposit' |
|
|
|
|
// }, |
|
|
|
|
// { |
|
|
|
|
// title:'支付时间', |
|
|
|
|
// align:"center", |
|
|
|
|
// dataIndex: 'paymentTime', |
|
|
|
|
// customRender:function (text) { |
|
|
|
|
// return !text?"":(text.length>10?text.substr(0,10):text) |
|
|
|
|
// } |
|
|
|
|
// }, |
|
|
|
|
// { |
|
|
|
|
// title:'城市', |
|
|
|
|
// align:"center", |
|
|
|
|
// dataIndex: 'cityId', |
|
|
|
|
// scopedSlots: {customRender: 'pcaSlot'} |
|
|
|
|
// }, |
|
|
|
|
// { |
|
|
|
|
// title:'地址', |
|
|
|
|
// align:"center", |
|
|
|
|
// dataIndex: 'address' |
|
|
|
|
// }, |
|
|
|
|
// { |
|
|
|
|
// title:'邮编', |
|
|
|
|
// align:"center", |
|
|
|
|
// dataIndex: 'zipCode' |
|
|
|
|
// }, |
|
|
|
|
{ |
|
|
|
|
title:'收货人', |
|
|
|
|
align:"center", |
|
|
|
@ -309,41 +309,41 @@ |
|
|
|
|
align:"center", |
|
|
|
|
dataIndex: 'mobile' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title:'发票客户类型', |
|
|
|
|
align:"center", |
|
|
|
|
dataIndex: 'invoiceCustomerType_dictText' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title:'发票类型', |
|
|
|
|
align:"center", |
|
|
|
|
dataIndex: 'invoiceType_dictText' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title:'纳税人识别号', |
|
|
|
|
align:"center", |
|
|
|
|
dataIndex: 'taxIdentificationNumber' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title:'开票地址', |
|
|
|
|
align:"center", |
|
|
|
|
dataIndex: 'addressBilling' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title:'电话', |
|
|
|
|
align:"center", |
|
|
|
|
dataIndex: 'telephone' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title:'公户开户行', |
|
|
|
|
align:"center", |
|
|
|
|
dataIndex: 'bankPublic' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title:'公户账号', |
|
|
|
|
align:"center", |
|
|
|
|
dataIndex: 'accountNumber' |
|
|
|
|
}, |
|
|
|
|
// { |
|
|
|
|
// title:'发票客户类型', |
|
|
|
|
// align:"center", |
|
|
|
|
// dataIndex: 'invoiceCustomerType_dictText' |
|
|
|
|
// }, |
|
|
|
|
// { |
|
|
|
|
// title:'发票类型', |
|
|
|
|
// align:"center", |
|
|
|
|
// dataIndex: 'invoiceType_dictText' |
|
|
|
|
// }, |
|
|
|
|
// { |
|
|
|
|
// title:'纳税人识别号', |
|
|
|
|
// align:"center", |
|
|
|
|
// dataIndex: 'taxIdentificationNumber' |
|
|
|
|
// }, |
|
|
|
|
// { |
|
|
|
|
// title:'开票地址', |
|
|
|
|
// align:"center", |
|
|
|
|
// dataIndex: 'addressBilling' |
|
|
|
|
// }, |
|
|
|
|
// { |
|
|
|
|
// title:'电话', |
|
|
|
|
// align:"center", |
|
|
|
|
// dataIndex: 'telephone' |
|
|
|
|
// }, |
|
|
|
|
// { |
|
|
|
|
// title:'公户开户行', |
|
|
|
|
// align:"center", |
|
|
|
|
// dataIndex: 'bankPublic' |
|
|
|
|
// }, |
|
|
|
|
// { |
|
|
|
|
// title:'公户账号', |
|
|
|
|
// align:"center", |
|
|
|
|
// dataIndex: 'accountNumber' |
|
|
|
|
// }, |
|
|
|
|
{ |
|
|
|
|
title:'销售门店', |
|
|
|
|
align:"center", |
|
|
|
@ -354,11 +354,11 @@ |
|
|
|
|
align:"center", |
|
|
|
|
dataIndex: 'salespersonId_dictText' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title:'物流企业', |
|
|
|
|
align:"center", |
|
|
|
|
dataIndex: 'logisticsEnterprisesId_dictText' |
|
|
|
|
}, |
|
|
|
|
// { |
|
|
|
|
// title:'物流企业', |
|
|
|
|
// align:"center", |
|
|
|
|
// dataIndex: 'logisticsEnterprisesId_dictText' |
|
|
|
|
// }, |
|
|
|
|
{ |
|
|
|
|
title:'交付状态', |
|
|
|
|
align:"center", |
|
|
|
|