feat:费用项设置去掉付费方式

This commit is contained in:
2025-09-12 19:43:57 +08:00
parent 917a16f941
commit cf40169e87

View File

@@ -158,15 +158,15 @@ export const modalSchema: FormSchemaGetter = () => [
placeholder: '请输入(如:元)',
},
},
{
label: '付费方式',
fieldName: 'paymentMode',
component: 'Select',
componentProps: {
options: getDictOptions('wy_fffs'),
},
rules: 'selectRequired',
},
// {
// label: '付费方式',
// fieldName: 'paymentMode',
// component: 'Select',
// componentProps: {
// options: getDictOptions('wy_fffs'),
// },
// rules: 'selectRequired',
// },
{
label: '进位方式',
fieldName: 'roundingMode',
@@ -202,7 +202,6 @@ export const modalSchema: FormSchemaGetter = () => [
options: getDictOptions('pro_calculation_formula'),
},
rules: 'selectRequired',
formItemClass: 'col-span-2',
},
{
label: '计费单价',