|
|
|
|
@ -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, |
|
|
|
|
|