@@ -819,6 +819,12 @@
},
handSubmit() {
+ if (Number(this.currentNodeData.baseCount) <= 0) {
+ this.$message.warning('基本用量需要大于0');
+
+ return;
+ }
if (this.clientEnvironmentId == 5) {
this.isSubmit = true;
} else {
@@ -72,7 +72,7 @@
>
<el-button size="small" type="primary" @click="batchDelete"
- >批量删除</el-button
+ >批量删除货位</el-button
</el-form-item>
</el-col>