Commit 6f751aa8 by shiwenbo

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

parent ba80260e
<?xml version="1.0" encoding="UTF-8"?>
<metadata xmlns="http://www.beecode.cn/schema/amino-metadata" xmlns:m="http://www.beecode.cn/schema/bcp-privilege">
<specification>1.0</specification>
<id>315170ec-3d17-4681-be15-7ae6fe6fcfcf</id>
<name>com.xyst.dinas.oa.auth.OARemind</name>
<title>待办提醒</title>
<define>bcp.authz.privilege</define>
<define-version>1.0.0</define-version>
<content>
<m:privilege>
<m:type>TOKEN</m:type>
<m:category>OA办公/待办提醒(区域公司)</m:category>
<m:seq>0</m:seq>
</m:privilege>
</content>
</metadata>
<?xml version="1.0" encoding="UTF-8"?>
<metadata xmlns="http://www.beecode.cn/schema/amino-metadata" xmlns:m="http://www.beecode.cn/schema/bcp-privilege">
<specification>1.0</specification>
<id>315170ec-3d17-4681-be15-7ae6fe6fcfcf</id>
<name>com.xyst.dinas.oa.auth.OARemind</name>
<title>待办提醒</title>
<define>bcp.authz.privilege</define>
<define-version>1.0.0</define-version>
<content>
<m:privilege>
<m:type>TOKEN</m:type>
<m:category>OA办公/待办提醒(区域公司)</m:category>
<m:seq>0</m:seq>
</m:privilege>
</content>
</metadata>
......@@ -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