Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
上
上药订单生命周期升级
Project overview
Project overview
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
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
sph
上药订单生命周期升级
Commits
a5b57acd
Commit
a5b57acd
authored
Mar 31, 2021
by
xiejb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
高级搜索 重置按钮b报错问题
parent
dfa0bc12
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
17 deletions
+13
-17
src/components/SearchInConsignor.vue
src/components/SearchInConsignor.vue
+3
-3
src/views/myOrder/components/HighSearchNewDelete.vue
src/views/myOrder/components/HighSearchNewDelete.vue
+10
-14
No files found.
src/components/SearchInConsignor.vue
View file @
a5b57acd
...
@@ -163,13 +163,13 @@ export default {
...
@@ -163,13 +163,13 @@ export default {
titleInitial
(
model
)
{
titleInitial
(
model
)
{
let
str
=
''
let
str
=
''
if
(
this
.
isJudgeStrNull
(
model
.
companyname
))
{
if
(
this
.
isJudgeStrNull
(
model
.
companyname
))
{
str
=
model
.
companyname
str
=
model
.
companyname
+
'
/
'
}
}
if
(
this
.
isJudgeStrNull
(
model
.
erp_user
))
{
if
(
this
.
isJudgeStrNull
(
model
.
erp_user
))
{
str
=
str
+
'
/
(
'
+
model
.
erp_user
+
'
)
'
str
=
str
+
'
(
'
+
model
.
erp_user
+
'
)
'
}
}
if
(
this
.
isJudgeStrNull
(
model
.
partyOpcode
))
{
if
(
this
.
isJudgeStrNull
(
model
.
partyOpcode
))
{
str
=
str
+
'
/
'
+
model
.
partyOpcode
str
=
str
+
model
.
partyOpcode
}
}
return
str
return
str
},
},
...
...
src/views/myOrder/components/HighSearchNewDelete.vue
View file @
a5b57acd
...
@@ -347,17 +347,13 @@ export default {
...
@@ -347,17 +347,13 @@ export default {
this
.
$emit
(
'
onsearch
'
,
this
.
moreSearchInfo
)
this
.
$emit
(
'
onsearch
'
,
this
.
moreSearchInfo
)
},
},
onCleanClick
()
{
onCleanClick
()
{
this
.
moreSearchInfo
=
{
this
.
moreSearchInfo
.
supplier
=
[]
supplier
:
[],
// 供应商
this
.
moreSearchInfo
.
consignor
=
[]
consignor
:
[],
// 货主
this
.
moreSearchInfo
.
client
=
[]
goods
:
''
,
// 商品
this
.
moreSearchInfo
.
orderNo
=
''
client
:
[],
// 客户
this
.
moreSearchInfo
.
goods
=
''
orderNo
:
''
,
this
.
moreSearchInfo
.
time
.
start
=
getFormateDate
(
new
Date
(),
'
yyyy-MM-dd
'
)
time
:
{
this
.
moreSearchInfo
.
time
.
end
=
getFormateDate
(
new
Date
(),
'
yyyy-MM-dd
'
)
start
:
getFormateDate
(
new
Date
(),
'
yyyy-MM-dd
'
),
end
:
getFormateDate
(
new
Date
(),
'
yyyy-MM-dd
'
)
},
}
this
.
onQuickDateChoose
(
0
,
''
)
this
.
onQuickDateChoose
(
0
,
''
)
// console.log(this.moreSearchInfo)
// console.log(this.moreSearchInfo)
// this.moreSearchShow = false
// this.moreSearchShow = false
...
@@ -435,13 +431,13 @@ export default {
...
@@ -435,13 +431,13 @@ export default {
// return model.companyname + '/(' + model.erp_user + ')'
// return model.companyname + '/(' + model.erp_user + ')'
let
str
=
''
let
str
=
''
if
(
this
.
isJudgeStrNull
(
model
.
companyname
))
{
if
(
this
.
isJudgeStrNull
(
model
.
companyname
))
{
str
=
model
.
companyname
str
=
model
.
companyname
+
'
/
'
}
}
if
(
this
.
isJudgeStrNull
(
model
.
erp_user
))
{
if
(
this
.
isJudgeStrNull
(
model
.
erp_user
))
{
str
=
str
+
'
/
(
'
+
model
.
erp_user
+
'
)
'
str
=
str
+
'
(
'
+
model
.
erp_user
+
'
)
'
}
}
if
(
this
.
isJudgeStrNull
(
model
.
partyOpcode
))
{
if
(
this
.
isJudgeStrNull
(
model
.
partyOpcode
))
{
str
=
str
+
'
/
'
+
model
.
partyOpcode
str
=
str
+
model
.
partyOpcode
}
}
return
str
return
str
},
},
...
...
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