Compare commits
2 Commits
2ffa3385db
...
755c878288
Author | SHA1 | Date | |
---|---|---|---|
755c878288 | |||
![]() |
995eb802d7 |
@ -313,7 +313,7 @@ export default {
|
||||
value: this.inputData[store.formulaNum[this.indexs - 1] + 14]
|
||||
}
|
||||
}
|
||||
this.change(code, data)
|
||||
this.changeBtn(code, data)
|
||||
},
|
||||
//反向计算 上传前 *10
|
||||
changeCount(code, el) {
|
||||
@ -324,7 +324,7 @@ export default {
|
||||
}
|
||||
};
|
||||
console.log(data,11);
|
||||
this.change(code, data)
|
||||
this.changeBtn(code, data)
|
||||
},
|
||||
//失去焦点
|
||||
blurChangeCount(code, el) {
|
||||
@ -368,7 +368,7 @@ export default {
|
||||
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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user