Commit 6e8b1fd9 by shiwenbo

修改统计查询字段,将合同名称查询出来

parent c8e620b3
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
<sql> <sql>
SELECT SELECT
purchaseSandCompany.name AS name, purchaseSandCompany.name AS name,
contract.contractName AS contractName,
CASE WHEN CASE WHEN
contract.amount IS NULL THEN 0 ELSE contract.amount contract.amount IS NULL THEN 0 ELSE contract.amount
END AS amount , END AS amount ,
......
...@@ -62,6 +62,17 @@ ...@@ -62,6 +62,17 @@
}, },
{ {
"type": "VALUE", "type": "VALUE",
"title": "合同名称",
"key": "contractName",
"columnType": {
"name": "select",
"data": {
"selected": true
}
}
},
{
"type": "VALUE",
"title": "砂石金额", "title": "砂石金额",
"key": "amount", "key": "amount",
"columnType": { "columnType": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment