|
@@ -287,6 +287,8 @@ export default {
|
|
|
unitName = current.bigUnit
|
|
unitName = current.bigUnit
|
|
|
unitPrice = current.bigPrice
|
|
unitPrice = current.bigPrice
|
|
|
let num = this.calc == 'add' ? 1 : -1
|
|
let num = this.calc == 'add' ? 1 : -1
|
|
|
|
|
+ //必须保留。扫码之后列表显示花材,点修改才能显示正常。
|
|
|
|
|
+ current.unitType = 0
|
|
|
//百合扫一下5支的情况
|
|
//百合扫一下5支的情况
|
|
|
if(current.scanNum && Number(current.scanNum)>0){
|
|
if(current.scanNum && Number(current.scanNum)>0){
|
|
|
num = this.calc == 'add' ? Number(current.scanNum) : -Number(current.scanNum)
|
|
num = this.calc == 'add' ? Number(current.scanNum) : -Number(current.scanNum)
|