mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-22 18:46:45 +08:00
Merge branch 'dev_1220' into dev
This commit is contained in:
@@ -256,7 +256,7 @@ export default {
|
||||
currentEle.defaultDutyAmt = currentEle.minDutyAmt
|
||||
console.log()
|
||||
Dialog.alert({
|
||||
message: `输入不能超过${Number(currentEle.limit) * 10000}的倍数`
|
||||
message: localStorage.hint
|
||||
}).then(() => {
|
||||
// on close
|
||||
})
|
||||
@@ -729,11 +729,11 @@ export default {
|
||||
this.mult = value
|
||||
let currentEle = this.chooseProducts[productIndex].calFactorLst[calFactorIndex]
|
||||
if ((Number(value) * 10000) % (Number(currentEle.limit) * 10000) != 0) {
|
||||
currentEle.defaultValue = currentEle.rules[productIndex].defaultValue
|
||||
Dialog.alert({
|
||||
message: `输入不能超过${Number(currentEle.limit) * 10000}的倍数`
|
||||
message: localStorage.hint
|
||||
}).then(() => {
|
||||
// on close
|
||||
currentEle.defaultValue = currentEle.rules[productIndex].defaultValue
|
||||
// this.nextStepFlag = true
|
||||
})
|
||||
} else {
|
||||
this.mainRiskInfluenceAddRisk()
|
||||
|
||||
Reference in New Issue
Block a user