Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-web-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
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
lanbaoming
jiedao-web-master
Commits
5fd93c7a
Commit
5fd93c7a
authored
Jan 23, 2025
by
Smile
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug225 (web)首页/我发出的/我收到的/控货管理查询条件“编号”输入空格查询不到数据。
parent
7bac2933
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
0 deletions
+9
-0
index.vue
src/views/jiedao/profile/index.vue
+3
-0
postorder.vue
src/views/jiedao/profile/postorder.vue
+3
-0
receivedorder.vue
src/views/jiedao/profile/receivedorder.vue
+3
-0
No files found.
src/views/jiedao/profile/index.vue
View file @
5fd93c7a
...
...
@@ -341,6 +341,9 @@ export default {
if
(
this
.
dynamicStatusList
){
this
.
queryParams
.
dynamicStatusList
=
this
.
dynamicStatusList
}
if
(
this
.
queryParams
.
searchKey
!==
null
&&
this
.
queryParams
.
searchKey
!==
''
){
this
.
queryParams
.
searchKey
=
this
.
queryParams
.
searchKey
.
replace
(
/
\s
+/g
,
''
);
}
getIssued
(
this
.
queryParams
).
then
((
r
)
=>
{
this
.
sendOrderList
=
r
.
data
.
list
.
slice
(
0
,
3
)
})
...
...
src/views/jiedao/profile/postorder.vue
View file @
5fd93c7a
...
...
@@ -273,6 +273,9 @@ export default {
if
(
this
.
dynamicStatusList
){
this
.
queryParams
.
dynamicStatusList
=
this
.
dynamicStatusList
}
if
(
this
.
queryParams
.
searchKey
!==
null
&&
this
.
queryParams
.
searchKey
!==
''
){
this
.
queryParams
.
searchKey
=
this
.
queryParams
.
searchKey
.
replace
(
/
\s
+/g
,
''
);
}
return
Object
.
assign
({},
this
.
queryParams
,
timeParams
)
},
exclude
()
{
...
...
src/views/jiedao/profile/receivedorder.vue
View file @
5fd93c7a
...
...
@@ -188,6 +188,9 @@ export default {
if
(
this
.
dynamicStatusList
){
this
.
queryParams
.
dynamicStatusList
=
this
.
dynamicStatusList
}
if
(
this
.
queryParams
.
searchKey
!==
null
&&
this
.
queryParams
.
searchKey
!==
''
){
this
.
queryParams
.
searchKey
=
this
.
queryParams
.
searchKey
.
replace
(
/
\s
+/g
,
''
);
}
return
Object
.
assign
({},
this
.
queryParams
,
timeParams
)
},
isChinese
()
{
...
...
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