submit
This commit is contained in:
parent
f5f8235549
commit
c14f0f6af9
@ -77,6 +77,9 @@ export default {
|
||||
ID: Number(this.$mp.query.ID)
|
||||
}
|
||||
const res1 = await postDataByParams('/api/warehouse/detail', data1)
|
||||
if (res1.code === 200) {
|
||||
this.info = res1.data
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
@ -92,18 +95,22 @@ export default {
|
||||
align-items: center;
|
||||
padding: 32rpx;
|
||||
flex-direction: column;
|
||||
|
||||
.info-right-item {
|
||||
color: #626262;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
.title {
|
||||
padding-right: 56rpx;
|
||||
border-right: 1rpx solid #e4eaf1;
|
||||
}
|
||||
|
||||
.content {
|
||||
padding-left: 34rpx;
|
||||
}
|
||||
}
|
||||
|
||||
.info {
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
@ -113,6 +120,7 @@ export default {
|
||||
background: #fff;
|
||||
margin-top: 182rpx;
|
||||
padding: 20rpx;
|
||||
|
||||
.info-right {
|
||||
width: 100%;
|
||||
margin-left: 34rpx;
|
||||
@ -122,6 +130,7 @@ export default {
|
||||
justify-content: space-between;
|
||||
}
|
||||
}
|
||||
|
||||
.order-info {
|
||||
box-sizing: border-box;
|
||||
margin-top: 20rpx;
|
||||
@ -134,10 +143,12 @@ export default {
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.tips {
|
||||
color: #76c458;
|
||||
margin-top: 170rpx;
|
||||
}
|
||||
|
||||
.btns {
|
||||
margin-top: 40rpx;
|
||||
width: 100%;
|
||||
|
Loading…
Reference in New Issue
Block a user