Compare commits
No commits in common. "755c87828891c69efadd16b8cd4aa0e0c6ced033" and "2ffa3385db5eda6d529cc9d9e1e898803f481c38" have entirely different histories.
755c878288
...
2ffa3385db
@ -313,7 +313,7 @@ export default {
|
||||
value: this.inputData[store.formulaNum[this.indexs - 1] + 14]
|
||||
}
|
||||
}
|
||||
this.changeBtn(code, data)
|
||||
this.change(code, data)
|
||||
},
|
||||
//反向计算 上传前 *10
|
||||
changeCount(code, el) {
|
||||
@ -324,7 +324,7 @@ export default {
|
||||
}
|
||||
};
|
||||
console.log(data,11);
|
||||
this.changeBtn(code, data)
|
||||
this.change(code, data)
|
||||
},
|
||||
//失去焦点
|
||||
blurChangeCount(code, el) {
|
||||
@ -368,7 +368,7 @@ export default {
|
||||
value: this.inputData[store.formulaNum[this.indexs - 1] + 2],
|
||||
},
|
||||
}
|
||||
this.changeBtn(store.formulaNum[this.indexs - 1] + 2, dataSel);
|
||||
this.change(store.formulaNum[this.indexs - 1] + 2, dataSel);
|
||||
},
|
||||
//全选文本
|
||||
selectValue(e) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user