liupopo 2 years ago
parent
commit
fd86fd717a
  1. 4
      warehousing-system/project_web_ui/src/layout/components/Sidebar/index.vue
  2. 4
      warehousing-system/project_web_ui/src/router/modules/codemenu.js
  3. 2
      warehousing-system/project_web_ui/src/views/component/instorehouse/add/purchaseAdd.vue
  4. 2
      warehousing-system/project_web_ui/src/views/component/pictureList/pictureList.vue
  5. 2
      warehousing-system/project_web_ui/src/views/component/pictureList/pictureParticulars.vue
  6. 2
      warehousing-system/project_web_ui/src/views/component/stockManagement/stockList.vue

4
warehousing-system/project_web_ui/src/layout/components/Sidebar/index.vue

@ -39,7 +39,7 @@
component: "pictureList",
meta: {
icon: "el-icon-menu",
title: "仓列表",
title: "仓列表",
},
name: "/pictureList/pictureList",
path: "/pictureList/pictureList"
@ -227,7 +227,7 @@
component: "stockList",
meta: {
icon: "el-icon-help",
title: "库存管理",
title: "库存信息",
},
name: "/stockManagement/stockList",
path: "/stockManagement/stockList",

4
warehousing-system/project_web_ui/src/router/modules/codemenu.js

@ -49,7 +49,7 @@ const codemenu = [{
component: () => import('@/views/component/pictureList/pictureList.vue'),
name: 'pictureList',
meta: {
title: '仓列表',
title: '仓列表',
noCache: true
}
}]
@ -155,7 +155,7 @@ const codemenu = [{
component: () => import('@/views/component/stockManagement/stockList.vue'),
name: 'stockList',
meta: {
title: '库存管理',
title: '库存信息',
noCache: true
}
}]

2
warehousing-system/project_web_ui/src/views/component/instorehouse/add/purchaseAdd.vue

@ -105,7 +105,7 @@
</el-option>
</el-select>
</el-form-item>
</el-col> -->
</el-col> -->
<el-col :span="4" class="trightb">
<el-form-item class="trightb_item">

2
warehousing-system/project_web_ui/src/views/component/pictureList/pictureList.vue

@ -2,7 +2,7 @@
<div app-container>
<div class="warehouse">
<div v-show="viewState == 1">
<button-bar ref="btnbar" view-title="信息表" :btndisabled="btndisabled" @btnhandle="btnHandle"/>
<button-bar ref="btnbar" view-title="仓信息表" :btndisabled="btndisabled" @btnhandle="btnHandle"/>
<div class="main-content">
<div
class="pictureList"

2
warehousing-system/project_web_ui/src/views/component/pictureList/pictureParticulars.vue

@ -1,7 +1,7 @@
<template>
<div>
<div class="tab-header webtop">
<div>列表详情</div>
<div>仓列表详情</div>
<div>
<el-button type="info" size="small" @click="handleReturn()"
>返回</el-button

2
warehousing-system/project_web_ui/src/views/component/stockManagement/stockList.vue

@ -1,7 +1,7 @@
<template>
<div class="app-container">
<div>
<button-bar ref="btnbar" view-title="库存管理" :btndisabled="btndisabled" @btnhandle="btnHandle" />
<button-bar ref="btnbar" view-title="库存信息" :btndisabled="btndisabled" @btnhandle="btnHandle" />
<div class="main-content">
<div class="searchcon">
<el-button size="small" class="searchbtn" @click="isSearchShow = !isSearchShow">{{ isSearchShow ? '隐藏查询条件' : '显示查询条件' }}</el-button>

Loading…
Cancel
Save