소스 검색

修改入库

Qukatie 5 달 전
부모
커밋
ad121d3444
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/Warehousing/inStock/AddOrUpdate.vue
  2. 1 0
      src/views/Warehousing/inStock/index.vue

+ 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;