doum
7 天以前 c261cb7ff2e4cfce233d02c6aca9e8f85e8ba1ba
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// 价格还原