Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Yigo2架构底层升级 #42

Open
zhouzhongyuan opened this issue Jun 20, 2017 · 4 comments
Open

Yigo2架构底层升级 #42

zhouzhongyuan opened this issue Jun 20, 2017 · 4 comments
Labels

Comments

@zhouzhongyuan
Copy link
Member

No description provided.

@zhouzhongyuan
Copy link
Member Author

@zhouzhongyuan
Copy link
Member Author

zhouzhongyuan commented Jun 20, 2017

问题

  1. 现在跑的是哪个项目?cmcc OR scm?
    scm

  2. 升级的是主要哪几个文件?
    YIUI

  3. YIUI 和 yes 的关系?
    yes依赖YIUI

  4. yes_ext完全删除?
    是。凡是以来yes_ext.js的地方都要改,改成新的依赖。

  5. YIUI 和 UI的关系?

@zhouzhongyuan
Copy link
Member Author

zhouzhongyuan commented Jun 27, 2017

如何写Component

  1. 打开桌面端网站
  2. 缺什么Component就写什么

ReceiptView页面的所有组件

  • combobox
  • dict
  • datepicker
  • listview
  • button
  • toolbar
  • splitpanel
  • fluidtablelayoutpanel
  • gridlayoutpanel
  • label
  • texteditor
  • numbereditor

@zhouzhongyuan
Copy link
Member Author

zhouzhongyuan commented Jun 27, 2017

Combobox

后台数据

{
    "metaObj": {
        "condition": {
            "tableKey": "ReceiptHead",
            "condSign": 0,
            "type": 204,
            "columnKey": "Status",
            "key": "Status"
        },
        "buddyKey": "L_Status",
        "caption": "状态",
        "type": 204,
        "globalItems": "",
        "items": [
            {
                "caption": "已输入", 
                "value": "10", 
                "key": "10"}, 
            {
                "caption": "已完成",
                "value": "90",
                "key": "90"
            }, 
            {
                "caption": "已关闭",
                "value": "100", 
                "key": "100"
            }
            ],
        "key": "Status"
    },
    "hAlign": 1,
    "buddyKey": "L_Status",
    "format": {},
    "receiveFocus": true,
    "isPanel": false,
    "position": 0,
    "hasBorder": false,
    "tagName": "combobox",
    "vAlign": 0
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant