|
@@ -8014,7 +8014,7 @@ export default {
|
|
|
this.tfNetweightnum2 = (row.fNetweight / 1000).toFixed(4)
|
|
|
this.tfGrossweightnum2 = (row.fGrossweight / 1000).toFixed(4)
|
|
|
row.fBsdate = new Date(row.fBsdate).getTime()
|
|
|
- row.fBusinessType = row.fBusinessType.toString()
|
|
|
+ row.fBusinessType = row.fBusinessType?row.fBusinessType.toString():null
|
|
|
row.fCntrtype = Number(row.fCntrtype)
|
|
|
this.importList = JSON.parse(JSON.stringify(row))
|
|
|
this.weightList = true
|