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
c9f608e9
authored
May 07, 2024
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
add
parent
c78353fa
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
22 additions
and
14 deletions
assets/css/tally/abnormalTally.scss
assets/css/tally/index.scss
pages/tally/abnormalTally.vue
pages/tally/fixBox.vue
pages/tally/index.vue
pages/tally/unboxing.vue
util/api.js
assets/css/tally/abnormalTally.scss
View file @
c9f608e9
...
...
@@ -36,7 +36,7 @@
height
:
48rpx
;
background
:
#ffffff
;
border-radius
:
4rpx
;
border
:
1
r
px
solid
#197adb
;
border
:
1px
solid
#197adb
;
font-size
:
24rpx
;
color
:
#197adb
;
}
...
...
@@ -80,7 +80,7 @@
width
:
40rpx
;
height
:
28rpx
;
border-radius
:
4rpx
;
border
:
1
r
px
solid
#197adb
;
border
:
1px
solid
#197adb
;
font-size
:
22rpx
;
color
:
#197adb
;
}
...
...
assets/css/tally/index.scss
View file @
c9f608e9
...
...
@@ -25,7 +25,7 @@
height
:
48rpx
;
background
:
#ffffff
;
border-radius
:
4rpx
;
border
:
1
r
px
solid
#197adb
;
border
:
1px
solid
#197adb
;
font-size
:
24rpx
;
color
:
#197adb
;
}
...
...
@@ -93,7 +93,7 @@
padding-bottom
:
16rpx
;
}
.w130
{
width
:
1
30
rpx
;
width
:
1
56
rpx
;
}
.t1
{
font-size
:
28rpx
;
...
...
@@ -104,7 +104,7 @@
width
:
48rpx
;
height
:
36rpx
;
border-radius
:
4rpx
;
border
:
1
r
px
solid
#197adb
;
border
:
1px
solid
#197adb
;
font-size
:
24rpx
;
color
:
#197adb
;
margin-left
:
16rpx
;
...
...
@@ -119,7 +119,7 @@
}
.input-text
{
.uni-input
{
width
:
1
90
rpx
;
width
:
1
73
rpx
;
height
:
48rpx
;
background
:
#e6edf0
;
border-radius
:
4rpx
;
...
...
@@ -134,7 +134,7 @@
width
:
88rpx
;
height
:
88rpx
;
background-color
:
#f1f4f6
;
border
:
1
r
px
solid
#e6edf0
;
border
:
1px
solid
#e6edf0
;
.iconfont
{
font-size
:
48rpx
;
color
:
#d8d8d8
;
...
...
@@ -212,7 +212,7 @@
height
:
44rpx
;
background
:
#ffffff
;
border-radius
:
4rpx
;
border
:
1
r
px
solid
#197adb
;
border
:
1px
solid
#197adb
;
margin-right
:
16rpx
;
margin-bottom
:
16rpx
;
.text
{
...
...
pages/tally/abnormalTally.vue
View file @
c9f608e9
...
...
@@ -152,8 +152,8 @@
confirm
()
{
if
(
!
this
.
abnormal_batch
)
{
uni
.
showToast
({
title
:
'请输入异常批次
号
'
,
icon
:
'
none
'
title
:
'请输入异常批次'
,
icon
:
'
error
'
});
return
false
;
}
...
...
@@ -257,7 +257,7 @@
if
(
!
val
)
{
uni
.
showToast
({
title
:
'请输入毛重'
,
icon
:
'
none
'
icon
:
'
error
'
});
return
false
;
}
...
...
pages/tally/fixBox.vue
View file @
c9f608e9
...
...
@@ -77,11 +77,13 @@
*/
add
()
{
if
(
!
this
.
keyword
)
{
uni
.
showToast
({
title
:
'请输入箱号'
,
icon
:
'none'
uni
.
showModal
({
title
:
''
,
content
:
'请先扫描箱号'
,
showCancel
:
false
});
return
false
;
return
false
;
}
// 检查输入的箱号是否已经存在于列表中
...
...
pages/tally/index.vue
View file @
c9f608e9
This diff is collapsed.
Click to expand it.
pages/tally/unboxing.vue
View file @
c9f608e9
This diff is collapsed.
Click to expand it.
util/api.js
View file @
c9f608e9
// const API_BASE = 'https://api.ichunt.com';
// const API_BASE_OSS = 'https://image.ichunt.net'; //oss系统
// const API_BASE_OSS_HK = 'http://hk.image.semour.com'; //oss系统 HK
// const API_BASE_WMS = 'https://wms.ichunt.net'; //WMS系统
const
API_BASE
=
'http://api.liexin.com'
;
const
API_BASE_OSS
=
'http://image.liexindev.net'
;
const
API_BASE_OSS_HK
=
'http://image.liexindev.net'
;
//oss系统 HK
const
API_BASE_WMS
=
'http://wms.liexindev.net'
;
//WMS系统
...
...
@@ -37,6 +39,10 @@ const API = {
* */
uploadImage
:
API_BASE_OSS
+
'/uploadImage'
,
/**
* 上传文件
* */
uploadImageHk
:
API_BASE_OSS_HK
+
'/uploadImage'
,
/**
* 生成打印标签数据
* */
printLabel
:
API_BASE
+
'/supplywechatwms/printLabel'
,
...
...
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