Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -1026,7 +1026,7 @@ export default { | ... | @@ -1026,7 +1026,7 @@ export default { |
| 1026 | this.msgWarning('件数前区间不能大于后区间') | 1026 | this.msgWarning('件数前区间不能大于后区间') |
| 1027 | } else if (new Number(data.minWeight) > new Number(data.maxWeight)) { | 1027 | } else if (new Number(data.minWeight) > new Number(data.maxWeight)) { |
| 1028 | this.msgWarning('重量前区间不能大于后区间') | 1028 | this.msgWarning('重量前区间不能大于后区间') |
| 1029 | - } else if (data.handlingCode == '' && data.serviceCode == '' && data.subCategory == '' && data.typeOfGoods == '' && data.puporpuxCode == '' && (!data.location || data.location == '') && data.notLocation == '' && (data.includeUrsa == null || data.includeUrsa == '') && (data.notIncludeUrsa == null || data.notIncludeUrsa == '') && (!data.minNumOfPieces || data.minNumOfPieces == '') && (!data.maxNumOfPieces || data.maxNumOfPieces == '') && (!data.minWeight || data.minWeight == '') && (!data.maxWeight || data.maxWeight == '')) { | 1029 | + } else if (data.handlingCode == '' && data.serviceCode == '' && data.subCategory == '' && data.typeOfGoods == '' && data.puporpuxCode == '' && (!data.location || data.location == '') && data.notLocation == '' && (data.includeUrsa == null || data.includeUrsa == '') && (data.notIncludeUrsa == null || data.notIncludeUrsa == '') && (!data.minNumOfPieces || data.minNumOfPieces == '') && (!data.maxNumOfPieces || data.maxNumOfPieces == '') && (!data.minWeight || data.minWeight == '') && (!data.maxWeight || data.maxWeight == '') && (data.destinationSite == null || destinationSite == '') && (data.notDestinationSite == null || data.notDestinationSite == '')) { |
| 1030 | this.msgWarning('未添加规则信息,请添加后再保存!') | 1030 | this.msgWarning('未添加规则信息,请添加后再保存!') |
| 1031 | } else { | 1031 | } else { |
| 1032 | // this.loading = true | 1032 | // this.loading = true | ... | ... |
-
Please register or login to post a comment