shish hace 1 año
padre
commit
074e0186bc
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      common/components/dict.php

+ 2 - 1
common/components/dict.php

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