Explorar o código

新增支出项

shish hai 1 ano
pai
achega
a4321afd3f
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      common/components/dict.php

+ 3 - 1
common/components/dict.php

@@ -508,9 +508,11 @@ class dict
             'qt' => 5,//其它
         ],
         'expendTypeMap' => [
-            0 => '店租', 1 => '水电', 2 => '物业', 3 => '伙食', 4 => '房租', 5 => '其它', 6 => '物品', 7 => '办公用品'
+            0 => '店租', 1 => '水电', 2 => '物业', 3 => '伙食', 4 => '房租', 5 => '其它', 6 => '物品', 7 => '办公用品', 8 => '运费', 9 => '工资'
         ],
         'expendTypeList' => [
+            ['id' => 9, 'name' => '工资'],
+            ['id' => 8, 'name' => '运费'],
             ['id' => 7, 'name' => '办公用品'],
             ['id' => 6, 'name' => '物品'],
             ['id' => 0, 'name' => '店租'],