fix: 耗材出入库计算库存代码优化
This commit is contained in:
@@ -341,7 +341,8 @@ export default {
|
||||
if (!row.unit) {
|
||||
return price;
|
||||
}
|
||||
if (row.unit && row.unit != row.defaultUnit) {
|
||||
|
||||
if (row.unit && row.defaultUnit && row.unit != row.defaultUnit) {
|
||||
price = price / row.conUnitTwoConvert;
|
||||
} else {
|
||||
price = price;
|
||||
|
||||
Reference in New Issue
Block a user