lilei 3 年之前
父节点
当前提交
bbe2a8b1d3

+ 1 - 1
src/views/allocationManagement/transferReturn/edit.vue

@@ -468,7 +468,7 @@ export default {
     handleSubmit () {
       const _this = this
       if (this.localDataSource.length == 0) {
-        _this.$message.error('请选择退货产品!')
+        _this.$message.error('请选择产品!')
         return
       }
       _this.spinning = true

+ 1 - 1
src/views/allocationManagement/transferReturn/editGrp.vue

@@ -462,7 +462,7 @@ export default {
     handleSubmit () {
       const _this = this
       if (this.localDataSource.length == 0) {
-        _this.$message.error('请选择退货产品!')
+        _this.$message.error('请选择产品!')
         return
       }
       _this.spinning = true