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
058f5c0a
Commit
058f5c0a
authored
Dec 13, 2019
by
godwithdh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
boss
parent
6aa70bfc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
host.js
src/libs/host.js
+2
-1
index.vue
src/view/kanban/index.vue
+1
-1
inventory.vue
src/view/tiip/chart/inventory.vue
+1
-1
No files found.
src/libs/host.js
View file @
058f5c0a
...
@@ -13,7 +13,8 @@ function urlFun(name){
...
@@ -13,7 +13,8 @@ function urlFun(name){
* 默认公司
* 默认公司
*/
*/
// default:`http://192.168.4.39:5001`,
// default:`http://192.168.4.39:5001`,
default
:
`https://weixin.huansi.net/apiproxy/huansi/service/proxy/
${
userID
}
`
,
default
:
`https://weixin.huansi.net/apiproxy/huansi/hszh_HSFabricTradeTest`
,
// default:`https://weixin.huansi.net/apiproxy/huansi/service/proxy/${userID}`,
/**
/**
* 基本地址
* 基本地址
...
...
src/view/kanban/index.vue
View file @
058f5c0a
...
@@ -101,7 +101,7 @@
...
@@ -101,7 +101,7 @@
<span
:class=
"
{active:situation=='abnormal'}" @click="situation='abnormal'">异常预警
</span>
<span
:class=
"
{active:situation=='abnormal'}" @click="situation='abnormal'">异常预警
</span>
<span
:class=
"
{active:situation=='tiipChartInventory'}" @click="situation='tiipChartInventory'">库存情况
</span>
<span
:class=
"
{active:situation=='tiipChartInventory'}" @click="situation='tiipChartInventory'">库存情况
</span>
</div>
</div>
<div
class=
"content"
>
<div
class=
"content"
:style=
"situation=='tiipChartInventory'&&'background:#fff;'"
>
<component
:is=
"situation"
:dateMode=
"dateMode"
:start=
"DateValue[0]"
:end=
"DateValue[1]"
/>
<component
:is=
"situation"
:dateMode=
"dateMode"
:start=
"DateValue[0]"
:end=
"DateValue[1]"
/>
</div>
</div>
<calendar
<calendar
...
...
src/view/tiip/chart/inventory.vue
View file @
058f5c0a
...
@@ -186,7 +186,7 @@ export default {
...
@@ -186,7 +186,7 @@ export default {
const
data
=
this
.
chartData
;
const
data
=
this
.
chartData
;
const
map
=
{};
const
map
=
{};
data
.
forEach
(
function
(
obj
)
{
data
.
forEach
(
function
(
obj
)
{
map
[
obj
.
sStoreName
]
=
(
obj
.
nAmount
||
0
)
+
'元'
;
map
[
obj
.
sStoreName
]
=
Number
(
obj
.
nAmount
||
0
).
toLocaleString
(
)
+
'元'
;
});
});
this
.
myChart
=
new
F2
.
Chart
({
this
.
myChart
=
new
F2
.
Chart
({
id
:
'myChart'
,
id
:
'myChart'
,
...
...
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