diff --git a/src/views/warehousing/otherStore/index.vue b/src/views/warehousing/otherStore/index.vue index 8a4f8b0..9e56ba6 100644 --- a/src/views/warehousing/otherStore/index.vue +++ b/src/views/warehousing/otherStore/index.vue @@ -310,6 +310,14 @@ export default { this.$message.error('请输入容器编码!') return } + if (!this.form.isWrap) { + this.$message.error('请选择是否缠膜!') + return + } + if (!this.form.isVerWeight) { + this.$message.error('请选择是否验重!') + return + } const obj = { syncType: 'A', orderType: 11,