From 184b99e58363784816232ad362c0b475d78adf48 Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Fri, 29 Dec 2023 15:44:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BA=93=E5=AD=98=E8=BD=AC?= =?UTF-8?q?=E7=A7=BB=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/style/pdabasic.css | 2 +- pages.json | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/common/style/pdabasic.css b/common/style/pdabasic.css index 4d82ce28..c8300b34 100644 --- a/common/style/pdabasic.css +++ b/common/style/pdabasic.css @@ -714,7 +714,7 @@ page { flex-direction: column; width: 100%; height: 100%; - background-color: #fff; + /* background-color: #fff; */ } .page-header { diff --git a/pages.json b/pages.json index 207b2b99..05a93c55 100644 --- a/pages.json +++ b/pages.json @@ -754,6 +754,33 @@ "enablePullDownRefresh": true } }, + + { + "path": "pages/inventoryMove/job/moveJob", + "style": { + "navigationBarTitleText": "库存转移", + "enablePullDownRefresh": true, + "titleNView": { + // "autoBackButton": "true", + "buttons": [ + // 右边按钮 + { + "float": "right", + "fontSize": "58rpx", //按钮上文字的大小 + "text": "\ue696", + "fontSrc": "/static/ali_icon/iconfont.ttf" + + }, + { + "float": "right", + "fontSize": "52rpx", //按钮上文字的大小 + "text": "\ue6e2", + "fontSrc": "/static/ali_icon/iconfont.ttf" + } + ] + } + } + },