fix:20251224光子问题修改
This commit is contained in:
parent
7fa7a8ccfa
commit
1e39856004
|
|
@ -729,7 +729,7 @@ export default {
|
||||||
countUseChange(){
|
countUseChange(){
|
||||||
if(this.form.count_real>this.form.count_use){
|
if(this.form.count_real>this.form.count_use){
|
||||||
this.form.count_real = this.form.count_use;
|
this.form.count_real = this.form.count_use;
|
||||||
this.count_ok = this.form.count_real - this.form.count_notok;
|
this.form.count_ok = this.form.count_use - this.form.count_notok;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
countNotOkSun() {
|
countNotOkSun() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue