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
3a1992d3
Commit
3a1992d3
authored
Feb 15, 2020
by
张锡奇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
upload
parent
455e7268
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
9 deletions
+10
-9
host.js
src/libs/host.js
+2
-2
index.vue
src/view/healthCard/returnTrack/index.vue
+8
-7
No files found.
src/libs/host.js
View file @
3a1992d3
...
@@ -31,8 +31,8 @@ function urlFun(name){
...
@@ -31,8 +31,8 @@ function urlFun(name){
/**
/**
* 健康打卡统计
* 健康打卡统计
*/
*/
health
:
`https://weixin.huansi.net/apiproxy/huansi/service/proxy/1225621052093239296`
,
//
health:`https://weixin.huansi.net/apiproxy/huansi/service/proxy/1225621052093239296`,
//
health:`https://weixin.huansi.net/apiproxy/huansi/service/proxy/1227787695263191040`, //测试地址
health
:
`https://weixin.huansi.net/apiproxy/huansi/service/proxy/1227787695263191040`
,
//测试地址
// health:`http://xuxiaoming.vaiwan.com`
// health:`http://xuxiaoming.vaiwan.com`
}
}
return
url
[
name
]
return
url
[
name
]
...
...
src/view/healthCard/returnTrack/index.vue
View file @
3a1992d3
...
@@ -100,15 +100,17 @@
...
@@ -100,15 +100,17 @@
}
}
>div{
>div{
flex:1;
flex:1;
/deep/
.weui-cell{
.weui-cell{
padding: 0;
padding: 0;
}
}
/deep/
.vux-datetime-value{
.vux-datetime-value{
text-align: left;
text-align: left;
}
}
>textarea{
>textarea{
width:100%;
width:100%;
min-height: 55px;
min-height: 55px;
margin:0;
padding: 0;
}
}
}
}
}
}
...
@@ -209,7 +211,6 @@
...
@@ -209,7 +211,6 @@
placeholder=
"输入交通方式"
placeholder=
"输入交通方式"
v-model=
"submitForm[index].sTransportation"
v-model=
"submitForm[index].sTransportation"
text-align=
"left"
text-align=
"left"
:show-clear=
"false"
placeholder-align=
"left"
placeholder-align=
"left"
/>
/>
</div>
</div>
...
@@ -225,7 +226,6 @@
...
@@ -225,7 +226,6 @@
placeholder=
"输入车次"
placeholder=
"输入车次"
v-model=
"submitForm[index].sTrain"
v-model=
"submitForm[index].sTrain"
text-align=
"left"
text-align=
"left"
:show-clear=
"false"
placeholder-align=
"left"
placeholder-align=
"left"
/>
/>
</div>
</div>
...
@@ -235,7 +235,8 @@
...
@@ -235,7 +235,8 @@
<div
class=
"tip"
>
<div
class=
"tip"
>
<span
style=
"color:#8a8a8a;"
>
备注
</span>
<span
style=
"color:#8a8a8a;"
>
备注
</span>
<div>
<div>
<textarea
:placeholder=
"isDisabled ? '' : '请输入'"
:disabled=
"isDisabled"
:show-clear=
"false"
autoHeight=
"true"
v-model=
"submitForm[index].sRemark"
/>
<x-textarea
v-model=
"submitForm[index].sRemark"
:placeholder=
"isDisabled ? '' : '请输入'"
></x-textarea>
<!--
<textarea
:placeholder=
"isDisabled ? '' : '请输入'"
:disabled=
"isDisabled"
autoHeight=
"true"
v-model=
"submitForm[index].sRemark"
/>
-->
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -254,7 +255,7 @@
...
@@ -254,7 +255,7 @@
<
script
>
<
script
>
import
util
from
"@/libs/util.js"
import
util
from
"@/libs/util.js"
import
{
mapState
}
from
'vuex'
;
import
{
mapState
}
from
'vuex'
;
import
{
XAddress
,
ChinaAddressV4Data
,
Datetime
,
XInput
}
from
'vux'
import
{
XAddress
,
ChinaAddressV4Data
,
Datetime
,
XInput
,
XTextarea
}
from
'vux'
function
list
(){
function
list
(){
return
{
return
{
...
@@ -269,7 +270,7 @@ function list(){
...
@@ -269,7 +270,7 @@ function list(){
export
default
{
export
default
{
name
:
'healthCardReturnTrack'
,
name
:
'healthCardReturnTrack'
,
components
:{
XAddress
,
Datetime
,
XInput
},
components
:{
XAddress
,
Datetime
,
XInput
,
XTextarea
},
data
()
{
data
()
{
return
{
return
{
address
:[],
address
:[],
...
...
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