Commit 0a311305 by LJM

到货登记

parent d8989c37
......@@ -214,6 +214,11 @@
width: 100%;
background-color: #ffffff;
padding: 22rpx 22rpx 0 22rpx;
.tip {
color: red;
font-size: 17rpx;
margin-top: 28rpx;
}
.title {
position: relative;
.iconfont {
......@@ -235,10 +240,30 @@
font-weight: bold;
margin-bottom: 17rpx;
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 {
flex-wrap: wrap;
margin-top: 36rpx;
margin-top: 16rpx;
.item {
flex: 0 0 50%;
margin-bottom: 8rpx;
......@@ -269,6 +294,7 @@
}
.drawer-list {
.box {
position: relative;
padding: 18rpx 18rpx 0 18rpx;
height: 94rpx;
background: #ffffff;
......@@ -293,8 +319,13 @@
font-size: 16rpx;
color: #919399;
}
.t4 {
font-size: 16rpx;
color: #484b59;
}
}
.bar {
line-height: 26rpx;
.tt {
font-size: 16rpx;
color: #919399;
......@@ -312,7 +343,7 @@
}
}
.time {
margin-top: 34rpx;
margin-top: 8rpx;
font-size: 16rpx;
color: #919399;
}
......
......@@ -323,9 +323,9 @@ export default {
limit: 1,
index: 0,
curr: 0,
item: ['货品信息', '其他信息'],
print_style: ['基本样式', '不带D/C'],
print_style_index: 0,
item: ['货品信息', '其他信息'],
indexContainer: -1,
array: ['物流单号', '入库单号', '入仓号'],
tallyContainer: [], //容器列表
......
......@@ -260,6 +260,10 @@ const API = {
* */
getWareHouselist: API_BASE + '/api/warehouse/getWareHouselist',
/**
* 获取自营货品信息
* */
getZyGoodsData: API_BASE + '/api/stockIn/stockInDetail/getZyGoodsData',
/**
* 库存查询
* */
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