diff --git a/src/api/request2.js b/src/api/request2.js index 84c1664b..cf3cb625 100644 --- a/src/api/request2.js +++ b/src/api/request2.js @@ -2647,4 +2647,8 @@ export function getPlaneInfoByproductLine(productionLine,planDate) { export function planReceiptSubmit(data) { return http.post("/wms/production-main/getPlanProductionByProductionLineAndPlanDate",data) +} + +export function getProductionlineAndWorkStation() { + return http.get("/wms/production-main/getProductionlineAndWorkStation") } \ No newline at end of file diff --git a/src/common/style/new_style.css b/src/common/style/new_style.css index 33875327..ed9cf986 100644 --- a/src/common/style/new_style.css +++ b/src/common/style/new_style.css @@ -2076,6 +2076,11 @@ button::after { color:#2E3A63; margin-left:20rpx } +.card_big_content { + font-size: 40rpx; + font-weight: bold; + padding: 5px; +} .card_icon_normal { width: 30rpx; @@ -2084,22 +2089,24 @@ button::after { margin-right:12rpx } -.card_packing_code { - color: #1677FF; - font-size: 26rpx; - font-style: italic; -} - -.card_batch { - color: #9747FF; - font-size: 26rpx; - font-style: italic; -} +.card_packing_code { + color: #3315EB; + padding: 5px; + font-size: 30rpx; +} + +.card_batch { + color: #9747FF; + padding: 5px; + font-size: 30rpx; +} + +.card_container { + color: #0076F6; + padding: 5px; + font-size: 30rpx; +} -.card_container { - color: #0076F6; - padding: 5px; -} .card_container_content { @@ -2495,11 +2502,18 @@ button[disabled] { justify-content: space-between; } -.text_recommend { - color: #0A84FF; - font-size: 38rpx; - font-weight:bold -} +.text_recommend { + color: #0A84FF; + font-size: 34rpx; + font-weight: bold; +} + +.text_packQty { + color: #3315EB; + font-size: 40rpx; + font-weight: bold; +} + .text_balance { font-size: 36rpx; diff --git a/src/mycomponents/balance/location.vue b/src/mycomponents/balance/location.vue index 27f275b9..dddbfa35 100644 --- a/src/mycomponents/balance/location.vue +++ b/src/mycomponents/balance/location.vue @@ -1,7 +1,7 @@ diff --git a/src/mycomponents/balance/toLocation.vue b/src/mycomponents/balance/toLocation.vue index 84f2c8bf..8240601e 100644 --- a/src/mycomponents/balance/toLocation.vue +++ b/src/mycomponents/balance/toLocation.vue @@ -1,21 +1,19 @@ - + diff --git a/src/mycomponents/item/itemCompareQty.vue b/src/mycomponents/item/itemCompareQty.vue index 82e36972..aeaad128 100644 --- a/src/mycomponents/item/itemCompareQty.vue +++ b/src/mycomponents/item/itemCompareQty.vue @@ -3,8 +3,8 @@ - - + + diff --git a/src/mycomponents/job/jobComMainDetailCard.vue b/src/mycomponents/job/jobComMainDetailCard.vue index 3707c201..fbffa63c 100644 --- a/src/mycomponents/job/jobComMainDetailCard.vue +++ b/src/mycomponents/job/jobComMainDetailCard.vue @@ -1,7 +1,7 @@