commit
755c878288
|
@ -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…
Reference in New Issue