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
38d17263
Commit
38d17263
authored
Mar 19, 2021
by
xiejb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
高级搜索 商品接口切换
parent
a513918f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
12 deletions
+14
-12
src/components/SearchInSupplier.vue
src/components/SearchInSupplier.vue
+9
-7
src/views/myOrder/clearance/HighSearch.vue
src/views/myOrder/clearance/HighSearch.vue
+4
-4
src/views/myOrder/index.vue
src/views/myOrder/index.vue
+1
-1
No files found.
src/components/SearchInSupplier.vue
View file @
38d17263
...
...
@@ -176,13 +176,15 @@ export default {
getPostData
()
{
let
_this
=
this
let
data
=
{
'
dbSource
'
:
this
.
linkInfo
.
sysDbSource
,
'
pageNum
'
:
_this
.
currentPage
,
'
pageSize
'
:
_this
.
pageSize
,
'
erpUserId
'
:
this
.
linkInfo
.
sysUserId
,
'
invOwner
'
:
this
.
linkInfo
.
sysOrgId
,
'
goodsId
'
:
_this
.
chinfo
.
goodsId
,
'
supply
'
:
_this
.
keywords
// 'dbSource':this.linkInfo.sysDbSource,
'
dbSource
'
:
'
erp_test_shaphar
'
,
'
pageNum
'
:
_this
.
currentPage
,
'
pageSize
'
:
_this
.
pageSize
,
// 'erpUserId':this.linkInfo.sysUserId,
'
erpUserId
'
:
'
23528
'
,
'
invOwner
'
:
'
200
'
,
'
goodsId
'
:
_this
.
chinfo
.
goodsId
,
'
supply
'
:
_this
.
keywords
}
getCgSupplyList
(
data
).
then
(
rt
=>
{
...
...
src/views/myOrder/clearance/HighSearch.vue
View file @
38d17263
...
...
@@ -95,12 +95,12 @@
@
cancleclick=
"showPost"
@
confirmclick=
"postConfirm"
></search-in-consignor>
<
cg-
search-goods
<search-goods
v-model=
"moreSearchDialog.goodsShow"
:customer=
"!moreSearchInfo.goods ? {}:moreSearchInfo.goods"
@
cancleclick=
"showPost"
@
confirmclick=
"postConfirm"
></
cg-
search-goods>
></search-goods>
<search-in-client
v-model=
"moreSearchDialog.clientShow"
:customer=
"!moreSearchInfo.client ? {}:moreSearchInfo.client"
...
...
@@ -119,7 +119,7 @@ import SearchInSupplier from "@/components/SearchInSupplier";
// 货主
import
SearchInConsignor
from
"
@/components/SearchInConsignor
"
;
// 商品
import
CgSearchGoods
from
"
@/components/Cg
SearchGoods
"
;
import
SearchGoods
from
"
@/components/
SearchGoods
"
;
// 客户
import
SearchInClient
from
"
@/components/SearchInClient
"
export
default
{
...
...
@@ -127,7 +127,7 @@ export default {
components
:
{
TimeChoose
,
SearchInSupplier
,
Cg
SearchGoods
,
SearchGoods
,
SearchInConsignor
,
SearchInClient
},
...
...
src/views/myOrder/index.vue
View file @
38d17263
...
...
@@ -148,7 +148,7 @@ export default {
gotoOrderClearance
(
model
)
{
this
.
$router
.
push
({
path
:
'
/clearance
'
,
query
:
model
query
:
Object
.
assign
(
this
.
$store
.
state
.
linkInfo
,
model
)
})
},
onBrowserBack
()
{
...
...
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