| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176 |
- {
- "headerAlign": "center",
- "align": "center",
- "border": true,
- "index": true,
- "lazy": true,
- "tip": false,
- "searchShow": false,
- "searchMenuSpan": 6,
- "addBtn": false,
- "viewBtn": false,
- "editBtn": false,
- "delBtn": false,
- "selection": true,
- "refreshBtn": false,
- "menuWidth": 220,
- "showSummary": true,
- "summaryText": "合计",
- "sumColumnList": [
- {
- "name": "amount",
- "type": "sum"
- },
- {
- "name": "serviceCharge",
- "type": "sum"
- },
- {
- "name": "matMoney",
- "type": "sum"
- }
- ],
- "column": [
- {
- "label": "状态",
- "prop": "strStatus"
- },
- {
- "label": "服务项目",
- "prop": "pname",
- "width": 120
- },
- {
- "label": "收费建议",
- "prop": "remarks",
- "width": 150
- },
- {
- "label": "承做人",
- "prop": "userid",
- "slot": true,
- "width": 180
- },
- {
- "label": "任务部门",
- "prop": "deptid",
- "type":"tree",
- "dicUrl": "/api/blade-system/dept/tree?tenantId=096359",
- "props": {
- "label": "title",
- "value": "value"
- },
- "cell": true,
- "slot": true,
- "width": 150,
- "rules": [
- {
- "required": true,
- "message": " ",
- "trigger": "blur"
- }
- ]
- },
- {
- "label": "单价",
- "prop": "price",
- "width": 120,
- "cell": true
- },
- {
- "label": "计价单位",
- "prop": "unit",
- "width": 120,
- "cell": true
- },
- {
- "label": "数量",
- "prop": "quantity",
- "width": 120,
- "cell": true
- },
- {
- "label": "合计金额",
- "prop": "amount",
- "width": 120,
- "rules": [
- {
- "required": true,
- "message": " ",
- "trigger": "blur"
- }
- ]
- },
- {
- "label": "服务费",
- "prop": "serviceCharge",
- "width": 120
- },
- {
- "label": "代垫费",
- "prop": "matMoney",
- "width": 120
- },
- {
- "label": "频率",
- "prop": "frequency",
- "type": "select",
- "dicUrl": "/api/blade-system/dict-biz/dictionary?code=frequency",
- "props": {
- "label": "dictValue",
- "value": "dictKey"
- },
- "width": 120,
- "cell": true
- },
- {
- "label": "提醒日",
- "prop": "reminderDay",
- "valueFormat": "yyyy-MM-dd HH:mm:ss",
- "format": "yyyy-MM-dd",
- "type": "date",
- "width": 150,
- "cell": true
- },
- {
- "label": "需求开始日期",
- "prop": "beginTime",
- "valueFormat": "yyyy-MM-dd HH:mm:ss",
- "format": "yyyy-MM-dd",
- "type": "date",
- "width": 150,
- "cell": true
- },
- {
- "label": "需求完成日期",
- "prop": "actualDate",
- "valueFormat": "yyyy-MM-dd HH:mm:ss",
- "format": "yyyy-MM-dd",
- "type": "date",
- "width": 150,
- "cell": true
- },
- {
- "label": "制单人",
- "prop": "createUserName",
- "disabled": true,
- "width": 120
- },
- {
- "label": "制单日期",
- "prop": "createTime",
- "disabled": true,
- "width": 150
- },
- {
- "label": "最新修改人",
- "prop": "updateUserName",
- "width": 120
- },
- {
- "label": "最新修改时间",
- "prop": "updateTime",
- "width": 150
- }
- ]
- }
|