Commit 6f751aa8 by shiwenbo

单位项目查询保证金改为保证金余额

parent ba80260e
......@@ -19,7 +19,7 @@
company.name AS companyName,
project.projectName AS projectName,
project_type.title AS projectTypeTitle,
contract.deposit AS contractDeposit,
contract.depositBalance AS contractDepositBalance,
contract.advanceBalance AS contractAdvanceBalance,
contract.dinasAmount AS dinasAmount,
need_plan.needPlanTotalAmount AS needPlanTotalAmount,
......
......@@ -135,8 +135,9 @@
},
{
"type": "VALUE",
"title": "保证金(元)",
"key": "contractDeposit",
"title": "保证金余额(元)",
"key": "contractDepositBalance",
"width": 150,
"columnType": {
"name": "select",
"data": {
......
......@@ -135,8 +135,9 @@
},
{
"type": "VALUE",
"title": "保证金(元)",
"key": "contractDeposit",
"title": "保证金余额(元)",
"key": "contractDepositBalance",
"width": 150,
"columnType": {
"name": "select",
"data": {
......
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