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