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
8a3c4fa1
Commit
8a3c4fa1
authored
Apr 09, 2020
by
godwithdh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
加搜索字段 upbCustomerGUID
parent
85a6b7b0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
index.vue
src/view/tiip/kanban/index.vue
+6
-7
unit_operateDetail.vue
src/view/tiip/kanban/unit_operateDetail.vue
+2
-1
No files found.
src/view/tiip/kanban/index.vue
View file @
8a3c4fa1
...
...
@@ -135,8 +135,7 @@
:defaultDate=
"calendarValue"
@
change=
"Change"
/>
<button
@
click=
"scan"
>
ddddddd
</button>
<!--
<button
@
click=
"scan"
>
ddddddd
</button>
-->
</div>
</
template
>
<
script
>
...
...
@@ -231,11 +230,11 @@ export default {
}
return
new
Date
(
date
.
getTime
());
},
scan
(){
wx
.
miniProgram
.
scanQRCode
(
function
(
res
)
{
console
.
log
(
111
,
res
.
miniprogram
)
// true
})
}
//
scan(){
//
wx.miniProgram.scanQRCode(function(res) {
//
console.log(111,res.miniprogram) // true
//
})
//
}
},
computed
:{
startDate
(
val
){
...
...
src/view/tiip/kanban/unit_operateDetail.vue
View file @
8a3c4fa1
...
...
@@ -300,7 +300,8 @@ export default {
{
key
:
"url"
,
value
:
'Operation gai sType-material'
},
{
key
:
"sType"
,
value
:
"销售"
},
{
key
:
"begin_date"
,
value
:
Util
.
dateFormat
(
this
.
DateValue
[
0
],
"yyyy-MM-dd"
)},
{
key
:
"end_date"
,
value
:
Util
.
dateFormat
(
this
.
DateValue
[
1
]
||
this
.
DateValue
[
0
],
"yyyy-MM-dd 23:59"
)}
{
key
:
"end_date"
,
value
:
Util
.
dateFormat
(
this
.
DateValue
[
1
]
||
this
.
DateValue
[
0
],
"yyyy-MM-dd 23:59"
)},
{
key
:
"upbCustomerGUID"
,
value
:
this
.
upbCustomerGUID
}
]
}
else
if
(
/^1$|^2$/
.
test
(
this
.
mode
)){
if
(
this
.
per_page
<
50
)
return
;
...
...
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