Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
million
Project
Project
Details
Activity
Releases
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
viitto
million
Commits
90bcf87a
Commit
90bcf87a
authored
Nov 26, 2024
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
347efa9a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
4 deletions
+10
-4
SearchProduct.vue
src/pages/SearchProduct.vue
+10
-4
No files found.
src/pages/SearchProduct.vue
View file @
90bcf87a
...
...
@@ -1219,6 +1219,7 @@ import popup from "../components/props/index";
import
searchBlock
from
"../components/searchProductdata/block"
;
import
searchList
from
"../components/searchProductdata/list"
;
import
kkday
from
"../components/searchProductdata/kkday.vue"
;
import
{
date
}
from
'quasar'
export
default
{
components
:
{
popup
,
...
...
@@ -1420,12 +1421,10 @@ export default {
watch
:{
qMsg
:{
handler
(
n
,
o
){
console
.
log
(
n
.
searchKey
,
'====11111'
);
}
}
},
mounted
()
{
console
.
log
(
this
.
qMsg
.
searchKey
,
'====11111'
);
// 支付宝退款 测试使用
// this.apipost("GetAliPayReturn_post",{OrderNo:'D202304121702420001'},r=>{
// if(r.data.message=="退款成功"){
...
...
@@ -1457,12 +1456,19 @@ export default {
if
(
qsearchKey
)
{
this
.
qMsg
.
searchKey
=
qsearchKey
;
}
if
(
qsearchDate
)
{
console
.
log
(
"qsearchDate"
,
qsearchDate
);
if
(
qsearchDate
&&
qsearchDate
.
length
>
0
)
{
this
.
qMsg
.
startDate
=
qsearchDate
;
}
if
(
qsearchEndDate
)
{
else
{
this
.
qMsg
.
startDate
=
date
.
formatDate
(
date
.
addToDate
(
new
Date
(),{
day
:
1
}),
'YYYY-MM-DD'
);
}
if
(
qsearchEndDate
&&
qsearchEndDate
.
length
>
0
)
{
this
.
qMsg
.
endDate
=
qsearchEndDate
;
}
else
{
this
.
qMsg
.
endDate
=
date
.
formatDate
(
date
.
addToDate
(
new
Date
(),{
month
:
2
}),
'YYYY-MM-DD'
);
}
if
(
areaId
)
{
this
.
qMsg
.
areaId
=
Number
(
areaId
);
}
...
...
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