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
dba24ac5
Commit
dba24ac5
authored
Mar 31, 2021
by
xiejb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
高级搜索 添加删除功能
parent
18b9039f
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
734 additions
and
6 deletions
+734
-6
src/components/SearchInConsignor.vue
src/components/SearchInConsignor.vue
+6
-1
src/views/myOrder/components/HighSearchNew.vue
src/views/myOrder/components/HighSearchNew.vue
+7
-4
src/views/myOrder/components/HighSearchNewDelete.vue
src/views/myOrder/components/HighSearchNewDelete.vue
+720
-0
src/views/myOrder/index.vue
src/views/myOrder/index.vue
+1
-1
No files found.
src/components/SearchInConsignor.vue
View file @
dba24ac5
...
...
@@ -126,6 +126,7 @@ export default {
if
(
val
)
{
this
.
postDataList
=
[]
this
.
checkedList
=
[]
this
.
isAllChecked
=
false
this
.
choosedPost
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
customer
))
// this.checked = !this.customer.comPartyId ? '' : this.customer.comPartyId
// console.log(this.checked)
...
...
@@ -268,7 +269,11 @@ export default {
this
.
postDataList
=
this
.
postDataList
.
concat
(
this
.
postDataListAction
(
rt
.
data
))
// console.log('222222')
}
// _this.postDataListSetAction(rt.data)
if
(
this
.
choosedPost
.
length
===
this
.
postDataList
.
length
)
{
this
.
isAllChecked
=
true
}
else
{
this
.
isAllChecked
=
false
}
// 重置刷新提示
_this
.
isRefreshing
=
false
// 重置加载更多提示
...
...
src/views/myOrder/components/HighSearchNew.vue
View file @
dba24ac5
...
...
@@ -20,9 +20,8 @@
<div
class=
"title font-bold font-16"
><span
style=
"color: red;"
>
*
</span>
货主
</div>
</
template
>
<div
@
click=
"showPost('consignor')"
v-if=
"moreSearchInfo.consignor.length === 0"
style=
"background-color: #EFF5F9;"
contenteditable=
"false"
placeholder=
"请选择货主"
class=
"inputInfo"
>
{{consignor}}
</div>
<div
v-for=
"(item,index) in moreSearchInfo.consignor"
:key=
"index"
@
click=
"showPost('consignor')"
style=
"background-color: #EFF5F9;overflow-y:hidden"
contenteditable=
"false"
placeholder=
"请选择货主"
class=
"inputInfo"
>
{{consignorInfoStitching(item)}}
</div>
<div
v-for=
"(item,index) in moreSearchInfo.consignor"
:key=
"index"
@
click=
"showPost('consignor')"
contenteditable=
"false"
placeholder=
"请选择货主"
class=
"nom inputInfo"
>
{{consignorInfoStitching(item)}}
</div>
</van-collapse-item>
</van-collapse>
</div>
...
...
@@ -275,6 +274,10 @@ export default {
}
},
methods
:
{
// 删除货主
deleteRepeat
()
{
},
changeData
(
event
)
{
let
str
=
event
.
srcElement
.
innerHTML
+
''
this
.
moreSearchInfo
.
orderNo
=
str
...
...
@@ -592,7 +595,7 @@ export default {
overflow-x
:
hidden
;
overflow-y
:
auto
;
.high-info
{
margin
:
0
PX
1
5
PX
;
margin
:
0
PX
1
0
PX
;
font-size
:
14
PX
;
/
deep
/
.van-cell
{
padding
:
5px
0px
;
...
...
src/views/myOrder/components/HighSearchNewDelete.vue
0 → 100644
View file @
dba24ac5
This diff is collapsed.
Click to expand it.
src/views/myOrder/index.vue
View file @
dba24ac5
...
...
@@ -32,7 +32,7 @@
<
script
>
import
myOrderList
from
'
./myOrderList.vue
'
// import HighSearch from './components/HighSearch.vue'
import
HighSearch
from
'
./components/HighSearchNew.vue
'
import
HighSearch
from
'
./components/HighSearchNew
Delete
.vue
'
import
{
getEmployeeOrgQueryList
,
getConsignorSetList
}
from
'
@/api/common
'
import
{
getFormateDate
}
from
'
@/utils/common
'
import
{
bridge
}
from
"
@/utils
"
;
...
...
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