Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jingan-wisdom
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
郭铭瑶
jingan-wisdom
Commits
b21b145d
Commit
b21b145d
authored
Feb 11, 2022
by
程卓
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加维修资金接口
parent
8ed18f7a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
7 deletions
+21
-7
api.ts
src/ajax/api.ts
+1
-0
component-lib.esm.js
src/utils/component-lib.esm.js
+20
-7
No files found.
src/ajax/api.ts
View file @
b21b145d
...
...
@@ -25,4 +25,5 @@ export default {
'/service-basicdatasync-ddd/public/tbl_community/entity/{id}/ext'
,
// 小区拓展信息
ELEVATOR
:
'/service-special-ja-ddd/public/elevatorInstallationInfos'
,
// 电梯
GIS
:
'/service-special-ja-ddd/public/giss'
,
// gis点位
WXZJ
:
'/service-documents-ddd/public/hcPayment/sumHacBal'
,
//维修资金
}
src/utils/component-lib.esm.js
View file @
b21b145d
...
...
@@ -16004,7 +16004,7 @@ const _hoisted_9 = /*#__PURE__*/createTextVNode("% ");
const
_hoisted_10
=
/*#__PURE__*/
_withScopeId
(()
=>
/*#__PURE__*/
createElementVNode
(
"p"
,
null
,
"完成率"
,
-
1
));
const
_hoisted_11
=
/*#__PURE__*/
createTextVNode
(
" 维修资金
"
);
const
_hoisted_11
=
/*#__PURE__*/
createTextVNode
(
" 维修资金"
);
const
_hoisted_12
=
{
class
:
"warn"
...
...
@@ -16023,7 +16023,8 @@ const _config$4 = {
main
:
'/service-documents-ddd/public/checkOrder/operatingIndex'
,
capital
:
'/service-documents-ddd/public/maintenance/count/amt'
,
amount
:
'/service-documents-ddd/public/houseContinuedWarnings'
,
list
:
'/service-documents-ddd/public/buildingWarnings/countByStreet'
list
:
'/service-documents-ddd/public/buildingWarnings/countByStreet'
,
wxzj
:
'/service-documents-ddd/public/hcPayment/sumHacBal'
,
}
};
const
__default__$4
=
_config$4
;
...
...
@@ -16106,6 +16107,18 @@ function setup$4(__props) {
barData
.
value
.
source
=
(
res
===
null
||
res
===
void
0
?
void
0
:
(
_res$data4
=
res
.
data
)
===
null
||
_res$data4
===
void
0
?
void
0
:
_res$data4
.
content
)
||
[];
});
ajax$1
.
get
({
url
:
_config$4
.
apis
.
wxzj
}).
then
(
res
=>
{
var
_res$data5
;
const
{
sumHacBal
=
0
// 维修资金
}
=
(
res
===
null
||
res
===
void
0
?
void
0
:
(
_res$data5
=
res
.
data
)
===
null
||
_res$data5
===
void
0
?
void
0
:
_res$data5
.
content
)
||
{};
capital
.
value
=
(
sumHacBal
/
10000
).
toFixed
(
2
)
});
});
const
capital
=
ref
(
0
);
const
info
=
ref
({
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment