Commit 2c0be02f by peii

费用去掉借货单号和行号

parent fa37ed34
Showing with 0 additions and 2 deletions
...@@ -1349,8 +1349,6 @@ class EquipConsuPage extends Component { ...@@ -1349,8 +1349,6 @@ class EquipConsuPage extends Component {
item.quantity = isNotBlank(item.quantity) ? Number(item.quantity) : 1 item.quantity = isNotBlank(item.quantity) ? Number(item.quantity) : 1
item.sale_price = Number(item.sale_price) item.sale_price = Number(item.sale_price)
item.unit_code = 'JIAN' item.unit_code = 'JIAN'
item.surgery_collect_fee_line_number = (index + 1).toString()
item.surgery_collect_number = tempSubOption.surgery_collect_number
return item return item
}), }),
R.map(R.dissocPath(['id'])), R.map(R.dissocPath(['id'])),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment