Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
wmsMin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
30805416
authored
Sep 25, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
理货
parent
fb7e0f52
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
25 additions
and
12 deletions
assets/css/font.css
pages/home/index.vue
pages/tallyGoods/confirm.vue
static/iconfont.ttf
util/api.js
assets/css/font.css
View file @
30805416
...
...
@@ -11,6 +11,18 @@
-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
{
content
:
"\e78b"
;
}
...
...
@@ -165,4 +177,4 @@
.icon-a-juxing1
:before
{
content
:
"\e76d"
;
}
}
\ No newline at end of file
pages/home/index.vue
View file @
30805416
...
...
@@ -80,11 +80,6 @@ export default {
tips
:
''
},
{
name
:
'异常理货'
,
iconfont
:
'icon-a-10cangkucangchu'
,
tips
:
''
},
{
name
:
'打印标签'
,
iconfont
:
'icon-a-juxing4'
,
tips
:
''
...
...
@@ -125,8 +120,13 @@ export default {
tips
:
''
},
{
name
:
'异常理货'
,
iconfont
:
'icon-a-10cangkucangchu1'
,
tips
:
''
},
{
name
:
'理货确认'
,
iconfont
:
'icon-
chakanbeizhu
'
,
iconfont
:
'icon-
a-10cangkucangchu2
'
,
tips
:
''
}
]
...
...
pages/tallyGoods/confirm.vue
View file @
30805416
...
...
@@ -122,7 +122,7 @@ export default {
image_list
:
[],
//图片列表
goods_check_pic_list
:
[],
//商检图片列表
list
:
[],
//商检型号列表
maxNum
:
10
,
//最大上传图片数量
maxNum
:
4
,
//最大上传图片数量
disabled
:
false
,
form
:
{
erp_order_sn
:
''
,
//入仓号
...
...
static/iconfont.ttf
View file @
30805416
No preview for this file type
util/api.js
View file @
30805416
//
const API_BASE = 'https://api.ichunt.com';
//
const API_BASE_OSS = 'https://image.ichunt.net'; //oss系统
const
API_BASE
=
'https://api.ichunt.com'
;
const
API_BASE_OSS
=
'https://image.ichunt.net'
;
//oss系统
const
API_BASE
=
'http://api.liexin.com'
;
const
API_BASE_OSS
=
'http://image.liexindev.net'
;
//oss系统
//
const API_BASE = 'http://api.liexin.com';
//
const API_BASE_OSS = 'http://image.liexindev.net'; //oss系统
const
API
=
{
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment