const.js 10.5 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517
export const COLUMN_TYPE_LIST = [
  {
    key: 'commonProcess',
    name: '常用流程',
    icon: 'icon-changyongliucheng',
    componentsName: 'HtCommonProcess',
    defaultColHeight: 272,
    colUrl: ''
  },
  {
    key: 'processPublicity',
    name: '流程公示',
    icon: 'icon-liuchenggongshi',
    componentsName: 'HtProcessPublicity',
    defaultColHeight: 490,
    colUrl: ''
  },
  {
    key: 'processCenter',
    name: '流程中心',
    icon: 'icon-liuchengzhongxin',
    componentsName: 'HtProcessCenter',
    configLabel: '选择类型',
    defaultColHeight: 490
  },
  {
    key: 'dataSheets',
    name: '数据列表',
    icon: 'icon-shujuliebiao',
    componentsName: 'HtDataSheets',
    configLabel: '数据类型',
    defaultColHeight: 490
  },
  {
    key: 'statisticalChart',
    name: '统计图表',
    icon: 'icon-tongjitubiao',
    componentsName: 'HtStatisticalChart',
    configLabel: '图表类型',
    defaultColHeight: 490
  },
  {
    key: 'news',
    name: '新闻公告',
    icon: 'icon-xinwengonggao',
    componentsName: 'HtNews',
    configLabel: '公告范围',
    defaultColHeight: 490,
    colUrl: ''
  },
  {
    key: 'myApplication',
    name: '我的应用',
    icon: 'icon-changyongliucheng',
    componentsName: 'HtMyApplication',
    defaultColHeight: 300,
    colUrl: ''

  },
  {
    key: 'swipeSlide',
    name: '轮播图',
    icon: 'icon-lunbotu',
    componentsName: 'HtSwipeSlide',
    configLabel: '轮播图',
    defaultColHeight: 0
  },
  {
    key: 'schedule',
    name: '日程',
    icon: 'icon-richeng',
    componentsName: 'HtSchedule',
    defaultColHeight: 560
  },
  {
    key: 'personalMatters',
    name: '个人事项',
    icon: 'icon-gerenshixiang',
    componentsName: 'HtPersonalMatters',
    defaultColHeight: 490
  },
  {
    key: 'meetingRoom',
    name: '会议',
    icon: 'icon-huiyi',
    componentsName: 'HtMeetingRoom',
    defaultColHeight: 560
  },
  /*   {
    key: 'officialAccounts',
    name: '公众号',
    icon: 'icon-gongzhonghao',
    componentsName: 'HtOfficialAccounts',
    defaultColHeight: 490
  }, */
  {
    key: 'combination',
    name: '栏目组合',
    icon: 'icon-lanmuzuhe',
    componentsName: 'HtCombination',
    configLabel: '选择栏目',
    defaultColHeight: 490
  },
  {
    key: 'custom',
    name: '自定义',
    icon: 'icon-zidingyi',
    componentsName: 'HtCustom'
  }
]
export const MOBILE_COLUMN_TYPE_LIST = [
  {
    key: 'commonProcess',
    name: '常用流程',
    icon: 'icon-changyongliucheng',
    componentsName: 'HtCommonProcess',
    defaultColHeight: 272,
    colUrl: '/mobile/matter/newMatter'
  },
  {
    key: 'processPublicity',
    name: '流程公示',
    icon: 'icon-liuchenggongshi',
    componentsName: 'HtProcessPublicity',
    defaultColHeight: 490,
    colUrl: '/mobile/matter/myTask'
  },
  {
    key: 'processCenter',
    name: '流程中心',
    icon: 'icon-liuchengzhongxin',
    componentsName: 'HtProcessCenter',
    configLabel: '选择类型',
    defaultColHeight: 490
  },
  {
    key: 'dataSheets',
    name: '数据列表',
    icon: 'icon-shujuliebiao',
    componentsName: 'HtDataSheets',
    configLabel: '数据类型',
    defaultColHeight: 490
  },
  {
    key: 'statisticalChart',
    name: '统计图表',
    icon: 'icon-tongjitubiao',
    componentsName: 'HtStatisticalChart',
    configLabel: '图表类型',
    defaultColHeight: 490
  },
  {
    key: 'news',
    name: '新闻公告',
    icon: 'icon-xinwengonggao',
    componentsName: 'HtNews',
    configLabel: '公告范围',
    defaultColHeight: 490,
    colUrl: ''
  },
  {
    key: 'swipeSlide',
    name: '轮播图',
    icon: 'icon-lunbotu',
    componentsName: 'HtSwipeSlide',
    configLabel: '轮播图',
    defaultColHeight: 0
  },
  // {
  //   key: 'schedule',
  //   name: '日程',
  //   icon: 'icon-richeng',
  //   componentsName: 'HtSchedule',
  //   defaultColHeight: 560
  // },
  // {
  //   key: 'personalMatters',
  //   name: '个人事项',
  //   icon: 'icon-gerenshixiang',
  //   componentsName: 'HtPersonalMatters',
  //   defaultColHeight: 490
  // },
  // {
  //   key: 'meetingRoom',
  //   name: '会议',
  //   icon: 'icon-huiyi',
  //   componentsName: 'HtMeetingRoom',
  //   defaultColHeight: 560
  // },
  /*   {
    key: 'officialAccounts',
    name: '公众号',
    icon: 'icon-gongzhonghao',
    componentsName: 'HtOfficialAccounts',
    defaultColHeight: 490
  }, */
  {
    key: 'combination',
    name: '栏目组合',
    icon: 'icon-lanmuzuhe',
    componentsName: 'HtCombination',
    configLabel: '选择栏目',
    defaultColHeight: 490
  },
  {
    key: 'custom',
    name: '自定义',
    icon: 'icon-zidingyi',
    componentsName: 'HtCustom'
  }
]
export const FILTER_TYPE_OPTIONS = [
  {
    key: 'all',
    value: '所有数据'
  },
  {
    key: 'sponsorship',
    value: '流程发起人'
  },
  {
    key: 'processCategories',
    value: '流程分类'
  },
  {
    key: 'processDefinition',
    value: '流程定义'
  }
]

