维护
This commit is contained in:
parent
d7b11a6c0b
commit
3e424a6be7
@ -1356,7 +1356,16 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
oninputscore2(item) {
|
oninputscore2(item) {
|
||||||
if (item.itemCode == "H001") {
|
if (item.itemCode == "H001") {
|
||||||
|
console.log(item);
|
||||||
this.Height = item.itemScore;
|
this.Height = item.itemScore;
|
||||||
|
if (item.itemScore == "") {
|
||||||
|
this.form.itemScoreList.forEach((e) => {
|
||||||
|
if (e.itemCode == "W001") {
|
||||||
|
e.itemFraction = "";
|
||||||
|
e.itemScore = "";
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
}
|
}
|
||||||
if (item.itemScore == "") {
|
if (item.itemScore == "") {
|
||||||
this.form.itemScoreList.forEach((e) => {
|
this.form.itemScoreList.forEach((e) => {
|
||||||
@ -1402,7 +1411,16 @@ export default {
|
|||||||
},
|
},
|
||||||
oninputscore(item) {
|
oninputscore(item) {
|
||||||
if (item.itemCode == "H001") {
|
if (item.itemCode == "H001") {
|
||||||
|
console.log(item);
|
||||||
this.Height = item.itemScore;
|
this.Height = item.itemScore;
|
||||||
|
if (item.itemScore == "") {
|
||||||
|
this.form.itemScoreList.forEach((e) => {
|
||||||
|
if (e.itemCode == "W001") {
|
||||||
|
e.itemFraction = "";
|
||||||
|
e.itemScore = "";
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
}
|
}
|
||||||
if (item.itemScore == "") {
|
if (item.itemScore == "") {
|
||||||
this.form.itemScoreList.forEach((e) => {
|
this.form.itemScoreList.forEach((e) => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user