0.2.3 • Published 5 years ago

ssc-formula2 v0.2.3

Weekly downloads
90
License
MIT
Repository
github
Last release
5 years ago

ssc-formula2 Version Badge

Build Status dependency status dev dependency status License Downloads

npm badge

An formula editor for the Yonyou.

ssc-formula2 in action

Live Playground

For examples of the formula in action, go to https://yyssc.github.io/ssc-formula2.

OR

To run that demo on your own computer:

Getting Started

Install dependencies

Ensure packages are installed with correct version numbers by running:

(
  export PKG=ssc-formula2;
  npm info "$PKG" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g; s/ *//g' | xargs npm install --save "$PKG"
)

Which produces and runs a command like:

npm install --save ssc-formula2 moment@>=#.## react@>=#.## react-dom@>=#.## ssc-refer@>=#.## rc-tree@>=#.##

Include component

import { Formula } from 'ssc-formula2';

Include styles

import 'rc-tree/assets/index.css';

组件结构

  • Formula
    • TextBox
    • FormulaTabs
      • 单据字段Tab
        • SearchBox
        • FormulaTree
      • 固定值Tab
      • 档案转换Tab
0.2.3

5 years ago

0.2.2

5 years ago

0.2.0

6 years ago

0.1.22

6 years ago

0.2.1

6 years ago

0.1.20

7 years ago

0.1.18

7 years ago

0.1.17

7 years ago

0.1.16

7 years ago

0.1.15

7 years ago

0.1.14

7 years ago

0.1.13

7 years ago

0.1.12

7 years ago

0.1.11

7 years ago

0.1.10

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago