Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-shop-manage
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
htoooth
2017-05-17 14:39:50 +0800
Commit
df6976c17f2295e9d59ba933f9bdd2f08cfeae6a
2 parents
36480e15
ab78577c
Merge remote-tracking branch 'origin/release/1.0' into release/1.0
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
7 deletions
app/pages/trade/allot/components/cell-prd-info.vue
app/pages/trade/allot/store/done.js
app/pages/trade/allot/store/undone.js
app/pages/trade/allot/views/undone.vue
app/pages/trade/express-detail/express-detail.vue
app/pages/trade/allot/components/cell-prd-info.vue
View file @
df6976c
<template>
<div class="cell-info">
<div class="img">
<img src=""></img>
</div>
<div class="detail">
<p>SKU:{{sku}}</p>
<p>SKN:{{skn}}</p>
...
...
app/pages/trade/allot/store/done.js
View file @
df6976c
...
...
@@ -142,7 +142,7 @@ export default () => {
className
:
'status-cell'
},
{
title
:
'
入库
单号'
,
title
:
'
调拨
单号'
,
key
:
'proRequisitionFormId'
,
align
:
'center'
,
}
...
...
app/pages/trade/allot/store/undone.js
View file @
df6976c
...
...
@@ -149,7 +149,7 @@ export default () => {
className
:
'status-cell'
},
{
title
:
'
入库
单号'
,
title
:
'
调拨
单号'
,
key
:
'proRequisitionFormId'
,
align
:
'center'
,
}
...
...
app/pages/trade/allot/views/undone.vue
View file @
df6976c
...
...
@@ -96,7 +96,7 @@
let params = {
pageNo: 1,
pageSize: 20,
statusList: [1
, 2
]
statusList: [1]
};
if (!this.useFilter) {
...
...
app/pages/trade/express-detail/express-detail.vue
View file @
df6976c
...
...
@@ -88,7 +88,7 @@
const fmt = 'YYYY-MM-DD HH:mm:ss';
this.table.list = data;
this.expressTime = moment.unix(data.createTime).format(fmt);
this.expressTime = moment.unix(data
[0]
.createTime).format(fmt);
}
},
components: {
...
...
Please
register
or
login
to post a comment