|
|
@ -1021,10 +1021,10 @@ export default { |
|
|
|
{ |
|
|
|
if(this.listQuery.productType === 1)//门板 |
|
|
|
{ |
|
|
|
if(parseInt(this.form.endHostSN )-parseInt(this.form.beginHostSN) > 11) |
|
|
|
if(parseInt(this.form.endHostSN )-parseInt(this.form.beginHostSN) <= 0) |
|
|
|
{ |
|
|
|
this.$message({ |
|
|
|
message: "最多只能打印12个顺序号,终止顺序号不能大于"+(parseInt(this.form.beginHostSN)+11), |
|
|
|
message: "起止大众顺序号相减不能为零!", |
|
|
|
type: "error", |
|
|
|
}); |
|
|
|
return; |
|
|
|