Commit 6f751aa8 by shiwenbo

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

parent ba80260e
<?xml version="1.0" encoding="UTF-8"?> <?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"> <metadata xmlns="http://www.beecode.cn/schema/amino-metadata" xmlns:m="http://www.beecode.cn/schema/bcp-privilege">
<specification>1.0</specification> <specification>1.0</specification>
<id>315170ec-3d17-4681-be15-7ae6fe6fcfcf</id> <id>315170ec-3d17-4681-be15-7ae6fe6fcfcf</id>
<name>com.xyst.dinas.oa.auth.OARemind</name> <name>com.xyst.dinas.oa.auth.OARemind</name>
<title>待办提醒</title> <title>待办提醒</title>
<define>bcp.authz.privilege</define> <define>bcp.authz.privilege</define>
<define-version>1.0.0</define-version> <define-version>1.0.0</define-version>
<content> <content>
<m:privilege> <m:privilege>
<m:type>TOKEN</m:type> <m:type>TOKEN</m:type>
<m:category>OA办公/待办提醒(区域公司)</m:category> <m:category>OA办公/待办提醒(区域公司)</m:category>
<m:seq>0</m:seq> <m:seq>0</m:seq>
</m:privilege> </m:privilege>
</content> </content>
</metadata> </metadata>
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
company.name AS companyName, company.name AS companyName,
project.projectName AS projectName, project.projectName AS projectName,
project_type.title AS projectTypeTitle, project_type.title AS projectTypeTitle,
contract.deposit AS contractDeposit, contract.depositBalance AS contractDepositBalance,
contract.advanceBalance AS contractAdvanceBalance, contract.advanceBalance AS contractAdvanceBalance,
contract.dinasAmount AS dinasAmount, contract.dinasAmount AS dinasAmount,
need_plan.needPlanTotalAmount AS needPlanTotalAmount, need_plan.needPlanTotalAmount AS needPlanTotalAmount,
......
...@@ -135,8 +135,9 @@ ...@@ -135,8 +135,9 @@
}, },
{ {
"type": "VALUE", "type": "VALUE",
"title": "保证金(元)", "title": "保证金余额(元)",
"key": "contractDeposit", "key": "contractDepositBalance",
"width": 150,
"columnType": { "columnType": {
"name": "select", "name": "select",
"data": { "data": {
......
...@@ -135,8 +135,9 @@ ...@@ -135,8 +135,9 @@
}, },
{ {
"type": "VALUE", "type": "VALUE",
"title": "保证金(元)", "title": "保证金余额(元)",
"key": "contractDeposit", "key": "contractDepositBalance",
"width": 150,
"columnType": { "columnType": {
"name": "select", "name": "select",
"data": { "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