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
6ce01c6f
authored
Mar 31, 2022
by
liangjianmin
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
bug
parent
f9163cab
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
pages/goods/addReceiving.vue
pages/goods/addReceiving.vue
View file @
6ce01c6f
...
...
@@ -123,7 +123,7 @@ export default {
logistics_company
:
''
,
//物流公司
logistics_number
:
''
,
//物流单号
total_num
:
''
,
//登记数量
unit
:
''
,
//单位
unit
:
'
件
'
,
//单位
check_in_pic
:
[],
//收货图片
check_in_remark
:
''
,
//收货备注
checkIn
:
''
...
...
@@ -239,6 +239,11 @@ export default {
this
.
form
.
delivery_method
=
index
+
1
;
}
else
if
(
type
==
2
)
{
this
.
unitIndex
=
index
;
if
(
index
==
0
){
this
.
form
.
unit
=
'件'
}
else
if
(
index
==
1
){
this
.
form
.
unit
=
'箱'
}
}
},
toggle
()
{
...
...
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