Commit 30805416 by LJM

理货

parent fb7e0f52
...@@ -11,6 +11,18 @@ ...@@ -11,6 +11,18 @@
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
} }
.icon-a-10cangkucangchu1:before {
content: "\e79e";
}
.icon-a-10cangkucangchu2:before {
content: "\e79f";
}
.icon-instant-error:before {
content: "\e63f";
}
.icon-sanjiaoxing3:before { .icon-sanjiaoxing3:before {
content: "\e78b"; content: "\e78b";
} }
......
...@@ -80,11 +80,6 @@ export default { ...@@ -80,11 +80,6 @@ export default {
tips: '' tips: ''
}, },
{ {
name: '异常理货',
iconfont: 'icon-a-10cangkucangchu',
tips: ''
},
{
name: '打印标签', name: '打印标签',
iconfont: 'icon-a-juxing4', iconfont: 'icon-a-juxing4',
tips: '' tips: ''
...@@ -125,8 +120,13 @@ export default { ...@@ -125,8 +120,13 @@ export default {
tips: '' tips: ''
}, },
{ {
name: '异常理货',
iconfont: 'icon-a-10cangkucangchu1',
tips: ''
},
{
name: '理货确认', name: '理货确认',
iconfont: 'icon-chakanbeizhu', iconfont: 'icon-a-10cangkucangchu2',
tips: '' tips: ''
} }
] ]
......
...@@ -122,7 +122,7 @@ export default { ...@@ -122,7 +122,7 @@ export default {
image_list: [], //图片列表 image_list: [], //图片列表
goods_check_pic_list: [], //商检图片列表 goods_check_pic_list: [], //商检图片列表
list: [], //商检型号列表 list: [], //商检型号列表
maxNum: 10, //最大上传图片数量 maxNum: 4, //最大上传图片数量
disabled: false, disabled: false,
form: { form: {
erp_order_sn: '', //入仓号 erp_order_sn: '', //入仓号
......
No preview for this file type
// const API_BASE = 'https://api.ichunt.com'; const API_BASE = 'https://api.ichunt.com';
// const API_BASE_OSS = 'https://image.ichunt.net'; //oss系统 const API_BASE_OSS = 'https://image.ichunt.net'; //oss系统
const API_BASE = 'http://api.liexin.com'; // const API_BASE = 'http://api.liexin.com';
const API_BASE_OSS = 'http://image.liexindev.net'; //oss系统 // const API_BASE_OSS = 'http://image.liexindev.net'; //oss系统
const API = { const API = {
/** /**
......
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