|
@@ -23,10 +23,10 @@
|
|
<a-col :md="6" :sm="24">
|
|
<a-col :md="6" :sm="24">
|
|
<a-form-item label="供应商" :label-col="{ span:7 }" :wrapper-col="{ span:17}">
|
|
<a-form-item label="供应商" :label-col="{ span:7 }" :wrapper-col="{ span:17}">
|
|
<a-select
|
|
<a-select
|
|
- id="purchaseOrderList-supplierSn"
|
|
|
|
|
|
+ id="purchaseOrderList-dealerSn"
|
|
placeholder="请选择供应商"
|
|
placeholder="请选择供应商"
|
|
allowClear
|
|
allowClear
|
|
- v-model="queryParam.supplierSn"
|
|
|
|
|
|
+ v-model="queryParam.dealerSn"
|
|
:showSearch="true"
|
|
:showSearch="true"
|
|
option-filter-prop="children"
|
|
option-filter-prop="children"
|
|
:filter-option="filterOption">
|
|
:filter-option="filterOption">
|
|
@@ -156,7 +156,7 @@ export default {
|
|
// 查询参数
|
|
// 查询参数
|
|
queryParam: {
|
|
queryParam: {
|
|
purchaseBillNo: '',
|
|
purchaseBillNo: '',
|
|
- supplierSn: undefined,
|
|
|
|
|
|
+ dealerSn: undefined,
|
|
billStatus: undefined,
|
|
billStatus: undefined,
|
|
financialStatus: undefined,
|
|
financialStatus: undefined,
|
|
beginDate: '',
|
|
beginDate: '',
|
|
@@ -262,7 +262,7 @@ export default {
|
|
resetSearchForm () {
|
|
resetSearchForm () {
|
|
this.queryParam.orderBundleNo = ''
|
|
this.queryParam.orderBundleNo = ''
|
|
this.queryParam.purchaseBillNo = ''
|
|
this.queryParam.purchaseBillNo = ''
|
|
- this.queryParam.supplierSn = ''
|
|
|
|
|
|
+ this.queryParam.dealerSn = ''
|
|
this.queryParam.billStatus = undefined
|
|
this.queryParam.billStatus = undefined
|
|
this.queryParam.financialStatus = undefined
|
|
this.queryParam.financialStatus = undefined
|
|
this.queryParam.beginDate = ''
|
|
this.queryParam.beginDate = ''
|