Qukatie 5 місяців тому
батько
коміт
ad121d3444

+ 1 - 1
src/views/Warehousing/inStock/AddOrUpdate.vue

@@ -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

+ 1 - 0
src/views/Warehousing/inStock/index.vue

@@ -736,6 +736,7 @@ export default {
     })
     listWarehousesss({ fStatus: 0, delFlag: 0 }).then((response) => {
       this.warehouseOptions = response.rows;
+      console.log(response.rows,11111)
     });
     listUser().then((response) => {
       this.userOptions = response.rows;