Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hg-front
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
platform
hg-front
Commits
32fc8895
Commit
32fc8895
authored
Sep 03, 2024
by
zhangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
细节优化
parent
d0f50eed
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
add-sub.vue
pages/picking/add-sub.vue
+1
-1
add.vue
pages/picking/add.vue
+2
-2
edit.vue
pages/picking/edit.vue
+2
-2
No files found.
pages/picking/add-sub.vue
View file @
32fc8895
...
...
@@ -425,7 +425,7 @@
.
__blocks__
.
invent_code_box_block_id
.
meta
.
columns
).
map
(
item
=>
{
return
{
...
item
,
label
:
`
[
${
item
.
valueField
}
]
${
item
.
textField
}
[
${
item
.
param1Field
}
]
`
,
label
:
`
${
item
.
textField
}
_
${
item
.
param3Field
}
`
,
value
:
item
.
valueField
,
name
:
item
.
textField
}
...
...
pages/picking/add.vue
View file @
32fc8895
...
...
@@ -505,10 +505,10 @@
.
__blocks__
.
invent_code_box_block_id
.
meta
.
columns
)
if
(
list
&&
list
.
length
){
this
.
inventRecordList
=
list
.
map
(
item
=>
{
this
.
inventRecordEnum
[
item
.
valueField
]
=
`
[
${
item
.
valueField
}
]
${
item
.
textField
}
[
${
item
.
param1Field
}
]
`
this
.
inventRecordEnum
[
item
.
valueField
]
=
`
${
item
.
textField
}
_
${
item
.
param3Field
}
`
return
{
...
item
,
label
:
`
[
${
item
.
valueField
}
]
${
item
.
textField
}
[
${
item
.
param1Field
}
]
`
,
label
:
`
${
item
.
textField
}
_
${
item
.
param3Field
}
`
,
value
:
item
.
valueField
,
name
:
item
.
textField
}
...
...
pages/picking/edit.vue
View file @
32fc8895
...
...
@@ -426,10 +426,10 @@
this
.
inventRecordList
=
toJsonData
(
res
.
data
.
__blocks__
.
invent_code_box_block_id
.
rows
,
res
.
data
.
__blocks__
.
invent_code_box_block_id
.
meta
.
columns
).
map
(
item
=>
{
this
.
inventRecordEnum
[
item
.
valueField
]
=
`
[
${
item
.
valueField
}
]
${
item
.
textField
}
[
${
item
.
param1Field
}
]
`
this
.
inventRecordEnum
[
item
.
valueField
]
=
`
${
item
.
textField
}
_
${
item
.
param3Field
}
`
return
{
...
item
,
label
:
`
[
${
item
.
valueField
}
]
${
item
.
textField
}
[
${
item
.
param1Field
}
]
`
,
label
:
`
${
item
.
textField
}
_
${
item
.
param3Field
}
`
,
value
:
item
.
valueField
,
name
:
item
.
textField
}
...
...
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