Commit a56b497b by LJM

分货

parent ca26039a
......@@ -92,8 +92,8 @@
background: #ffffff;
box-shadow: 0px 3rpx 3rpx 0px rgba(198, 199, 204, 0.3);
border-radius: 10rpx;
border: 1px solid #c6c7cc;
margin-bottom: 15rpx;
border: 1px solid transparent;
.check-box-icon {
position: absolute;
right: 18rpx;
......@@ -115,25 +115,28 @@
width: 100%;
}
.t1 {
font-size: 20rpx;
color: #292b33;
font-weight: bold;
min-width: 32rpx;
font-size: 18rpx;
color: #919399;
}
.t2 {
width: 100rpx;
font-size: 17rpx;
min-width: 100rpx;
font-size: 18rpx;
color: #1969f9;
font-weight: bold;
margin-left: 30rpx;
margin-left: 5rpx;
}
.t3 {
font-size: 20rpx;
font-size: 18rpx;
color: #292b33;
font-weight: bold;
margin-left: 8rpx;
max-width: 340rpx;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.t4 {
font-size: 16rpx;
font-size: 18rpx;
color: #919399;
margin-right: 47rpx;
}
......
......@@ -28,6 +28,10 @@ const API = {
* */
stockInMobileRegisterList: API_BASE + '/api/stockIn/stockInRegister/stockInMobileRegisterList',
/**
* 根据物流单号获取物流信息
* */
getShipmentList: API_BASE + '/open/stockIn/getShipmentList',
/**
* 新增到货记录
* */
addStockInRegister: API_BASE + '/api/stockIn/stockInRegister/addStockInRegister',
......
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