Commit 9111c8a4 by LJM

优化

parent 23f21727
...@@ -156,7 +156,7 @@ ...@@ -156,7 +156,7 @@
height: 30rpx; height: 30rpx;
border-radius: 50%; border-radius: 50%;
background-color: #bb3434; background-color: #bb3434;
z-index: 999; z-index: 9;
.iconfont { .iconfont {
font-size: 20rpx; font-size: 20rpx;
color: #ffffff; color: #ffffff;
......
...@@ -6,6 +6,7 @@ const API_BASE = 'http://api.liexin.com'; ...@@ -6,6 +6,7 @@ const API_BASE = 'http://api.liexin.com';
const API_BASE_OSS = 'http://image.liexindev.net'; const API_BASE_OSS = 'http://image.liexindev.net';
const API_BASE_WMS = 'http://wms.liexindev.net'; //WMS系统 const API_BASE_WMS = 'http://wms.liexindev.net'; //WMS系统
const API = { const API = {
/** /**
* 上传数据 * 上传数据
...@@ -282,7 +283,11 @@ const API = { ...@@ -282,7 +283,11 @@ const API = {
/** /**
* 合箱 * 合箱
*/ */
fixBox: API_BASE + '/supplywechatwms/fixBox' fixBox: API_BASE + '/supplywechatwms/fixBox',
/**
* 识别二维码的数量和型号
* */
identifyQrCodeNumAndSn: API_BASE_WMS + '/api/stockIn/identifyQrCodeNumAndSn',
} }
......
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