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
364b6029
authored
May 09, 2024
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
add
parent
56e7358b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
pages/tally/index.vue
pages/tally/unboxing.vue
pages/tally/index.vue
View file @
364b6029
...
@@ -259,9 +259,6 @@
...
@@ -259,9 +259,6 @@
}
}
}
}
},
},
created
()
{
this
.
getOrigin
();
},
methods
:
{
methods
:
{
/**
/**
* 点击遮罩层触发
* 点击遮罩层触发
...
@@ -641,6 +638,8 @@
...
@@ -641,6 +638,8 @@
if
(
res
.
err_code
===
0
)
{
if
(
res
.
err_code
===
0
)
{
this
.
tallyData
=
res
.
data
;
this
.
tallyData
=
res
.
data
;
if
(
res
.
data
.
detail
.
length
>
0
)
{
if
(
res
.
data
.
detail
.
length
>
0
)
{
this
.
getOrigin
();
//获取产地
// 使用 map 方法生成表单数组
// 使用 map 方法生成表单数组
this
.
form
=
res
.
data
.
detail
.
map
((
item
)
=>
({
this
.
form
=
res
.
data
.
detail
.
map
((
item
)
=>
({
tally_status
:
item
.
tally_status
,
//理货状态
tally_status
:
item
.
tally_status
,
//理货状态
...
...
pages/tally/unboxing.vue
View file @
364b6029
This diff is collapsed.
Click to expand it.
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