|
@@ -37,9 +37,9 @@
|
|
<a-col :md="6" :sm="24">
|
|
<a-col :md="6" :sm="24">
|
|
<a-form-item label="业务状态">
|
|
<a-form-item label="业务状态">
|
|
<v-select
|
|
<v-select
|
|
- v-model="queryParam.billStatus"
|
|
|
|
- ref="billStatus"
|
|
|
|
- id="salesManagementList-billStatus"
|
|
|
|
|
|
+ v-model="queryParam.state"
|
|
|
|
+ ref="state"
|
|
|
|
+ id="salesManagementList-state"
|
|
code="SALES_RETURN_BILL_STATUS"
|
|
code="SALES_RETURN_BILL_STATUS"
|
|
placeholder="请选择业务状态"
|
|
placeholder="请选择业务状态"
|
|
allowClear></v-select>
|
|
allowClear></v-select>
|
|
@@ -151,7 +151,7 @@ export default {
|
|
auditEndDate: '',
|
|
auditEndDate: '',
|
|
buyerSn: undefined, // 客户名称
|
|
buyerSn: undefined, // 客户名称
|
|
salesReturnNo: undefined, // 销售退货单号
|
|
salesReturnNo: undefined, // 销售退货单号
|
|
- billStatus: undefined // 业务状态
|
|
|
|
|
|
+ state: undefined // 业务状态
|
|
},
|
|
},
|
|
countData: null, // 统计数据
|
|
countData: null, // 统计数据
|
|
// 表头
|
|
// 表头
|
|
@@ -259,7 +259,7 @@ export default {
|
|
this.queryParam.auditEndDate = ''
|
|
this.queryParam.auditEndDate = ''
|
|
this.queryParam.buyerSn = undefined
|
|
this.queryParam.buyerSn = undefined
|
|
this.queryParam.salesReturnNo = ''
|
|
this.queryParam.salesReturnNo = ''
|
|
- this.queryParam.billStatus = ''
|
|
|
|
|
|
+ this.queryParam.state = ''
|
|
this.$refs.table.refresh(true)
|
|
this.$refs.table.refresh(true)
|
|
},
|
|
},
|
|
// 客户无分页列表数据
|
|
// 客户无分页列表数据
|