维修问题修改
This commit is contained in:
parent
4ed595a377
commit
1732b2a5de
|
|
@ -1841,7 +1841,7 @@ export default {
|
||||||
|
|
||||||
//数量管理左侧
|
//数量管理左侧
|
||||||
addPartItem() {
|
addPartItem() {
|
||||||
this.partItems.push({ partType: "", num: "", isCharge: "" });
|
this.partItems.push({ partType: "", partNum: "", isCharge: "" });
|
||||||
this.dividerHeight += 200; // 每次增加配件时,竖线高度增加
|
this.dividerHeight += 200; // 每次增加配件时,竖线高度增加
|
||||||
},
|
},
|
||||||
removePartItem(index) {
|
removePartItem(index) {
|
||||||
|
|
@ -1853,7 +1853,7 @@ export default {
|
||||||
|
|
||||||
//数量管理中间
|
//数量管理中间
|
||||||
addPartItemMiddle() {
|
addPartItemMiddle() {
|
||||||
this.partItemsMiddle.push({ partTypeName: "", num: "", isCharge: "" });
|
this.partItemsMiddle.push({ partTypeName: "", partNum: "", isCharge: "" });
|
||||||
this.dividerHeight += 200; // 每次增加配件时,竖线高度增加
|
this.dividerHeight += 200; // 每次增加配件时,竖线高度增加
|
||||||
},
|
},
|
||||||
removePartItemMiddle(index) {
|
removePartItemMiddle(index) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue