|
@@ -868,11 +868,7 @@
|
|
})
|
|
})
|
|
return
|
|
return
|
|
}
|
|
}
|
|
-<<<<<<< HEAD
|
|
|
|
- if (!this.deptBudgetList.storageFeeNew) {
|
|
|
|
-=======
|
|
|
|
if (!this.deptBudgetList.storageFee) {
|
|
if (!this.deptBudgetList.storageFee) {
|
|
->>>>>>> origin
|
|
|
|
this.$message({
|
|
this.$message({
|
|
message: '代储费不能为空!',
|
|
message: '代储费不能为空!',
|
|
type: 'warning',
|
|
type: 'warning',
|
|
@@ -887,15 +883,6 @@
|
|
return
|
|
return
|
|
}
|
|
}
|
|
if (
|
|
if (
|
|
-<<<<<<< HEAD
|
|
|
|
- isNaN(this.deptBudgetList.storageFeeNew) ||
|
|
|
|
- (String(this.deptBudgetList.storageFeeNew).indexOf('.') != -1 &&
|
|
|
|
- String(this.deptBudgetList.storageFeeNew).length -
|
|
|
|
- (String(this.deptBudgetList.storageFeeNew).indexOf('.') + 1) >
|
|
|
|
- 2) ||
|
|
|
|
- this.deptBudgetList.storageFeeNew < 0 ||
|
|
|
|
- this.deptBudgetList.storageFeeNew > 1000
|
|
|
|
-=======
|
|
|
|
isNaN(this.deptBudgetList.storageFee) ||
|
|
isNaN(this.deptBudgetList.storageFee) ||
|
|
(String(this.deptBudgetList.storageFee).indexOf('.') != -1 &&
|
|
(String(this.deptBudgetList.storageFee).indexOf('.') != -1 &&
|
|
String(this.deptBudgetList.storageFee).length -
|
|
String(this.deptBudgetList.storageFee).length -
|
|
@@ -903,7 +890,6 @@
|
|
2) ||
|
|
2) ||
|
|
this.deptBudgetList.storageFee < 0 ||
|
|
this.deptBudgetList.storageFee < 0 ||
|
|
this.deptBudgetList.storageFee > 1000
|
|
this.deptBudgetList.storageFee > 1000
|
|
->>>>>>> origin
|
|
|
|
) {
|
|
) {
|
|
this.$message({
|
|
this.$message({
|
|
message: '代储费填写错误!',
|
|
message: '代储费填写错误!',
|