- - - - - - - - - - - - - - - - - -
- - -
+
+
+
+

仓库信息表

- - - - +
-
-
主体信息
+
+ +
- - - - 客户名称: - - - - - - - - - - - - - 仓库名称: - - - - - - - - - - - 仓库简称: - - - - - - - 仓库编码: - - - - - - - - - 仓库经纬度: - - - - - - - - - 所属地: - - - - - - - - - - - - - - - - - - - - - - - - 详细地址: - - - - - - - - 库房面积: - - - - - - - 库房高度: - - - - - - - - 月租金: - - - - - - 库房性质名称: - - - - - - - - - - - - 房源信息: - - - - - - - 联系人姓名: - - - - - - - - 联系人电话: - - - - - - 仓库图片: - - - - - - - - - - 仓库详细图片: - - - - - - - - - - - - -
- + -
-
基本信息
-
- - - - 客户名称 - - - - - {{ temp.custerName }} - - - - - 仓库名称 - - - - - {{ temp.name }} - - - - - - - 仓库简称 - - - - - {{ temp.simpleName }} - - - - - 仓库编码 - - - - - {{ temp.code }} - - - - - - - 联系人 - - - - - {{ temp.linkerName }} - - - - - 联系电话 - - - - - {{ temp.linkerPhone }} - - - - - - - 省-市-县 - - - - - {{ temp.provinceName }} - {{ temp.cityName }} - - {{ temp.countyName }} - - - - - 区域名称 - - - - - {{ temp.regionName }} - - - - - - - 详细地址 - - - - - {{ temp.address }} - - - - - - - - 仓库经纬度 - - - - - {{ temp.lon }},{{ temp.lat }} - - - - - 房源 - - - - - {{ temp.housingResource }} - - - - - - - - - 库房面积 - - - - - {{ temp.acreage }} - - - - - 库房高度 - - - - - {{ temp.storeyHeight }} - - - - - - - - 月租金 - - - - - {{ temp.monthlyPrice }} - - - - - 库房性质名称 - - - - - {{ temp.attributeNames }} - - - -
+
-
+
- + +
+ + + +} + \ No newline at end of file diff --git a/warehousing-system/project_web/src/components/pictureList/pictureParticulars.vue b/warehousing-system/project_web/src/components/pictureList/pictureParticulars.vue new file mode 100644 index 00000000..0c2ec06a --- /dev/null +++ b/warehousing-system/project_web/src/components/pictureList/pictureParticulars.vue @@ -0,0 +1,37 @@ + + + + + \ No newline at end of file diff --git a/warehousing-system/project_web/src/router/index.js b/warehousing-system/project_web/src/router/index.js index f5e393ed..9e698cc6 100644 --- a/warehousing-system/project_web/src/router/index.js +++ b/warehousing-system/project_web/src/router/index.js @@ -23,6 +23,7 @@ import OutOrder from '../components/outStorehouseManagement/outStorehouseOrder.v import OutList from '../components/outStorehouseManagement/outList.vue' import Picking from '../components/outStorehouseManagement/picking.vue' import PickingManagement from '../components/outStorehouseManagement/pickingManagement.vue' +import PictureList from '../components/pictureList/pictureList.vue' Vue.use(VueRouter) @@ -55,7 +56,8 @@ const routes = [ { path: '/outOrder', component: OutOrder }, { path: '/outList', component: OutList }, { path: '/pick', component: Picking }, - { path: '/pickManagement', component: PickingManagement } + { path: '/pickManagement', component: PickingManagement }, + { path: '/PictureList', component: PictureList } ] } ]