|
@@ -293,10 +293,10 @@ export default {
|
|
|
this.$message.error('请选择折转后重量')
|
|
|
return
|
|
|
}
|
|
|
- if (Number(this.transformationAdd.afterWeight) > Number(this.transformationAdd.beforeWeight)) {
|
|
|
- this.$message.error('折转后重量不可超过折转前重量')
|
|
|
- return
|
|
|
- }
|
|
|
+ // if (Number(this.transformationAdd.afterWeight) > Number(this.transformationAdd.beforeWeight)) {
|
|
|
+ // this.$message.error('折转后重量不可超过折转前重量')
|
|
|
+ // return
|
|
|
+ // }
|
|
|
this.$confirm(`确定提交折转信息?`, '提示', {
|
|
|
confirmButtonText: '确定',
|
|
|
cancelButtonText: '取消',
|