Browse Source

更新了栏舍生产性能,栏舍剩料记录,宾州筛粪便筛,分辨评分体况评分的复制取消提示

duanxiaoduan 3 years ago
parent
commit
415ab1ab0a

BIN
dist.zip


+ 1 - 1
src/views/shedProduction/fecalScreen/index.vue

@@ -743,7 +743,7 @@ export default {
             }
           })
         }).catch(() => {
-          this.$message({ type: 'info', message: '已取消删除' })
+          this.$message({ type: 'info', message: '已取消复制' })
         })
       } else {
         this.$message({ type: 'error', message: '请选择一条粪便筛', duration: 2000 })

+ 1 - 1
src/views/shedProduction/materialRemainingRecord/index.vue

@@ -611,7 +611,7 @@ export default {
             }
           })
         }).catch(() => {
-          this.$message({ type: 'info', message: '已取消删除' })
+          this.$message({ type: 'info', message: '已取消复制' })
         })
       } else {
         this.$message({ type: 'error', message: '请选择一条栏舍剩料记录', duration: 2000 })

+ 1 - 1
src/views/shedProduction/pennsylvaniaSieve/index.vue

@@ -788,7 +788,7 @@ export default {
             }
           })
         }).catch(() => {
-          this.$message({ type: 'info', message: '已取消删除' })
+          this.$message({ type: 'info', message: '已取消复制' })
         })
       } else {
         this.$message({ type: 'error', message: '请选择一条宾州筛', duration: 2000 })

+ 1 - 1
src/views/shedProduction/performance/index.vue

@@ -1071,7 +1071,7 @@ export default {
             }
           })
         }).catch(() => {
-          this.$message({ type: 'info', message: '已取消删除' })
+          this.$message({ type: 'info', message: '已取消复制' })
         })
       } else {
         this.$message({ type: 'error', message: '请选择一条栏舍生产性能', duration: 2000 })

+ 1 - 1
src/views/shedProduction/physicalConditionScore/index.vue

@@ -812,7 +812,7 @@ export default {
             }
           })
         }).catch(() => {
-          this.$message({ type: 'info', message: '已取消删除' })
+          this.$message({ type: 'info', message: '已取消复制' })
         })
       } else {
         this.$message({ type: 'error', message: '请选择一条体况评分', duration: 2000 })