0.0.30 • Published 5 years ago

ux-pps-lookup v0.0.30

Weekly downloads
27
License
ISC
Repository
-
Last release
5 years ago

API

属性说明类型默认值
popShow是否展示弹层boolean---
animation表单消失booleanfalse
field_name字段名称string---
app应用名string---
tableListApp列表来源应用名string---
metaObjName实体名string---
type调出lookUp类型string---
buttonTitletype=button 时button名string---
title组件titlestring---
onClosePop关闭事件Function()---
handelClick点击事件Function()---
onChange保存回调Function()---

example

import React from 'react';
import LookUp from 'ux-pps-lookup';
class LookUpV2 extends React.Components {
    render() {
        const options = {
                popShow: self.state.popShow,
                animation: self.state.animation,
                field_name: 'IntroductionMBOTarget',
                app: 'PerformanceCloud',
                tableListApp: 'TargetManagement',
                metaObjName: 'PerformanceCloud.AssessmentItem',
                type: 'button',
                buttonTitle: '引入目标',
                title: '引入目标',
                activityManagerId: activityManagerId,
                assessmentId: assessmentId,
                activityManagerModuleId: Id,
                onClosePop: function () {
                    self.setState({
                        popShow: false,
                        animation: true
                    });
                },
                handelClick: function () {
                    self.setState({
                        popShow: true,
                        animation: false
                    });
                }
    }
    return(
        <LookUp {...options} />
    )
}
}

ps: 该组件是平台lookup组件的简版,现在用到该组件的项目大部分已完成平台lookup组件迁移,如需使用lookup建议使用平台版本

0.0.30

5 years ago

0.0.29

5 years ago

0.0.28

5 years ago

0.0.27

5 years ago

0.0.22

5 years ago

0.0.21

5 years ago

0.0.20

5 years ago

0.0.19

5 years ago

0.0.18

5 years ago

0.0.1-5.7

5 years ago

0.0.1-5.6

5 years ago

0.0.1-5.5

5 years ago

0.0.1-5.4

5 years ago

0.0.1-5.3

5 years ago

0.0.1-5.2

5 years ago

0.0.17

5 years ago

0.0.16

5 years ago

0.0.15

6 years ago

0.0.14

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.2

6 years ago