|
@@ -122,7 +122,7 @@ class NumberDrop extends Component{
|
|
let changeVal = this.$span.current.innerText.replace(/^\s*/,'');//数字框值-修改后;去掉前空格避免多空格叠加
|
|
let changeVal = this.$span.current.innerText.replace(/^\s*/,'');//数字框值-修改后;去掉前空格避免多空格叠加
|
|
let prefix = this.$pre.current.innerText.replace(/^\s*/,''); //前缀值-修改后
|
|
let prefix = this.$pre.current.innerText.replace(/^\s*/,''); //前缀值-修改后
|
|
let suffix = this.$suf.current.innerText.replace(/^\s*/,''); //后缀值-修改后
|
|
let suffix = this.$suf.current.innerText.replace(/^\s*/,''); //后缀值-修改后
|
|
- console.log('数字框:'+changeVal,";全部:"+totalVal,";前缀:"+prefix+";后缀:"+suffix);
|
|
|
|
|
|
+ //console.log('数字框:'+changeVal,";全部:"+totalVal,";前缀:"+prefix+";后缀:"+suffix);
|
|
handleLabelChange && handleLabelChange({ikey,changeVal,type:boxMark,totalVal,prefix,suffix});
|
|
handleLabelChange && handleLabelChange({ikey,changeVal,type:boxMark,totalVal,prefix,suffix});
|
|
}
|
|
}
|
|
getSpanClass(){ //将被替换的文字选中状态显示
|
|
getSpanClass(){ //将被替换的文字选中状态显示
|