datas.json 1.79 KB
{
  "table": {
    "pageUid": "",
    "pageId": "",
    "tableType": "none",
    "pageSize": "",
    "instanceid": "ListTable"
  },
  "sql": {
    "backfields": " * ",
    "sqlform": " hrmresource ",
    "sqlwhere": " ISADACCOUNT=1 and STATUS<4 and (DEPARTMENTID is null or DEPARTMENTID = '' ) and (LOGINID is not null and LOGINID !='') ",
    "sqlorderby": " LOGINID ASC",
    "sqlprimarykey": "ID",
    "sqlisdistinct": "false",
	"fastpage": "true"
  },
  "cols": [
    {
      "width": "10%",
      "text": "84",
      "column": "ID",
      "orderkey": "ID",
      "isPrimarykey":true,
	  "hide": true
    },
    {
      "width": "10%",
      "text": "387803",
      "column": "LOGINID",
      "orderkey": "LOGINID"
    },
    {
      "width": "15%",
      "text": "413",
      "column": "LASTNAME",
      "orderkey": "LASTNAME"
    },
    {
      "width": "15%",
      "text": "383346",
      "column": "WORKCODE",
      "orderkey": "WORKCODE"
    },
    {
      "width": "10%",
      "text": "125291",
      "column": "SEX",
	  "transmethod": "com.api.integration.util.TableShowFormart.formartUserSex",
      "otherpara": "",
      "orderkey": "SEX"
    },
	{
      "width": "10%",
      "text": "602",
      "column": "status",
	  "transmethod": "com.api.integration.util.TableShowFormart.formartUserEntryStatus",
      "otherpara": "",
      "orderkey": "status"
    }
  ],
  "popedom": {
    "transmethod": "weaver.general.SplitPageTransmethod.getOpratePopedomWithUserAccount"
  },
  "operate": [
    {
      "text": "500670",
      "type": "BTN_DESIGN_DEPARTMENT",
      "index": "0"
    },
    {
      "text": "500671",
      "type": "BTN_DESIGN_MERGE_USER",
      "index": "1"
    }
  ],
  "checkbox":{
    "id":"checkbox",
    "showmethod":"weaver.general.SplitPageTransmethod.getCheckBox",
    "popedompara":"column:ID"
  }
}