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" + } + ] + } + } + },