|
@@ -411,6 +411,13 @@ weight: 4000}]],
|
|
})
|
|
})
|
|
return
|
|
return
|
|
}
|
|
}
|
|
|
|
+ if(!this.feeDetailsDistributions[i].orderId){
|
|
|
|
+ this.$message({
|
|
|
|
+ message: '货源不能为空!',
|
|
|
|
+ type: 'warning',
|
|
|
|
+ })
|
|
|
|
+ return
|
|
|
|
+ }
|
|
if((String(this.feeDetailsDistributions[i].distributionMoney).indexOf('.') != -1 &&
|
|
if((String(this.feeDetailsDistributions[i].distributionMoney).indexOf('.') != -1 &&
|
|
String(this.feeDetailsDistributions[i].distributionMoney).length -
|
|
String(this.feeDetailsDistributions[i].distributionMoney).length -
|
|
(String(this.feeDetailsDistributions[i].distributionMoney).indexOf('.') + 1) >
|
|
(String(this.feeDetailsDistributions[i].distributionMoney).indexOf('.') + 1) >
|