Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
zhangzhonghua
/
BoneHouse_Business_APP
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
1db8029c
authored
Jul 13, 2021
by
peii
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
添加消耗选号
parent
2c0be02f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
app/containers/equipConsu/EquipConsuPage.js
app/containers/equipConsu/EquipConsuPage.js
View file @
1db8029c
...
...
@@ -1345,10 +1345,14 @@ class EquipConsuPage extends Component {
if
(
state
.
listOptionData
[
13
].
subOption
&&
state
.
listOptionData
[
13
].
subOption
.
length
>
0
){
tempSubOption
.
fee_lines
=
R
.
compose
(
R
.
addIndex
(
R
.
map
)((
item
,
index
)
=>
{
R
.
map
((
item
)
=>
{
item
.
quantity
=
isNotBlank
(
item
.
quantity
)
?
Number
(
item
.
quantity
)
:
1
item
.
sale_price
=
Number
(
item
.
sale_price
)
item
.
unit_code
=
'JIAN'
if
(
item
.
line_number
)
{
item
.
surgery_collect_fee_line_number
=
item
.
line_number
item
.
surgery_collect_number
=
tempSubOption
.
surgery_collect_number
}
return
item
}),
R
.
map
(
R
.
dissocPath
([
'id'
])),
...
...
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