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
200cffbe
authored
Oct 20, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
到货登记
parent
3f15e2e9
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
96 additions
and
0 deletions
assets/css/arrivalRegister/index.scss
pages/arrivalRegister/index.vue
util/api.js
assets/css/arrivalRegister/index.scss
View file @
200cffbe
...
...
@@ -434,4 +434,96 @@
}
}
}
.uni-swiper-wrap
{
margin-top
:
15rpx
;
.uni-swiper-input
{
margin-bottom
:
15rpx
;
.label
{
width
:
24%
;
font-size
:
16rpx
;
color
:
#919399
;
&
.required
:before
{
content
:
' *'
;
color
:
red
;
}
}
.select-box
{
position
:
relative
;
width
:
76%
;
height
:
45rpx
;
.uni-arrow
{
position
:
absolute
;
right
:
14rpx
;
width
:
14rpx
;
height
:
9rpx
;
background
:
url('https://img.ichunt.com/images/ichunt/202304/10/e4c72319ad41ce1425f71cc6ec35f111.png')
no-repeat
center
;
background-size
:
contain
;
}
.uni-input
{
width
:
100%
;
height
:
45rpx
;
background
:
#ffffff
;
border-radius
:
10rpx
;
border
:
1px
solid
#1969f9
;
font-size
:
17rpx
;
padding-left
:
18rpx
;
}
}
.input-box
{
position
:
relative
;
width
:
76%
;
.uni-input
{
width
:
100%
;
height
:
45rpx
;
background
:
#ffffff
;
border-radius
:
10rpx
;
border
:
1px
solid
#1969f9
;
font-size
:
17rpx
;
padding-left
:
18rpx
;
}
}
}
.uni-swiper-input-multipl
{
margin-bottom
:
15rpx
;
.label
{
width
:
24%
;
.uni-arrow
{
width
:
14rpx
;
height
:
9rpx
;
background
:
url('https://img.ichunt.com/images/ichunt/202304/10/e4c72319ad41ce1425f71cc6ec35f111.png')
no-repeat
center
;
background-size
:
contain
;
margin-right
:
10rpx
;
}
.uni-input
{
font-size
:
17rpx
;
}
}
.multipl-input
{
width
:
76%
;
.uni-input
{
width
:
100%
;
height
:
45rpx
;
background
:
#ffffff
;
border-radius
:
10rpx
;
border
:
1px
solid
#1969f9
;
font-size
:
17rpx
;
padding-left
:
18rpx
;
}
.timesSymbol
{
padding
:
0
14rpx
;
font-size
:
24rpx
;
color
:
#292b33
;
font-weight
:
bold
;
}
.unit
{
margin-left
:
10rpx
;
color
:
#919399
;
font-size
:
25rpx
;
}
}
}
}
.swiper
{
height
:
790rpx
;
}
}
pages/arrivalRegister/index.vue
View file @
200cffbe
This diff is collapsed.
Click to expand it.
util/api.js
View file @
200cffbe
...
...
@@ -264,6 +264,10 @@ const API = {
* */
getZyGoodsData
:
API_BASE
+
'/api/stockIn/stockInDetail/getZyGoodsData'
,
/**
* 其他属性
* */
getOtherAttrList
:
API_BASE
+
'/api/dictionary/getOtherAttrList'
,
/**
* 修改自营数据
* */
saveZyGoodsData
:
API_BASE
+
'/api/stockIn/stockInDetail/saveZyGoodsData'
,
...
...
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