export const PROCESS_TYPE = [
  {
    key: 'todo',
    name: '我的待办',
    method: 'getTodoList',
    columnList: [
      {
        key: 'procDefName',
        label: '流程名称',
        width: '110'
      },
      {
        key: 'createTime',
        label: '到达时间',
        width: '160'
      },
      {
        key: 'creator',
        label: '发起人',
        width: '100'
      }
    ]
  },
  {
    key: 'done',
    name: '我的已办',
    columnList: [
      {
        key: 'procDefName',
        label: '流程名称',
        width: '120'
      },
      {
        key: 'completeTime',
        label: '办理时间',
        width: '160'
      },
      {
        key: 'creator',
        label: '发起人',
        width: '120'
      }
    ]
  },
  {
    key: 'delegate',
    name: '我的转办',
    columnList: [
      // {
      //   key: 'procDefName',
      //   label: '流程名称'
      // },
      {
        key: 'createTime',
        label: '到达时间',
        width: '160'
      },
      {
        key: 'assigneeName',
        label: '被转办人',
        width: '120'
      }
    ]
  },
  {
    key: 'processOverview',
    name: '流程概览',
    columnList: [
      {
        key: 'name',
        label: '流程名称'
      },
      {
        key: 'typeName',
        label: '所属分类',
        width: '100'
      },
      {
        key: 'desc',
        label: '流程描述',
        width: '80'
      }
    ]
  },
  {
    key: 'collection',
    name: '我的收藏',
    columnList: [
      {
        key: 'name',
        label: '流程名称'
      },
      {
        key: 'typeName',
        label: '所属分类',
        width: '100'
      },
      {
        key: 'desc',
        label: '流程描述',
        width: '80'
      }
    ]
  },
  {
    key: 'draft',
    name: '我的草稿',
    columnList: [
      {
        key: 'procDefName',
        label: '流程名称',
        width: '120'
      },
      {
        key: 'createTime',
        label: '创建时间',
        width: '160'
      }
    ]
  },
  {
    key: 'request',
    name: '我的请求',
    columnList: [
      {
        key: 'createTime',
        label: '创建时间',
        width: '160'
      }
    ]
  },
  {
    key: 'received',
    name: '我收到的',
    columnList: [
      {
        key: 'createTime',
        label: '到达时间',
        width: '160'
      },
      {
        key: 'ownerName',
        label: '传阅人',
        width: '100'
      }
    ]
  },
  {
    key: 'circulated',
    name: '我传阅的',
    columnList: [
      {
        key: 'createTime',
        label: '到达时间',
        width: '160'
      },
      {
        key: 'assigneeName',
        label: '被传阅人',
        width: '120'
      }
    ]
  }
]
export const DATA_TYPE = [
  {
    key: 'formTable',
    value: '表单列表',
    group: 'dataSheets'
  },
  {
    key: 'dataTable',
    value: '数据列表',
    group: 'dataSheets'
  },
  {
    key: 'linkedQuery',
    value: '关联查询',
    group: 'dataSheets'
  },
  {
    key: 'dataChart',
    value: '数据图表',
    group: 'statisticalChart'
  },
  {
    key: 'processChart',
    value: '流程图表',
    group: 'statisticalChart'
  }
]

