From 402925a691563f5bcb5b149777e6275ecc0b686b Mon Sep 17 00:00:00 2001 From: tianyi <13521030702@163.com> Date: Wed, 8 Apr 2026 13:34:36 +0800 Subject: [PATCH] 11 --- package1/billing/changeGoods1.vue | 18 +++++++++--------- package1/inventory/inventoryReturn.vue | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package1/billing/changeGoods1.vue b/package1/billing/changeGoods1.vue index 891719f..c5cd028 100644 --- a/package1/billing/changeGoods1.vue +++ b/package1/billing/changeGoods1.vue @@ -1813,14 +1813,7 @@ top: 8%; } - .left-box { - width: 100%; - height: 90rpx; - font-size: 30rpx; - text-align: center; - line-height: 90rpx; - border-bottom: 1px solid #fff; - } + .purchase-price { display: flex; @@ -1829,7 +1822,14 @@ width: 95%; margin: 20rpx auto; } - + .left-box { + width: 100%; + height: 90rpx; + font-size: 30rpx; + text-align: center; + line-height: 90rpx; + border-bottom: 1px solid #fff; + } .left-box-hover { width: 100%; height: 90rpx; diff --git a/package1/inventory/inventoryReturn.vue b/package1/inventory/inventoryReturn.vue index ce1e5c1..dbebc9d 100644 --- a/package1/inventory/inventoryReturn.vue +++ b/package1/inventory/inventoryReturn.vue @@ -4220,7 +4220,7 @@ if (that.userType == 1) { value.purchasePrice = '' } - if(value.supplierName != that.khName.consigneeName){ + if(value.supplierId != that.khName.id){ uni.showToast({ title: "货号为"+value.productSn+"的商品不属于当前供应商", icon: 'none'