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
2c0be02f
authored
Jul 13, 2021
by
peii
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
费用去掉借货单号和行号
parent
fa37ed34
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
app/containers/equipConsu/EquipConsuPage.js
app/containers/equipConsu/EquipConsuPage.js
View file @
2c0be02f
...
...
@@ -1349,8 +1349,6 @@ class EquipConsuPage extends Component {
item
.
quantity
=
isNotBlank
(
item
.
quantity
)
?
Number
(
item
.
quantity
)
:
1
item
.
sale_price
=
Number
(
item
.
sale_price
)
item
.
unit_code
=
'JIAN'
item
.
surgery_collect_fee_line_number
=
(
index
+
1
).
toString
()
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