Commit 429c0f43 by wangweidong

样品录入优化

parent b4bc23b1
......@@ -581,7 +581,7 @@ export default {
_handleSampleQuantityEdit: async function(id, sampleQuantity) {
if (sampleQuantity !== '' && undefined !== sampleQuantity) {
const data = {}
data.itemIds = id
data.id = id
data.sampleQuantity = sampleQuantity
const result = await drugItem.edit(data)
if (result) {
......
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 to comment