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
9111c8a4
authored
May 06, 2024
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
优化
parent
23f21727
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
assets/css/tally/index.scss
pages/tally/index.vue
util/api.js
assets/css/tally/index.scss
View file @
9111c8a4
...
...
@@ -156,7 +156,7 @@
height
:
30rpx
;
border-radius
:
50%
;
background-color
:
#bb3434
;
z-index
:
9
99
;
z-index
:
9
;
.iconfont
{
font-size
:
20rpx
;
color
:
#ffffff
;
...
...
pages/tally/index.vue
View file @
9111c8a4
This diff is collapsed.
Click to expand it.
util/api.js
View file @
9111c8a4
...
...
@@ -6,6 +6,7 @@ const API_BASE = 'http://api.liexin.com';
const
API_BASE_OSS
=
'http://image.liexindev.net'
;
const
API_BASE_WMS
=
'http://wms.liexindev.net'
;
//WMS系统
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'
,
}
...
...
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