diff --git a/manifest.json b/manifest.json
index 40a3369..73e435f 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,8 +2,8 @@
"name" : "干巷仓库APP",
"appid" : "__UNI__A67E78B",
"description" : "",
- "versionName" : "2.1.7",
- "versionCode" : 217,
+ "versionName" : "2.1.8",
+ "versionCode" : 218,
"transformPx" : false,
"app-plus" : {
"usingComponents" : true,
diff --git a/pages/index/index.vue b/pages/index/index.vue
index c060678..e63b9aa 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -3,7 +3,7 @@
-
+
{{item.name}}
@@ -11,7 +11,7 @@
-
+
{{item.name}}
@@ -19,7 +19,7 @@
-
+
{{item.name}}
@@ -27,7 +27,7 @@
-
+
{{item.name}}
@@ -44,84 +44,84 @@
// 页面按钮参数
gridItemList: [{
name: '成品入库',
- icon: 'grid-fill',
+ icon: 'download',
url: '/pages/inWarehouse/inWarehouse?isStrict=true',
type: 1,
index: 1
},
{
name: '油漆入库',
- icon: 'grid-fill',
+ icon: 'download',
url: '',
type: 1,
index: 2
},
{
name: '毛坯入库',
- icon: 'grid-fill',
+ icon: 'download',
url: '',
type: 1,
index: 3
},
{
name: '备品备件',
- icon: 'grid-fill',
+ icon: 'download',
url: '',
type: 1,
index: 4
},
{
name: '外协入库',
- icon: 'grid-fill',
+ icon: 'download',
url: '/pages/inWarehouse/inWarehouse?isStrict=false',
type: 1,
index: 14
},
{
name: '成品出库',
- icon: 'grid-fill',
+ icon: 'arrow-upward',
url: '/pages/outWarehouse/outWarehouse',
type: 2,
index: 5
},
{
name: '无出库单出库',
- icon: 'grid-fill',
+ icon: 'arrow-upward',
url: '/pages/returnWarehouse/returnWarehouse',
type: 2,
index: 15
},
{
name: '出货',
- icon: 'grid-fill',
+ icon: 'arrow-rightward',
url: '',
type: 2,
index: 6
},
{
name: '退货',
- icon: 'grid-fill',
+ icon: 'arrow-leftward',
url: '',
type: 2,
index: 7
},
{
name: '盘点',
- icon: 'grid-fill',
+ icon: 'edit-pen',
url: '/pages/stocktake/stocktake',
type: 3,
index: 8
},
{
name: '库存查询',
- icon: 'grid-fill',
+ icon: 'search',
url: '/pages/watchGoods/watchGoods',
type: 3,
index: 9
},
{
name: '操作记录',
- icon: 'grid-fill',
+ icon: 'list-dot',
url: '/pages/warehoseActionList/warehoseActionList',
type: 3,
index: 10
@@ -135,14 +135,14 @@
},
{
name: '拆箱',
- icon: 'grid-fill',
+ icon: 'grid',
url: '/pages/unpacking/unpacking',
type: 4,
index: 12
},
{
name: '移库',
- icon: 'grid-fill',
+ icon: 'rewind-right-fill',
url: '/pages/relocation/relocation',
type: 4,
index: 13
@@ -177,4 +177,5 @@
\ No newline at end of file
diff --git a/pages/materialManagement/MaterialRequisition/MaterialRequisition.vue b/pages/materialManagement/MaterialRequisition/MaterialRequisition.vue
index 13a2a8e..9cefdad 100644
--- a/pages/materialManagement/MaterialRequisition/MaterialRequisition.vue
+++ b/pages/materialManagement/MaterialRequisition/MaterialRequisition.vue
@@ -131,7 +131,7 @@
export default {
data() {
return {
- list: ['车间叫料', '空车返程'],
+ list: ['车间叫料', '空箱返程'],
current: 0,
queryParams: {
workerorder_time: Number(new Date()),
diff --git a/pages/materialManagement/materialManagement.vue b/pages/materialManagement/materialManagement.vue
index aa90d5d..cb89d1b 100644
--- a/pages/materialManagement/materialManagement.vue
+++ b/pages/materialManagement/materialManagement.vue
@@ -3,7 +3,7 @@
-
+
{{item.name}}
@@ -11,7 +11,7 @@
-
+
{{item.name}}
@@ -26,19 +26,19 @@
// 页面按钮参数
gridItemList: [{
name: '仓库配料',
- icon: 'grid-fill',
+ icon: 'file-text-fill',
url: '/pages/materialManagement/MaterialProductionInput/MaterialProductionInput',
type: 1,
},
{
name: '车间叫料',
- icon: 'grid-fill',
+ icon: 'file-text',
url: '/pages/materialManagement/MaterialRequisition/MaterialRequisition',
type: 1,
},
{
name: '入库',
- icon: 'grid-fill',
+ icon: 'shopping-cart-fill',
url: '/pages/materialManagement/MaterialWarehousing/MaterialWarehousing',
type: 2,
},