浏览代码

导入库存增加字段

lichao 3 年之前
父节点
当前提交
866ca1542a

+ 2 - 1
src/views/Warehousing/cargoClearance/AddOrUpdate.vue

@@ -3588,7 +3588,8 @@ export default {
           fWarehouseLocationids: e.fWarehouseLocationids,
           fTransferWarehouselocid: null,
           remark: null,
-          fSrcid: e.fId
+          fSrcid: e.fId,
+          fSrcBsdate: e.fBsdate,
         });
       });
       this.whgenlegVisible = false;

+ 2 - 1
src/views/Warehousing/goodsTransfer/AddOrUpdate.vue

@@ -2828,7 +2828,8 @@ export default {
           fWarehouseLocationids: e.fWarehouseLocationids,
           fTransferWarehouselocid: null,
           remark: null,
-          fSrcid: e.fId
+          fSrcid: e.fId,
+          fSrcBsdate: e.fBsdate,
         });
       });
       this.whgenlegVisible = false;

+ 2 - 1
src/views/Warehousing/outStock/AddOrUpdate.vue

@@ -4814,7 +4814,8 @@ export default {
           fDriverIdCar: this.whgenlegList.fDriverIdCar,
           fBusinessType: e.fBusinessType ? e.fBusinessType.toString() : null,
           fWarehouseInformation: e.fWarehouseids,
-          fSrcid: e.fId
+          fSrcid: e.fId,
+          fSrcBsdate: e.fBsdate,
         });
       });
       this.whgenlegVisible = false;

+ 2 - 1
src/views/Warehousing/stockTransfer/AddOrUpdate.vue

@@ -4163,7 +4163,8 @@ export default {
           fWarehouseLocationids: e.fWarehouseLocationids,
           fTransferWarehouselocid: null,
           remark: null,
-          fSrcid: e.fId
+          fSrcid: e.fId,
+          fSrcBsdate: e.fBsdate,
         });
       });
       this.whgenlegVisible = false;