Bläddra i källkod

【修改】数量不能小于0

howie 2 år sedan
förälder
incheckning
24915da63a
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/views/supply/engin/components/engin_form.vue

+ 1 - 1
src/views/supply/engin/components/engin_form.vue

@@ -854,7 +854,7 @@ export default {
     // 删除产品
     // 删除产品
     deleteItem(index, id) {
     deleteItem(index, id) {
       if (this.listItem && this.examineStatus === 'OK' && id) {
       if (this.listItem && this.examineStatus === 'OK' && id) {
-        this.$errorMsg('不能删除')
+        this.$errorMsg('已审核通过的型号不能删除')
         return
         return
       }
       }
       this.goodsList.splice(index, 1)
       this.goodsList.splice(index, 1)