|
@@ -41,6 +41,17 @@
|
|
></v-select>
|
|
></v-select>
|
|
</a-form-item>
|
|
</a-form-item>
|
|
</a-col>
|
|
</a-col>
|
|
|
|
+ <a-col :md="4" :sm="24">
|
|
|
|
+ <a-form-item label="足额打款">
|
|
|
|
+ <v-select
|
|
|
|
+ v-model="queryParam.fullPaymentFlag"
|
|
|
|
+ ref="fullPaymentFlag"
|
|
|
|
+ id="salesCollectionList-fullPaymentFlag"
|
|
|
|
+ code="FLAG"
|
|
|
|
+ placeholder="请选择是否足额打款"
|
|
|
|
+ allowClear></v-select>
|
|
|
|
+ </a-form-item>
|
|
|
|
+ </a-col>
|
|
<a-col :md="4" :sm="24">
|
|
<a-col :md="4" :sm="24">
|
|
<span class="table-page-search-submitButtons">
|
|
<span class="table-page-search-submitButtons">
|
|
<a-button type="primary" :disabled="disabled" @click="$refs.table.refresh(true)">查询</a-button>
|
|
<a-button type="primary" :disabled="disabled" @click="$refs.table.refresh(true)">查询</a-button>
|
|
@@ -146,6 +157,7 @@ export default {
|
|
subareaSn: undefined,
|
|
subareaSn: undefined,
|
|
billStatus: undefined,
|
|
billStatus: undefined,
|
|
dealerProvinceSn: undefined,
|
|
dealerProvinceSn: undefined,
|
|
|
|
+ fullPaymentFlag:undefined,
|
|
printStatus: 'NO_PRINT'
|
|
printStatus: 'NO_PRINT'
|
|
},
|
|
},
|
|
totalData: {
|
|
totalData: {
|
|
@@ -341,6 +353,7 @@ export default {
|
|
subareaSn: undefined,
|
|
subareaSn: undefined,
|
|
billStatus: undefined,
|
|
billStatus: undefined,
|
|
dealerProvinceSn: undefined,
|
|
dealerProvinceSn: undefined,
|
|
|
|
+ fullPaymentFlag:undefined,
|
|
printStatus: this.currentTab == 2 ? 'NO_PRINT' : undefined
|
|
printStatus: this.currentTab == 2 ? 'NO_PRINT' : undefined
|
|
}
|
|
}
|
|
this.$refs.table.refresh(true)
|
|
this.$refs.table.refresh(true)
|