From 664145bee0bba99cc4f727080df5eb42f4e73b35 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期六, 06 五月 2023 09:52:14 +0800
Subject: [PATCH] #
---
pages/home/home.vue | 2 +-
pages.json | 2 +-
pages/stock/stockCheck.vue | 2 +-
static/css/wms.css/wms.css | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/pages.json b/pages.json
index 06831ab..37a5e76 100644
--- a/pages.json
+++ b/pages.json
@@ -57,7 +57,7 @@
{
"path": "pages/stock/stockCheck",
"style": {
- "navigationBarTitleText": "搴撳瓨鐩樼偣"
+ "navigationBarTitleText": "鐩樼偣"
}
},
{
diff --git a/pages/home/home.vue b/pages/home/home.vue
index e9c0470..05a08f6 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -62,7 +62,7 @@
url: '/stock/stockQuery'
},
{
- title: '搴撳瓨鐩樼偣',
+ title: '鐩樼偣',
name: 'stockCheck',
color: 'red',
cuIcon: 'post',
diff --git a/pages/stock/stockCheck.vue b/pages/stock/stockCheck.vue
index b70090e..c774534 100644
--- a/pages/stock/stockCheck.vue
+++ b/pages/stock/stockCheck.vue
@@ -131,7 +131,7 @@
baseUrl: '',
token: '',
barcode: '',
- dataList: [],
+ dataList: [{},{}],
count: 0,
rowNum: '',
matnr: '',
diff --git a/static/css/wms.css/wms.css b/static/css/wms.css/wms.css
index a62857c..28a39b8 100644
--- a/static/css/wms.css/wms.css
+++ b/static/css/wms.css/wms.css
@@ -2,7 +2,7 @@
display: flex;
min-height: 80rpx;
background-color: #FFF;
- margin: auto 20rpx;
+ margin: 20rpx 20rpx;
border-radius: 20rpx;
box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
}
--
Gitblit v1.9.1