diff --git a/src/views/plan/order/index.vue b/src/views/plan/order/index.vue index 7f79cfc..5fbfe02 100644 --- a/src/views/plan/order/index.vue +++ b/src/views/plan/order/index.vue @@ -183,7 +183,7 @@ - + - + + + + + + + + + + { + // this.form = response.data; + this.open = true; + this.bomTitle = "组件清单明细"; + this.queryParamsBom.productCode = prodCode.slice(-11);; + this.getListBomComponent() + // this.$nextTick(() => { + // this.$refs.itemConfUser.initFunc(id); + // }); + // + // }); + }, + getListBomComponent() { + listBomComponent(this.queryParamsBom).then((response) => { + this.baseBomComponentList = response.rows; + this.totalBom = response.total; + this.loadingBom= false; + }); + }, + submitFormBom(){ + this.open =false + }, + cancelBom(){ + this.open =false + }, // 新增-新增提交按钮操作 submitForm() { // 表单校验