|
@@ -72,7 +72,7 @@
|
|
|
</tr>
|
|
|
</table>
|
|
|
<p class="moduleTitle">诊断公式:</p>
|
|
|
- <p class="inpTips">可输入数字(0~9)规定内汉字:任、一、二、三、四、五、六、七、八、九、十,其余汉字不可输入;可输入的符号:“.”、“/”、“()”</p>
|
|
|
+ <p class="inpTips">可输入数字(0~9)规定内汉字:任、一、二、三、四、五、六、七、八、九、十、拟、诊,其余汉字不可输入;可输入的符号:“.”、“/”、“()”</p>
|
|
|
<table class="diagTable">
|
|
|
<tr class="tableTitle">
|
|
|
<td class="FormulaSort">排序</td>
|
|
@@ -481,8 +481,8 @@
|
|
|
} else if(type==='FeatureStand') { //关联词不能输入顿号
|
|
|
this.disFeatureList[index].standard = value.replace(/、/g,'')
|
|
|
} else if ( type === 'FormulaNumber') {
|
|
|
- //计算公式只能输入以下内容: 任、一、二、三、四、五、六、七、八、九、十、0-9、/、.、(、)、(、)
|
|
|
- this.disFormulaList[index].formula = value.replace(/[^\u4EFB\u4E00\u4E8C\u4E09\u56DB\u4E94\u516D\u4E03\u516B\u4E5D\u53410-9\/\.+\(\)\(\)]/g,'').replace(/[\(]/g, '(').replace(/[\)]/g, ')').replace(/' '/g, '')
|
|
|
+ //计算公式只能输入以下内容: 任、一、二、三、四、五、六、七、八、九、十、拟、诊、0-9、/、.、(、)、(、)
|
|
|
+ this.disFormulaList[index].formula = value.replace(/[^\u4EFB\u4E00\u4E8C\u4E09\u56DB\u4E94\u516D\u4E03\u516B\u4E5D\u5341\u62df\u8bca0-9\/\.+\(\)\(\)]/g,'').replace(/[\(]/g, '(').replace(/[\)]/g, ')').replace(/' '/g, '')
|
|
|
} else if ( type === 'FeatureRelate') {
|
|
|
if(itemType == 3) {
|
|
|
this.disFeatureList[index].relation = value.replace(/、/g,'')
|