From a16bdb3639082235c3d36910b7ed42e9939adc1f Mon Sep 17 00:00:00 2001 From: niexiting <85552560@qq.com> Date: Wed, 17 Apr 2024 11:23:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F=E5=8F=8A?= =?UTF-8?q?=E7=BF=BB=E5=8C=85=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/style/new_style.css | 12 +++- src/mycomponents/balance/balance.vue | 12 ++-- src/mycomponents/item/item.vue | 4 +- src/mycomponents/item/itemQty.vue | 2 +- src/mycomponents/qty/compareQty.vue | 6 +- src/mycomponents/qty/packUnit.vue | 3 +- src/mycomponents/qty/qty.vue | 4 +- .../package/record/overPackageRecord.vue | 56 +++++++++++-------- src/pages/query/coms/comItemBalance.vue | 2 +- 9 files changed, 60 insertions(+), 41 deletions(-) diff --git a/src/common/style/new_style.css b/src/common/style/new_style.css index 6dec3563..56c2bf52 100644 --- a/src/common/style/new_style.css +++ b/src/common/style/new_style.css @@ -2033,14 +2033,20 @@ button::after { .card_itemCode { font-size: 38rpx; font-weight: bold; - /* font-weight: 500; */ - padding: 5rpx 10rpx; + font-weight: 500; +/* padding: 5rpx 10rpx; */ + /* width: 210rpx; */ + word-wrap: break-word; + word-break: break-all; } .card_itemName { color: #909399; font-size: 30rpx; - padding: 5rpx 20rpx; + /* padding: 5rpx 10rpx; */ + /* width: 210rpx; */ + word-wrap: break-word; + word-break: break-all; } .card_ProdLine { diff --git a/src/mycomponents/balance/balance.vue b/src/mycomponents/balance/balance.vue index 1886ea25..86762135 100644 --- a/src/mycomponents/balance/balance.vue +++ b/src/mycomponents/balance/balance.vue @@ -8,19 +8,21 @@ - + + :handleQty="Number (dataContent.handleQty)" :isShowStdPack="isShowStdPack" + :isShowStatus='isShowStatus'> + - 复制采购 - |制品 + 复制 + @@ -144,4 +146,4 @@ + \ No newline at end of file diff --git a/src/mycomponents/item/item.vue b/src/mycomponents/item/item.vue index abcceaa4..f6cfc843 100644 --- a/src/mycomponents/item/item.vue +++ b/src/mycomponents/item/item.vue @@ -1,8 +1,6 @@