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
0a311305
authored
Oct 19, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
到货登记
parent
d8989c37
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
38 additions
and
3 deletions
assets/css/arrivalRegister/index.scss
pages/arrivalRegister/index.vue
pages/tallyReceive/operate.vue
util/api.js
assets/css/arrivalRegister/index.scss
View file @
0a311305
...
@@ -214,6 +214,11 @@
...
@@ -214,6 +214,11 @@
width
:
100%
;
width
:
100%
;
background-color
:
#ffffff
;
background-color
:
#ffffff
;
padding
:
22rpx
22rpx
0
22rpx
;
padding
:
22rpx
22rpx
0
22rpx
;
.tip
{
color
:
red
;
font-size
:
17rpx
;
margin-top
:
28rpx
;
}
.title
{
.title
{
position
:
relative
;
position
:
relative
;
.iconfont
{
.iconfont
{
...
@@ -235,10 +240,30 @@
...
@@ -235,10 +240,30 @@
font-weight
:
bold
;
font-weight
:
bold
;
margin-bottom
:
17rpx
;
margin-bottom
:
17rpx
;
margin-top
:
35rpx
;
margin-top
:
35rpx
;
transition
:
all
0
.2s
ease
;
text
:first-child
{
margin-right
:
32rpx
;
}
.curr
{
position
:
relative
;
color
:
#1969f9
;
font-weight
:
bold
;
&
:
:
after
{
content
:
''
;
background-color
:
#1969f9
;
width
:
51%
;
height
:
2px
;
position
:
absolute
;
bottom
:
-10rpx
;
left
:
0
;
right
:
0
;
margin
:
0
auto
;
}
}
}
}
.field-item
{
.field-item
{
flex-wrap
:
wrap
;
flex-wrap
:
wrap
;
margin-top
:
3
6rpx
;
margin-top
:
1
6rpx
;
.item
{
.item
{
flex
:
0
0
50%
;
flex
:
0
0
50%
;
margin-bottom
:
8rpx
;
margin-bottom
:
8rpx
;
...
@@ -269,6 +294,7 @@
...
@@ -269,6 +294,7 @@
}
}
.drawer-list
{
.drawer-list
{
.box
{
.box
{
position
:
relative
;
padding
:
18rpx
18rpx
0
18rpx
;
padding
:
18rpx
18rpx
0
18rpx
;
height
:
94rpx
;
height
:
94rpx
;
background
:
#ffffff
;
background
:
#ffffff
;
...
@@ -293,8 +319,13 @@
...
@@ -293,8 +319,13 @@
font-size
:
16rpx
;
font-size
:
16rpx
;
color
:
#919399
;
color
:
#919399
;
}
}
.t4
{
font-size
:
16rpx
;
color
:
#484b59
;
}
}
}
.bar
{
.bar
{
line-height
:
26rpx
;
.tt
{
.tt
{
font-size
:
16rpx
;
font-size
:
16rpx
;
color
:
#919399
;
color
:
#919399
;
...
@@ -312,7 +343,7 @@
...
@@ -312,7 +343,7 @@
}
}
}
}
.time
{
.time
{
margin-top
:
34
rpx
;
margin-top
:
8
rpx
;
font-size
:
16rpx
;
font-size
:
16rpx
;
color
:
#919399
;
color
:
#919399
;
}
}
...
...
pages/arrivalRegister/index.vue
View file @
0a311305
This diff is collapsed.
Click to expand it.
pages/tallyReceive/operate.vue
View file @
0a311305
...
@@ -323,9 +323,9 @@ export default {
...
@@ -323,9 +323,9 @@ export default {
limit
:
1
,
limit
:
1
,
index
:
0
,
index
:
0
,
curr
:
0
,
curr
:
0
,
item
:
[
'货品信息'
,
'其他信息'
],
print_style
:
[
'基本样式'
,
'不带D/C'
],
print_style
:
[
'基本样式'
,
'不带D/C'
],
print_style_index
:
0
,
print_style_index
:
0
,
item
:
[
'货品信息'
,
'其他信息'
],
indexContainer
:
-
1
,
indexContainer
:
-
1
,
array
:
[
'物流单号'
,
'入库单号'
,
'入仓号'
],
array
:
[
'物流单号'
,
'入库单号'
,
'入仓号'
],
tallyContainer
:
[],
//容器列表
tallyContainer
:
[],
//容器列表
...
...
util/api.js
View file @
0a311305
...
@@ -260,6 +260,10 @@ const API = {
...
@@ -260,6 +260,10 @@ const API = {
* */
* */
getWareHouselist
:
API_BASE
+
'/api/warehouse/getWareHouselist'
,
getWareHouselist
:
API_BASE
+
'/api/warehouse/getWareHouselist'
,
/**
/**
* 获取自营货品信息
* */
getZyGoodsData
:
API_BASE
+
'/api/stockIn/stockInDetail/getZyGoodsData'
,
/**
* 库存查询
* 库存查询
* */
* */
searchStockList
:
API_BASE
+
'/api/h5/stockIn/searchStockList'
,
searchStockList
:
API_BASE
+
'/api/h5/stockIn/searchStockList'
,
...
...
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