|
@@ -45,13 +45,13 @@
|
|
</a-form-model-item>
|
|
</a-form-model-item>
|
|
</a-col>
|
|
</a-col>
|
|
<a-col :md="6" :sm="24">
|
|
<a-col :md="6" :sm="24">
|
|
- <a-form-model-item label="类型">
|
|
|
|
|
|
+ <a-form-model-item label="单据类型">
|
|
<v-select
|
|
<v-select
|
|
v-model="queryParam.bizType"
|
|
v-model="queryParam.bizType"
|
|
ref="bizType"
|
|
ref="bizType"
|
|
id="srebateReport-bizType"
|
|
id="srebateReport-bizType"
|
|
code="REBATE_BILL_BIZ_TYPE"
|
|
code="REBATE_BILL_BIZ_TYPE"
|
|
- placeholder="请选择类型"
|
|
|
|
|
|
+ placeholder="请选择单据类型"
|
|
allowClear></v-select>
|
|
allowClear></v-select>
|
|
</a-form-model-item>
|
|
</a-form-model-item>
|
|
</a-col>
|
|
</a-col>
|
|
@@ -201,7 +201,7 @@ export default {
|
|
{ title: '序号', dataIndex: 'no', width: '60px', align: 'center' },
|
|
{ title: '序号', dataIndex: 'no', width: '60px', align: 'center' },
|
|
{ title: '订单号', dataIndex: 'bizNo', width: '100px', align: 'center', customRender: function (text) { return text || '--' } },
|
|
{ title: '订单号', dataIndex: 'bizNo', width: '100px', align: 'center', customRender: function (text) { return text || '--' } },
|
|
{ title: '备货单号', dataIndex: 'bizSubNo', width: '100px', align: 'center', customRender: function (text) { return text || '--' } },
|
|
{ title: '备货单号', dataIndex: 'bizSubNo', width: '100px', align: 'center', customRender: function (text) { return text || '--' } },
|
|
- { title: '类型', dataIndex: 'bizTypeDictValue', width: '80px', align: 'center', customRender: function (text) { return text || '--' } },
|
|
|
|
|
|
+ { title: '单据类型', dataIndex: 'bizTypeDictValue', width: '80px', align: 'center', customRender: function (text) { return text || '--' } },
|
|
{ title: '客户级别', dataIndex: 'buyerLevelDictValue', width: '90px', align: 'center', customRender: function (text) { return text || '--' } },
|
|
{ title: '客户级别', dataIndex: 'buyerLevelDictValue', width: '90px', align: 'center', customRender: function (text) { return text || '--' } },
|
|
{ title: '客户名称', dataIndex: 'buyerName', width: '150px', align: 'left', customRender: function (text) { return text || '--' }, ellipsis: true },
|
|
{ title: '客户名称', dataIndex: 'buyerName', width: '150px', align: 'left', customRender: function (text) { return text || '--' }, ellipsis: true },
|
|
{ title: '差价归属方', dataIndex: 'parentDealerName', width: '130px', align: 'left', customRender: function (text) { return text || '--' }, ellipsis: true },
|
|
{ title: '差价归属方', dataIndex: 'parentDealerName', width: '130px', align: 'left', customRender: function (text) { return text || '--' }, ellipsis: true },
|