tianyi 1 week ago
parent
commit
402925a691
  1. 18
      package1/billing/changeGoods1.vue
  2. 2
      package1/inventory/inventoryReturn.vue

18
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;

2
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'

Loading…
Cancel
Save