OperationsDailyReportsQueryView.jmx 4.66 KB
Newer Older
杨清松 committed
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
<?xml version="1.0" encoding="UTF-8"?>
<metadata xmlns="http://www.beecode.cn/schema/amino-metadata">
	<specification>1.0</specification>
	<id>dca832fd-dfd8-4195-b0ed-8f5ff2ba1faa</id>
	<name>com.xyst.dinas.statistics.advanquery.PaymentDetailsQueryView</name>
	<title>经营日报</title>
	<description>经营日报</description>
	<define>advanced.query.view</define>
	<define-version>1.0</define-version>
	<content>
		<view>
			{
                "name": "",
                "title": "",
                "description": "经营日报",
                "actions": [],
                "scenes" : {
                "isShowScenes" : true
                },
                "fuzzySearch": [
                ],
                "isShowTabCountZero": true,
                "groups": [
                    {
                        "name": "all",
                        "title": "全部",
                        "content": {
                            "datasource": "com.xyst.dinas.statistics.advanquery.OperationsDailyReportsAdvQuery"
                        }
                    }
                ],
                "content": {
                    "isShowView": "table",
                    "datasource": "com.xyst.dinas.statistics.advanquery.OperationsDailyReportsAdvQuery",
                    "arguments": {
                        "items": [
                        ]
                    },
                    "actions": [
                        {
                            "param": [],
                            "enable": "ALL",
                            "name": "query_export",
                            "action": "query_export",
                            "title": "导出",
                            "type": "",
                            "privage": "com.xyst.dinas.statistics.auth.MarketBillExport"
                        }
                    ],
                    "table": {
                        "selectType": "MULTI",
                        "serialNumber": "series",
                        "pageSize": 200,
                        "orders":[
                           
                        ],
                        "expand": false,
                        "columns": [
                        	{
                                "type": "VALUE",
                                "title": "id",
                                "key": "id",
                                "columnType": {
                                    "name" : "inner",
                                    "data": {
                                        "selected": true
                                    }
                                }
                            },
                            {
                                "type": "VALUE",
                                "title": "场站",
                                "key": "stationName",
                                "columnType": {
                                    "name" : "inner",
                                    "data": {
                                        "selected": true
                                    }
                                }
                            },
                            {
                                "type": "VALUE",
                                "title": "砂石类型",
                                "key": "dinasTypeName",
                                "columnType": {
                                    "name": "select",
                                    "data": {
                                        "selected": true
                                    }
                                }
                            },
                            {
                                "type": "VALUE",
                                "title": "销量",
                                "key": "saleDealAmount",
                                "columnType": {
                                    "name": "select",
                                    "data": {
                                        "selected": true
                                    }
                                }
                            },
                            {
                                "type": "VALUE",
                                "title": "销售额",
                                "key": "saleAmount",
                                "columnType": {
                                    "name": "select",
                                    "data": {
                                        "selected": true
                                    }
                                }
                            }
                        ]
                    }
                }
            }
		</view>
	</content>
</metadata>