From 5a00aaf5c81814dfe3640c8f74c44a05b5ef059a Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Mon, 9 Sep 2024 13:33:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=9B=B4=E6=8E=A5=E5=AE=8C?= =?UTF-8?q?=E5=B7=A5=E5=8A=9F=E8=83=BD2024/7/18=2017:24:08?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/request2.js | 4 + src/common/style/new_style.css | 54 +- src/mycomponents/balance/location.vue | 2 +- src/mycomponents/balance/toLocation.vue | 30 +- src/mycomponents/item/itemCompareQty.vue | 4 +- src/mycomponents/job/jobComMainDetailCard.vue | 2 +- src/mycomponents/qty/recommendQty.vue | 108 +-- src/pages/fg/coms/comReceiptPopup.vue | 85 +- .../components/u-select/u-select.vue | 781 +++++++++--------- 9 files changed, 528 insertions(+), 542 deletions(-) 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 @@