diff --git a/.env.development b/.env.development index a216fad1..9acfffb3 100644 --- a/.env.development +++ b/.env.development @@ -1,4 +1,4 @@ -VITE_BASE_URL=http://172.21.32.14:81/api/admin-api +VITE_BASE_URL=http://192.168.0.128:12080/admin-api VITE_BASE_URL_IMAGE=http://172.21.32.14:81/admin-api # 租户配置 diff --git a/src/common/style/pdabasic.css b/src/common/style/pdabasic.css index 0b5d2a83..a6573500 100644 --- a/src/common/style/pdabasic.css +++ b/src/common/style/pdabasic.css @@ -480,7 +480,7 @@ export function getItemTypeStyle(val) { .detail-list { background-color: #fff; - padding:5rpx 10rpx; + padding: 5rpx 10rpx; /* margin: 20rpx; */ /* border-radius: 16rpx; */ /* overflow: hidden; */ @@ -729,24 +729,26 @@ page { font-size: 35rpx; padding: 10rpx 20rpx; } + .page-header .header-view { display: flex; flex-direction: column; background-color: #fff; font-size: 35rpx; padding: 10rpx 20rpx; - border-radius:4px; + border-radius: 4px; } .page-header .header-view .header_item { /* padding-left: 10rpx; */ padding: 5rpx 10rpx; - font-size:32rpx ; + font-size: 32rpx; } .page-header .header-view .header_job_top { - padding:5rpx 0rpx; + padding: 5rpx 0rpx; } + .page-main { flex: 1; position: relative; @@ -768,3 +770,11 @@ page { background: #e0e0e0; } + +.page-footer { + /* color: #fff; */ + line-height: 100rpx; + /* 不放大不缩小固定100rpx */ + flex: 0 0 100rpx; + /* background-color: #00AAFF; */ +} \ No newline at end of file diff --git a/src/pages.json b/src/pages.json index c1cf6147..119d76ad 100644 --- a/src/pages.json +++ b/src/pages.json @@ -82,7 +82,7 @@ } } }, - + { "path": "pages/query/pack", "style": { @@ -93,15 +93,15 @@ "buttons": [ // 右边按钮 { - + "float": "right", "fontSize": "58rpx", //按钮上文字的大小 "text": "\ue696", "fontSrc": "/static/ali_icon/iconfont.ttf" - + }, { - + "float": "right", "fontSize": "52rpx", //按钮上文字的大小 "text": "\ue6e2", @@ -111,7 +111,7 @@ } } }, - + { "path": "pages/query/location", "style": { @@ -1099,7 +1099,6 @@ "enablePullDownRefresh": false } }, - { "path": "pages/productReceipt/record/productReceiptRecord", "style": { @@ -1141,33 +1140,33 @@ } }, - // { - // "path": "pages/productPutaway/record/productPutawayRecord", - // "style": { - // "navigationBarTitleText": "制品上架记录", - // "enablePullDownRefresh": false + { + "path": "pages/productPutaway/record/productPutawayRecord", + "style": { + "navigationBarTitleText": "制品上架记录", + "enablePullDownRefresh": false + + } + }, - // } - // }, - { "path": "pages/productPutaway/record/fgDirectPutaway", "style": { "navigationBarTitleText": "装配直接上架", "enablePullDownRefresh": false - + } }, - + { "path": "pages/productPutaway/record/semiDirectPutaway", "style": { "navigationBarTitleText": "预生产直接上架", "enablePullDownRefresh": false - + } }, - + { "path": "pages/productPutaway/request/putawayRequest", @@ -1936,7 +1935,7 @@ } }, - + { "path": "pages/count/job/fuzzyCountJob", "style": { @@ -1947,15 +1946,15 @@ "buttons": [ // 右边按钮 { - + "float": "right", "fontSize": "58rpx", //按钮上文字的大小 "text": "\ue696", "fontSrc": "/static/ali_icon/iconfont.ttf" - + }, { - + "float": "right", "fontSize": "52rpx", //按钮上文字的大小 "text": "\ue6e2", @@ -1970,7 +1969,7 @@ "style": { "navigationBarTitleText": "盲盘明细", "enablePullDownRefresh": false - + } }, { diff --git a/src/pages/fg/receiptByPlan.vue b/src/pages/fg/receiptByPlan.vue index 37d67fd0..70686a9b 100644 --- a/src/pages/fg/receiptByPlan.vue +++ b/src/pages/fg/receiptByPlan.vue @@ -7,32 +7,33 @@ - - - 生产计划:{{dataContent.planNumber}} - - - - - 完工库位 - {{dataContent.fgLocationCode}} + + + 生产计划:{{dataContent.planNumber}} - - - 计划数 - {{dataContent.planQty}}{{dataContent.uom}} - - - 已完工 - {{ dataContent.goodQty }}{{dataContent.uom}} - - - 未完工 - {{dataContent.noGoodQty}}{{dataContent.uom}} + + + 完工库位 + {{dataContent.fgLocationCode}} + + + + + 计划数 + {{dataContent.planQty}}{{dataContent.uom}} + + + 已完工 + {{ dataContent.goodQty }}{{dataContent.uom}} + + + 未完工 + {{dataContent.noGoodQty}}{{dataContent.uom}} + + - @@ -61,7 +62,7 @@ + style="margin-left: 30rpx; margin-top: 10rpx; margin-bottom: 10rpx;"> +