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
b21a3e95
Commit
b21a3e95
authored
Mar 18, 2021
by
LynnQi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改商品清单页面
parent
9d1905a4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
29 deletions
+29
-29
src/views/myOrder/components/goodsInfoDetail.vue
src/views/myOrder/components/goodsInfoDetail.vue
+28
-28
src/views/myOrder/detail/goodsInfo.vue
src/views/myOrder/detail/goodsInfo.vue
+1
-1
No files found.
src/views/myOrder/components/goodsInfoDetail.vue
View file @
b21a3e95
...
...
@@ -7,14 +7,14 @@
<div
class=
"cold"
>
冷
</div>
</div>
-->
<div
class=
"item-image-title"
>
<img
:src=
"item.icons
"
alt=
""
class=
"item-image"
/>
<img
src=
"../../../assets/img/u47.svg
"
alt=
""
class=
"item-image"
/>
<div
class=
"item-title"
>
{{
goodList
.
goodsDesc
}}{{
goodList
.
goodsDesc
}}
</div>
</div>
<div
class=
"item-currency-amount"
>
<div
class=
"item-currency"
>
¥
</div>
<div
class=
"item-amount"
>
{{
item
.
amount
}}
</div>
<div
class=
"item-amount"
>
{{
item
.
price
}}
</div>
<div
class=
"item-packages"
>
包装数量:
<span
>
{{
goodList
.
packageNum
}}{{
goodList
.
unitName
}}
</span
...
...
@@ -46,29 +46,29 @@ export default {
methods
:
{
getGoodInfoListReq
()
{
let
data
=
{
sourceDb
:
"
SHYY
"
,
supplierId
:
[
"
305
"
,
"
879
"
,
"
301
"
],
clientID
:
[
"
3168
"
],
mdmClientCode
:
""
,
ownerId
:
"
1
"
,
goodsId
:
""
,
goodsCode
:
""
,
goodsName
:
""
,
goodsSpec
:
""
,
manufacturer
:
""
,
goodsDesc
:
""
,
approvalNumber
:
""
,
orderId
:
""
,
orderNo
:
""
,
pickingId
:
""
,
startDate
:
"
2021-03-08
"
,
endDate
:
"
2021-03-15
"
,
mdmGoodsCode
:
""
,
goodsPermission
:
""
,
pageSize
:
1
,
pageNum
:
10
,
order
:
""
,
sort
:
""
,
"
sourceDb
"
:
"
SHYY
"
,
"
supplierId
"
:
[
"
305
"
,
"
879
"
,
"
301
"
],
"
clientID
"
:
[
"
3168
"
],
"
mdmClientCode
"
:
""
,
"
ownerId
"
:
"
1
"
,
"
goodsId
"
:
""
,
"
goodsCode
"
:
""
,
"
goodsName
"
:
""
,
"
goodsSpec
"
:
""
,
"
manufacturer
"
:
""
,
"
goodsDesc
"
:
""
,
"
approvalNumber
"
:
""
,
"
orderId
"
:
""
,
"
orderNo
"
:
""
,
"
pickingId
"
:
""
,
"
startDate
"
:
"
2021-03-08
"
,
"
endDate
"
:
"
2021-03-15
"
,
"
mdmGoodsCode
"
:
""
,
"
goodsPermission
"
:
""
,
"
pageSize
"
:
1
,
"
pageNum
"
:
10
,
"
order
"
:
""
,
"
sort
"
:
""
,
};
getGoodInfoList
(
data
)
.
then
((
res
)
=>
{
...
...
@@ -134,8 +134,8 @@ export default {
display
:
flex
;
padding-top
:
10px
;
.item-image
{
width
:
25
px
;
height
:
25
px
;
width
:
30
px
;
height
:
30
px
;
}
.item-title
{
padding-left
:
10px
;
...
...
@@ -166,7 +166,7 @@ export default {
padding-left
:
40px
;
margin
:
15px
0
20px
0
;
.item-deliveris
{
margin-left
:
10
5px
;
margin-left
:
9
5px
;
span
{
margin-left
:
10px
;
}
...
...
src/views/myOrder/detail/goodsInfo.vue
View file @
b21a3e95
...
...
@@ -41,7 +41,7 @@ export default {
},
data
()
{
return
{
goodsInfos
:
[
1
],
goodsInfos
:
[],
loading
:
false
,
finished
:
false
,
// error: false,
...
...
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