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
eba3492c
Commit
eba3492c
authored
Apr 06, 2021
by
xiejb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
高级搜索 清除订单号
parent
9e1186d9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
src/views/myOrder/components/HighSearchNewDelete.vue
src/views/myOrder/components/HighSearchNewDelete.vue
+4
-1
src/views/myOrder/index.vue
src/views/myOrder/index.vue
+2
-1
No files found.
src/views/myOrder/components/HighSearchNewDelete.vue
View file @
eba3492c
...
...
@@ -64,7 +64,8 @@
</div>
<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 @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=
"isSelectClient === true ? 'nom input': 'select input'"
:contenteditable=
"isSelectClient === 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')"
>
...
...
@@ -404,6 +405,7 @@ export default {
this
.
chinfo
.
supplier
=
this
.
moreSearchInfo
.
supplier
.
comPartyId
this
.
moreSearchInfo
.
goods
=
''
this
.
moreSearchInfo
.
client
=
[]
this
.
moreSearchInfo
.
orderNo
=
''
break
;
case
data
.
page
===
'
goods
'
:
this
.
moreSearchInfo
.
goods
=
data
.
value
...
...
@@ -412,6 +414,7 @@ export default {
this
.
moreSearchInfo
.
supplier
=
[]
this
.
moreSearchInfo
.
goods
=
''
this
.
moreSearchInfo
.
client
=
[]
this
.
moreSearchInfo
.
orderNo
=
''
this
.
moreSearchInfo
.
consignor
=
data
.
value
break
;
case
data
.
page
===
'
client
'
:
...
...
src/views/myOrder/index.vue
View file @
eba3492c
...
...
@@ -205,6 +205,7 @@ export default {
this
.
moreSearchShow
=
true
}
else
if
(
rt
.
data
.
length
===
1
)
{
this
.
moreSearchInfo
.
client
=
rt
.
data
this
.
moreSearchConfirm
(
this
.
moreSearchInfo
)
}
else
if
(
rt
.
data
.
length
===
0
)
{
this
.
moreSearchShow
=
true
}
...
...
@@ -217,7 +218,7 @@ export default {
},
// 单个发票点击事件
orderItemAction
(
model
)
{
console
.
log
(
model
)
//
console.log(model)
switch
(
true
)
{
case
model
.
actionType
===
'
invoice
'
:
// 查看发票
...
...
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