Commit 0a311305 by LJM

到货登记

parent d8989c37
...@@ -214,6 +214,11 @@ ...@@ -214,6 +214,11 @@
width: 100%; width: 100%;
background-color: #ffffff; background-color: #ffffff;
padding: 22rpx 22rpx 0 22rpx; padding: 22rpx 22rpx 0 22rpx;
.tip {
color: red;
font-size: 17rpx;
margin-top: 28rpx;
}
.title { .title {
position: relative; position: relative;
.iconfont { .iconfont {
...@@ -235,10 +240,30 @@ ...@@ -235,10 +240,30 @@
font-weight: bold; font-weight: bold;
margin-bottom: 17rpx; margin-bottom: 17rpx;
margin-top: 35rpx; margin-top: 35rpx;
transition: all 0.2s ease;
text:first-child {
margin-right: 32rpx;
}
.curr {
position: relative;
color: #1969f9;
font-weight: bold;
&::after {
content: '';
background-color: #1969f9;
width: 51%;
height: 2px;
position: absolute;
bottom: -10rpx;
left: 0;
right: 0;
margin: 0 auto;
}
}
} }
.field-item { .field-item {
flex-wrap: wrap; flex-wrap: wrap;
margin-top: 36rpx; margin-top: 16rpx;
.item { .item {
flex: 0 0 50%; flex: 0 0 50%;
margin-bottom: 8rpx; margin-bottom: 8rpx;
...@@ -269,6 +294,7 @@ ...@@ -269,6 +294,7 @@
} }
.drawer-list { .drawer-list {
.box { .box {
position: relative;
padding: 18rpx 18rpx 0 18rpx; padding: 18rpx 18rpx 0 18rpx;
height: 94rpx; height: 94rpx;
background: #ffffff; background: #ffffff;
...@@ -293,8 +319,13 @@ ...@@ -293,8 +319,13 @@
font-size: 16rpx; font-size: 16rpx;
color: #919399; color: #919399;
} }
.t4 {
font-size: 16rpx;
color: #484b59;
}
} }
.bar { .bar {
line-height: 26rpx;
.tt { .tt {
font-size: 16rpx; font-size: 16rpx;
color: #919399; color: #919399;
...@@ -312,7 +343,7 @@ ...@@ -312,7 +343,7 @@
} }
} }
.time { .time {
margin-top: 34rpx; margin-top: 8rpx;
font-size: 16rpx; font-size: 16rpx;
color: #919399; color: #919399;
} }
......
...@@ -323,9 +323,9 @@ export default { ...@@ -323,9 +323,9 @@ export default {
limit: 1, limit: 1,
index: 0, index: 0,
curr: 0, curr: 0,
item: ['货品信息', '其他信息'],
print_style: ['基本样式', '不带D/C'], print_style: ['基本样式', '不带D/C'],
print_style_index: 0, print_style_index: 0,
item: ['货品信息', '其他信息'],
indexContainer: -1, indexContainer: -1,
array: ['物流单号', '入库单号', '入仓号'], array: ['物流单号', '入库单号', '入仓号'],
tallyContainer: [], //容器列表 tallyContainer: [], //容器列表
......
...@@ -260,6 +260,10 @@ const API = { ...@@ -260,6 +260,10 @@ const API = {
* */ * */
getWareHouselist: API_BASE + '/api/warehouse/getWareHouselist', getWareHouselist: API_BASE + '/api/warehouse/getWareHouselist',
/** /**
* 获取自营货品信息
* */
getZyGoodsData: API_BASE + '/api/stockIn/stockInDetail/getZyGoodsData',
/**
* 库存查询 * 库存查询
* */ * */
searchStockList: API_BASE + '/api/h5/stockIn/searchStockList', searchStockList: API_BASE + '/api/h5/stockIn/searchStockList',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment