rk
2026-01-19 3b8100c9b5e00e627b33c25f80fedac98e00b7dd
admin/src/components/business/OperaShopGoodsWindow.vue
@@ -180,7 +180,7 @@
      row.oldGoodsPrice = row.goodsPrice
    },
    blurEvent (row, curIndex, column) {
      if(this.price >= row.goodsPrice) {
      if(this.price <= row.goodsPrice) {
        this.$tip.error('供货价不能低于销售价')
        row.isPriceSelected = !row.isPriceSelected
        row.goodsPrice = row.oldGoodsPrice// 价格还原