pull/115/head
parent
74a7f50b61
commit
995eb802d7
|
@ -313,7 +313,7 @@ export default {
|
||||||
value: this.inputData[store.formulaNum[this.indexs - 1] + 14]
|
value: this.inputData[store.formulaNum[this.indexs - 1] + 14]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.change(code, data)
|
this.changeBtn(code, data)
|
||||||
},
|
},
|
||||||
//反向计算 上传前 *10
|
//反向计算 上传前 *10
|
||||||
changeCount(code, el) {
|
changeCount(code, el) {
|
||||||
|
@ -324,7 +324,7 @@ export default {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
console.log(data,11);
|
console.log(data,11);
|
||||||
this.change(code, data)
|
this.changeBtn(code, data)
|
||||||
},
|
},
|
||||||
//失去焦点
|
//失去焦点
|
||||||
blurChangeCount(code, el) {
|
blurChangeCount(code, el) {
|
||||||
|
@ -368,7 +368,7 @@ export default {
|
||||||
value: this.inputData[store.formulaNum[this.indexs - 1] + 2],
|
value: this.inputData[store.formulaNum[this.indexs - 1] + 2],
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
this.change(store.formulaNum[this.indexs - 1] + 2, dataSel);
|
this.changeBtn(store.formulaNum[this.indexs - 1] + 2, dataSel);
|
||||||
},
|
},
|
||||||
//全选文本
|
//全选文本
|
||||||
selectValue(e) {
|
selectValue(e) {
|
||||||
|
|
Loading…
Reference in New Issue