export const MODEL_LIST = [
  {
    key: 'upDown',
    value: '上下糅合',
    imgSrc: require('@/assets/column_images/upDown.gif')
  },
  {
    key: 'blend',
    value: '左右糅合',
    imgSrc: require('@/assets/column_images/blend.gif')
  },
  {
    key: 'tab',
    value: 'tab显示',
    imgSrc: require('@/assets/column_images/tab.gif')
  }
]
export const DATA_MODEL_OPTIONS = [
  // {
  //   value: 1,
  //   label: '对话框'
  // },
  {
    value: 3,
    label: 'RESTful接口'
  },
  {
    value: 5,
    label: '关联查询'
  }
]
export const REQUEST_TYPE_OPTIONS = [
  { key: 'POST', value: 'POST' },
  { key: 'GET', value: 'GET' }
]
export const TEMPLATE_BTN = [
  {
    key: 'html',
    name: 'html'
  },
  {
    key: 'css',
    name: 'css'
  },
  {
    key: 'js',
    name: 'js'
  }
]

export const GET_COLUMN_METHOD = {
  processPublicity: 'getProcessDefData'
}

export const GET_COLUMNTYPE_METHOD = {
  dataChart: 'getCustomChartList',
  processChart: 'getFlowChartList',
  formTable: 'getFormListData',
  dataTable: 'getDataTable',
  linkedQuery: 'getLinkedQueryList'
}

export const GET_FILTER_SCOPE_METHOD = {
  processDefinition: 'getProcessDefData',
  processCategories: 'getProcessCategories',
  sponsorship: 'getDepartmentData'
}
var validateMyApplication = (rule, value, callback) => {
 
  if (value.length>14) {
    callback(new Error('最多选择14个'));
  } 
};
export const DESIGN_COLUMN_FORM_RULES = {
  colType: [{ required: true, message: '请选择栏目类型', trigger: 'change' }],
  processPublicity: [
    { required: true, message: '请选择流程', trigger: 'change' }
  ],
  myApplication: [
    { required: false, message: '请选择常用应用', trigger: 'change' },
    { validator: validateMyApplication, trigger: 'change' }
  ],
  model: [{ required: true, message: '请选择模式', trigger: 'change' }],
  selectType: [{ required: true, message: '请选择类型', trigger: 'change' }],
  dataType: [{ required: true, message: '请选择', trigger: 'change' }],
  /*   templateHtml2: [
    {required: true, message: '请输入模板内容', trigger: 'change'}
  ], */
  filterScope: [{ required: true, message: '请选择过滤范围', trigger: 'change' }],
  filterType: [{ required: true, message: '请选择过滤类型', trigger: 'blur' }],
  announcementOrPictures: [
    { required: true, message: '请选择', trigger: 'change' }
  ],
  requestType: [{ required: true, message: '请选择请求类型', trigger: 'change' }]
}