huangfuli 3 lat temu
rodzic
commit
9be38f9077

+ 8 - 0
winsea-haixin-plugin-yiliangyiyun/src/main/java/com/yh/saas/plugin/yiliangyiyun/entity/ContractManagementInfo.java

@@ -114,6 +114,10 @@ public class ContractManagementInfo extends BaseModel<ContractManagementInfo> {
      * 货源地
      */
     private String sourceGoods;
+    /**
+     * 货源地定位
+     */
+    private String sourceLocation;
     /**
      * 交货地省
      */
@@ -130,6 +134,10 @@ public class ContractManagementInfo extends BaseModel<ContractManagementInfo> {
      * 交货地
      */
     private String placeDelivery;
+    /**
+     * 交货地定位
+     */
+    private String deliveryLocation;
     /**
      * 包装方式key
      */

+ 1 - 0
winsea-haixin-plugin-yiliangyiyun/src/main/java/com/yh/saas/plugin/yiliangyiyun/service/impl/ContractManagementInfoServiceImpl.java

@@ -133,6 +133,7 @@ public class ContractManagementInfoServiceImpl extends ServiceImpl<ContractManag
             warehouseBaseInfo.setWarehouseCity(contractManagementInfo.getSourceCity());
             warehouseBaseInfo.setWarehouseArea(contractManagementInfo.getSourceArea());
             warehouseBaseInfo.setDetailedAddress(contractManagementInfo.getSourceGoods());
+            warehouseBaseInfo.setWarehousePositioning(contractManagementInfo.getSourceLocation());
             warehouseBaseInfoService.addTemporaryWarehouse(warehouseBaseInfo);
             //临时仓库流转页面
             WarehouseInOutInfo warehouseInOutInfo = new WarehouseInOutInfo();