#
vincentlu
1 天以前 a0a30a103b30a972942eb5cf4b4c0b45a1c2e562
zy-acs-flow/src/page/guarantee/guaranteeConstants.js
@@ -15,33 +15,6 @@
        optionValue: 'id',
        filterToQuery: buildFilter('name'),
    },
    AREA: {
        id: 'AREA',
        labelKey: 'page.guarantee.scope.area',
        valueType: 'reference',
        reference: 'area',
        optionText: 'name',
        optionValue: 'id',
        filterToQuery: buildFilter('name'),
    },
    BIZ: {
        id: 'BIZ',
        labelKey: 'page.guarantee.scope.biz',
        valueType: 'reference',
        reference: 'taskType',
        optionText: 'name',
        optionValue: 'id',
        filterToQuery: buildFilter('name'),
    },
    AGV: {
        id: 'AGV',
        labelKey: 'page.guarantee.scope.agv',
        valueType: 'reference',
        reference: 'agv',
        optionText: 'uuid',
        optionValue: 'id',
        filterToQuery: buildFilter('uuid'),
    },
};
export const DEFAULT_SCOPE_TYPE = SCOPE_CONFIGS.GLOBAL.id;