Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
wmsApp
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
a56b497b
authored
Jun 03, 2024
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
分货
parent
ca26039a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
10 deletions
assets/css/arrivalRegister/splitGoods.scss
pages/arrivalRegister/splitGoods.vue
util/api.js
assets/css/arrivalRegister/splitGoods.scss
View file @
a56b497b
...
...
@@ -92,8 +92,8 @@
background
:
#ffffff
;
box-shadow
:
0px
3rpx
3rpx
0px
rgba
(
198
,
199
,
204
,
0
.3
);
border-radius
:
10rpx
;
border
:
1px
solid
#c6c7cc
;
margin-bottom
:
15rpx
;
border
:
1px
solid
transparent
;
.check-box-icon
{
position
:
absolute
;
right
:
18rpx
;
...
...
@@ -115,25 +115,28 @@
width
:
100%
;
}
.t1
{
font-size
:
20
rpx
;
color
:
#292b33
;
font-weight
:
bold
;
min-width
:
32
rpx
;
font-size
:
18rpx
;
color
:
#919399
;
}
.t2
{
width
:
100rpx
;
font-size
:
1
7
rpx
;
min-
width
:
100rpx
;
font-size
:
1
8
rpx
;
color
:
#1969f9
;
font-weight
:
bold
;
margin-left
:
30
rpx
;
margin-left
:
5
rpx
;
}
.t3
{
font-size
:
20
rpx
;
font-size
:
18
rpx
;
color
:
#292b33
;
font-weight
:
bold
;
margin-left
:
8rpx
;
max-width
:
340rpx
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
overflow
:
hidden
;
}
.t4
{
font-size
:
1
6
rpx
;
font-size
:
1
8
rpx
;
color
:
#919399
;
margin-right
:
47rpx
;
}
...
...
pages/arrivalRegister/splitGoods.vue
View file @
a56b497b
This diff is collapsed.
Click to expand it.
util/api.js
View file @
a56b497b
...
...
@@ -28,6 +28,10 @@ const API = {
* */
stockInMobileRegisterList
:
API_BASE
+
'/api/stockIn/stockInRegister/stockInMobileRegisterList'
,
/**
* 根据物流单号获取物流信息
* */
getShipmentList
:
API_BASE
+
'/open/stockIn/getShipmentList'
,
/**
* 新增到货记录
* */
addStockInRegister
:
API_BASE
+
'/api/stockIn/stockInRegister/addStockInRegister'
,
...
...
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