Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
W
WX_h5
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
godwithdh
WX_h5
Commits
0b1db15a
Commit
0b1db15a
authored
Jan 06, 2020
by
张锡奇
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
ssh://47.110.145.204:2222/godwithdh/wx_h5
parents
b261b7fb
19062f84
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
host.js
src/libs/host.js
+1
-1
liabilities.vue
src/view/tiip/IntReportForms/liabilities.vue
+1
-1
liabilities_detail.vue
src/view/tiip/IntReportForms/liabilities_detail.vue
+1
-0
No files found.
src/libs/host.js
View file @
0b1db15a
...
...
@@ -14,7 +14,7 @@ function urlFun(name){
*/
default
:
`http://192.168.4.31:5001`
,
// default:`https://weixin.huansi.net/apiproxy/huansi/hszh_HSFabricTradeTest`,
//
default:`https://weixin.huansi.net/apiproxy/huansi/service/proxy/${userID}`,
default
:
`https://weixin.huansi.net/apiproxy/huansi/service/proxy/
${
userID
}
`
,
/**
* 基本地址
...
...
src/view/tiip/IntReportForms/liabilities.vue
View file @
0b1db15a
...
...
@@ -141,7 +141,7 @@ export default {
if
(
value
.
length
>
0
){
this
.
list
=
value
.
map
(
v
=>
{
this
.
total
+=
v
.
nAmount
||
0
this
.
t
ate
+=
v
.
nPercent
||
0
this
.
r
ate
+=
v
.
nPercent
||
0
v
.
nAmount
=
(
Math
.
round
(
v
.
nAmount
*
100
)
/
100
).
toLocaleString
()
return
v
;
})
...
...
src/view/tiip/IntReportForms/liabilities_detail.vue
View file @
0b1db15a
...
...
@@ -53,6 +53,7 @@ export default {
},
methods
:{
async
getDetail
(){
this
.
columns
[
1
].
field
=
this
.
$route
.
params
.
sCustomerType
==
'客户'
?
'应收'
:
'应付'
this
.
list
=
await
this
.
request
(
"getTiipLiabilities"
,{
params
:{
iCustomerId
:
this
.
$route
.
params
.
iCustomerId
,
...
...
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