Browse Source

财务收款

chenrui 4 năm trước cách đây
mục cha
commit
9a3ce07a7f

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

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