aiyou il y a 3 ans
Parent
commit
56129b8b47

+ 3 - 2
application/admin/controller/cost/CostBillPaid.php

@@ -69,11 +69,12 @@ class CostBillPaid extends Backend
                     if ($get['item.item']=='1' || $get['item.item']=='2'|| $get['item.item']=='999999999'){
                         $where_and['item_id']=['eq',$get['item.item']];
                     }else{
-
                         if ($get['item.item']=='20' ){
                             $item_id=2;
-                        }else{
+                        }elseif($get['item.item']=='10' ){
                             $item_id=1;
+                        }else{
+                            $item_id=3;
                         }
                         $get_item=CostItem::where('village_id',$get['village_id'])->where('item',$item_id)->column('id');
                         $where_and['item_id']=['in',$get_item];

+ 1 - 0
application/admin/view/cost/cost_bill_paid/index.html

@@ -52,6 +52,7 @@
             alert("请选择收费项目");
             return false;
         }
+
         if (village_id=='' || village_id=='null'){
             alert("请选择小区");
             return false;

+ 1 - 1
public/assets/js/backend/cost/cost_bill_paid.js

@@ -61,7 +61,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
 
 
                             },
-                            searchList: {"1": __('水费'), "2": __('电费'), "999999999": __('车位服务费'), "10": __('物业费'), "20": __('垃圾处理费')}},
+                            searchList: {"1": __('水费'), "2": __('电费'), "999999999": __('自定义车位服务费'), "10": __('物业费'), "20": __('垃圾处理费'), "30": __('车位服务费')}},
                         // {field: 'property_id', title: __('Property_id')},