Преглед изворни кода

综合设置增加消费券抹零设置

xiongxing пре 2 недеља
родитељ
комит
ef0302f3f9
1 измењених фајлова са 13 додато и 0 уклоњено
  1. 13 0
      src/views/elderly/fee/comprehensive-setting/index.vue

+ 13 - 0
src/views/elderly/fee/comprehensive-setting/index.vue

@@ -369,6 +369,19 @@ const list = ref([
         rule: true,
         title: '财务模块配置'
       },
+      {
+        configName: '消费券抹零设置',
+        desc: '在账单缴费时消费券抹零金额',
+        type: 'input',
+        placeholder: '请输入',
+        value: '',
+        id: '',
+        label: '请输入抹零金额',
+        prop: 'consumer_amount',
+        tgType: true,
+        rule: true,
+        title: '财务模块配置'
+      },
     ]
   },
   {