MrShi
20 小时以前 742e2a6eb5d0c6c348ae779a8bc8eaa79c958b4f
admin/src/components/business/OperaShopGoodsWindow.vue
@@ -180,8 +180,8 @@
      row.oldGoodsPrice = row.goodsPrice
    },
    blurEvent (row, curIndex, column) {
      if(this.price >= row.goodsPrice) {
        this.$tip.error('供货价不能低于销售价')
      if(this.price <= row.goodsPrice) {
        this.$tip.error('供货价不能大于销售价')
        row.isPriceSelected = !row.isPriceSelected
        row.goodsPrice = row.oldGoodsPrice// 价格还原
        return