Commit a56b497b by LJM

分货

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