no message
This commit is contained in:
@@ -105,8 +105,7 @@ export default {
|
|||||||
val3 (val) {
|
val3 (val) {
|
||||||
let scanIndex = this.dataList.findIndex((el) => el.bucketunique === val)
|
let scanIndex = this.dataList.findIndex((el) => el.bucketunique === val)
|
||||||
if (scanIndex > -1) {
|
if (scanIndex > -1) {
|
||||||
// this.val4 = Number(this.dataList[scanIndex].storage_qty).toFixed(3) + ''
|
this.val4 = Number(this.dataList[scanIndex].storage_qty).toFixed(3) + ''
|
||||||
this.val4 = this.dataList[scanIndex].storage_qty
|
|
||||||
} else {
|
} else {
|
||||||
this.val4 = ''
|
this.val4 = ''
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user