Browse Source

计算

hella_online_20240819
wangyufei 3 months ago
parent
commit
2a3c49bf49
  1. 1
      src/views/wms/inventoryjobManage/scrap/scrapRequestMain/index.vue

1
src/views/wms/inventoryjobManage/scrap/scrapRequestMain/index.vue

@ -177,6 +177,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row) =>
newRow['itemCode'] = item['itemCode']
newRow['uom'] = item['uom']
newRow['singlePrice'] = itemCode ? itemCode['price'] : ''
newRow['amount'] = newRow['qty'] * newRow['singlePrice']
tableData.value.push(newRow)
})
// row['singlePrice'] = res.price

Loading…
Cancel
Save