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
8187a000
Commit
8187a000
authored
Nov 18, 2021
by
xiejb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
高级搜索 逻辑调整
parent
6f11dd25
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
11 deletions
+11
-11
src/components/SearchInClient.vue
src/components/SearchInClient.vue
+1
-1
src/components/SearchInConsignor.vue
src/components/SearchInConsignor.vue
+1
-1
src/views/myOrder/components/HighSearchNewDelete.vue
src/views/myOrder/components/HighSearchNewDelete.vue
+8
-8
src/views/myOrder/detail/logisticsDetail.vue
src/views/myOrder/detail/logisticsDetail.vue
+1
-1
No files found.
src/components/SearchInClient.vue
View file @
8187a000
...
...
@@ -16,7 +16,7 @@
<i
slot=
"left-icon"
class=
"fa fa-search"
></i>
<div
slot=
"action"
class=
"font14"
@
click=
"onSearch"
>
搜索
</div>
</van-search>
<
!--
<search-result
:result-num=
"searchNum"
></search-result>
--
>
<
search-result
:result-num=
"searchNum"
></search-result
>
<div
class=
"w100 listHeight"
ref=
"scrollRef"
>
<van-pull-refresh
v-model=
"isRefreshing"
...
...
src/components/SearchInConsignor.vue
View file @
8187a000
...
...
@@ -76,7 +76,7 @@ export default {
data
()
{
return
{
postShow
:
false
,
keywords
:
''
,
keywords
:
'
上药控股有限公司
'
,
isRefreshing
:
false
,
loading
:
false
,
finished
:
false
,
...
...
src/views/myOrder/components/HighSearchNewDelete.vue
View file @
8187a000
...
...
@@ -65,12 +65,12 @@
<div
class=
"high-info"
@
click=
"showPost('orderNo')"
>
<div
class=
"title font-bold font-16"
>
请输入订单号
</div>
<!-- <div @keyup="changeData($event)" :class="isSelectClient === true ? 'nom input': 'select input'" :contenteditable="isSelectClient === true ? 'true': 'false'" class="inputInfo" placeholder="请输入订单号"></div> -->
<div
v-html=
"moreSearchInfo.orderNo"
@
blur=
"moreSearchInfo.orderNo=$event.target.innerText"
:class=
"isSelectC
lient === true ? 'nom input': 'select input'"
:contenteditable=
"isSelectClient
=== true ? 'true': 'false'"
class=
"inputInfo"
placeholder=
"请输入订单号"
></div>
<div
v-html=
"moreSearchInfo.orderNo"
@
blur=
"moreSearchInfo.orderNo=$event.target.innerText"
:class=
"isSelectC
onsignorSupplier === true ? 'nom input': 'select input'"
:contenteditable=
"isSelectConsignorSupplier
=== true ? 'true': 'false'"
class=
"inputInfo"
placeholder=
"请输入订单号"
></div>
<!-- <input :class="isSelectConsignorSupplier === true ? 'nom input': 'select input'" :disabled="!isSelectConsignorSupplier" v-model="moreSearchInfo.orderNo" placeholder="请输入订单号" class="input" type="text"> -->
</div>
<div
class=
"high-info"
@
click=
"showPost('goods')"
>
<div
class=
"title font-bold font-16"
>
商品
</div>
<div
:class=
"isSelectC
lient
=== true ? 'nom inputInfo': 'select inputInfo'"
contenteditable=
"false"
placeholder=
"请选择商品"
>
{{goods}}
</div>
<div
:class=
"isSelectC
onsignorSupplier
=== true ? 'nom inputInfo': 'select inputInfo'"
contenteditable=
"false"
placeholder=
"请选择商品"
>
{{goods}}
</div>
</div>
</div>
<div
class=
"action-bottom"
>
...
...
@@ -318,8 +318,8 @@ export default {
this
.
moreSearchInfo
.
client
.
splice
(
index
,
1
)
}
}
this
.
moreSearchInfo
.
goods
=
''
this
.
moreSearchInfo
.
orderNo
=
''
//
this.moreSearchInfo.goods = ''
//
this.moreSearchInfo.orderNo = ''
},
// 获取订单单号
changeData
(
event
)
{
...
...
@@ -379,10 +379,10 @@ export default {
this
.
$toast
(
'
请先选择供应商!
'
)
return
}
if
(
type
!==
'
client
'
&&
this
.
moreSearchInfo
.
client
.
length
===
0
)
{
this
.
$toast
(
'
请先选择客户!
'
)
return
}
//
if (type !== 'client' && this.moreSearchInfo.client.length === 0) {
//
this.$toast('请先选择客户!')
//
return
//
}
}
}
switch
(
true
)
{
...
...
src/views/myOrder/detail/logisticsDetail.vue
View file @
8187a000
...
...
@@ -426,7 +426,7 @@ export default {
.logistics-header
{
background-color
:
#fff
;
border-bottom
:
1px
solid
$line
;
padding-top
:
10px
;
.header-title
{
padding
:
10px
;
display
:
flex
;
...
...
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