You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@beisen-platform/export-form

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@beisen-platform/export-form

```javascript # 点击form的取消需要的回调函数 onCancel = () => { console.log('onCancel......') } # 点击form的打印按钮需要的回调函数 onSave = () => { console.log('onSave......') } # form初始化过程中需要调用的loading openLoading = () => { console.log('openLoading....


Version published
Weekly downloads
23
increased by360%
Maintainers
1
Created
Weekly downloads
 

Readme

Source
打印的form
需要传递props
	# 点击form的取消需要的回调函数
	onCancel = () => {
		console.log('onCancel......')
  	}
	# 点击form的打印按钮需要的回调函数
  	onSave = () => {
    	console.log('onSave......')
  	}
	# form初始化过程中需要调用的loading
  	openLoading = () => {
    	console.log('openLoading......')
  	}
  	# form api请求回来后需要取消loading
  	closeLoading = () => {
    	console.log('closeLoading......')
  	}
  	
    popOptions = {
      queryUrl: {
        metaObjName: "BeisenCloudDemo.ceshi0602"
      },
      data: {
        firstDisplayedFieldTextAry: [{
          id: "cf63ca5a-481d-442c-bf5b-cb89b0341feb",
          showText: "123456"
        }],
        id: "cf63ca5a-481d-442c-bf5b-cb89b0341feb",
        ids: "cf63ca5a-481d-442c-bf5b-cb89b0341feb",
        _id: "cf63ca5a-481d-442c-bf5b-cb89b0341feb"
      },
      cmpContext: {
        app: "BeisenCloudDemo",
        application: "BeisenCloudDemo",
        currentViewName: "BeisenCloudDemo_wfbdzw0602",
        metaObjName: "BeisenCloudDemo.ceshi0602",
        tenantID: 100013,
        viewName: "BeisenCloudDemo.SingleObjectListView.all"
      },
      searchData:  {
        search_data: {
          items: [],
          metaObjName: "BeisenCloudDemo.ceshi0602",
          searchFormFilterJson: null,
          searchView: "BeisenCloudDemo.zdlx"
        },
        table_data: {
          advance: {cmp_render: {
            status: "enable",
            viewPath: ""
          }, layout: {

          }},
          extendsParam: "",
          getTreeNodeUrl: null,
          hasCheckColumn: true,
          hasRowHandler: true,
          isAvatars: true,
          isCustomListView: true,
          isCustomListViewExisted: false,
          isEnableGlobleCheck: false,
          isFrozenOperationColumnHandler: false,
          isSyncRowHandler: true,
          metaObjName: "BeisenCloudDemo.ceshi0602",
          operateColumWidth: 140,
          paging: {total: 344, capacity: 15, page: 0, capacityList: [15,30,60,100]},
          sort_fields: [{
            sort_column: "zhiweibianma0602",
            sort_dir: "asc"
          }],
          tableChangeReason: undefined,
          viewName: "BeisenCloudDemo.SingleObjectListView.all"
        }
      }
    };

FAQs

Package last updated on 02 Dec 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc