Browse Source

修改库存转移样式

wms3.0_pda
lijuncheng 11 months ago
parent
commit
184b99e583
  1. 2
      common/style/pdabasic.css
  2. 27
      pages.json

2
common/style/pdabasic.css

@ -714,7 +714,7 @@ page {
flex-direction: column;
width: 100%;
height: 100%;
background-color: #fff;
/* background-color: #fff; */
}
.page-header {

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

Loading…
Cancel
Save