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