chenrui пре 4 година
родитељ
комит
9a3ce07a7f
1 измењених фајлова са 3 додато и 5 уклоњено
  1. 3 5
      src/views/financialManagement/financialCollection/list.vue

+ 3 - 5
src/views/financialManagement/financialCollection/list.vue

@@ -62,9 +62,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.grabFlag"
-                  ref="grabFlag"
-                  id="financialCollectionList-grabFlag"
+                  v-model="queryParam.financialStatus"
+                  ref="financialStatus"
+                  id="financialCollectionList-financialStatus"
                   code="FINANCIAL_RECEIVE_STATUS"
                   code="FINANCIAL_RECEIVE_STATUS"
                   placeholder="请选择财务状态"
                   placeholder="请选择财务状态"
                   allowClear></v-select>
                   allowClear></v-select>
@@ -164,7 +164,6 @@ export default {
   data () {
   data () {
     return {
     return {
       queryParam: { //  查询条件
       queryParam: { //  查询条件
-        salesReturnBillNo: '', //  单号
         buyerName: '',
         buyerName: '',
         dealerLevel: undefined,
         dealerLevel: undefined,
         settleStyleSn: undefined,
         settleStyleSn: undefined,
@@ -242,7 +241,6 @@ export default {
     },
     },
     //  重置
     //  重置
     resetSearchForm () {
     resetSearchForm () {
-      this.queryParam.salesReturnBillNo = ''
       this.queryParam.buyerName = ''
       this.queryParam.buyerName = ''
       this.queryParam.dealerLevel = undefined
       this.queryParam.dealerLevel = undefined
       this.queryParam.settleStyleSn = undefined
       this.queryParam.settleStyleSn = undefined