|
|
@ -430,7 +430,7 @@ export default {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
combine(){
|
|
|
|
combine(){
|
|
|
|
if(this.orderQuery==null && this.orderQuery.length==0){
|
|
|
|
if(this.orderQuery==null || this.orderQuery.length==0){
|
|
|
|
this.$message.error("请先选择单据!")
|
|
|
|
this.$message.error("请先选择单据!")
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|