|
@@ -500,10 +500,6 @@ export default {
|
|
|
} else if(this.selectedRows !== 1 && this.error !==''){
|
|
|
this.$message.error(this.error+'至少一项不相同!');
|
|
|
this.error = ''
|
|
|
- }else if(this.selectedRows !== 1 && this.errorIdentical.length !== 0){
|
|
|
- var identical = this.errorIdentical.toString()
|
|
|
- this.$message.error(identical+'不相同!');
|
|
|
- this.errorIdentical = []
|
|
|
}else{
|
|
|
var garment = ''
|
|
|
if(this.queryParam.flourOrGarment == 1){
|
|
@@ -639,11 +635,12 @@ export default {
|
|
|
},
|
|
|
|
|
|
close() {
|
|
|
- this.$emit('close')
|
|
|
+ this.range = [];
|
|
|
this.referOrderDataModVis = false;
|
|
|
this.selectedRowKeys = [];
|
|
|
this.orderListData = [];
|
|
|
this.queryParam = {}
|
|
|
+ this.$emit('close')
|
|
|
this.searchReset();
|
|
|
},
|
|
|
handleCancel() {
|