From 54fe4927cce4530235256253018bfe14af58d55c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9D=A8=E4=B8=87=E9=87=8C?= <1726150332@qq.com>
Date: Thu, 8 Jan 2026 16:28:29 +0800
Subject: [PATCH] =?UTF-8?q?=E6=88=90=E5=93=81=E8=AE=A2=E5=8D=95=E7=AE=A1?=
=?UTF-8?q?=E7=90=86=E5=A2=9E=E5=8A=A0BOM=E5=BA=93=E5=AD=98=E6=9F=A5?=
=?UTF-8?q?=E8=AF=A2=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/plan/order/index.vue | 78 +++++++++++++++++++++++++++++++++-
1 file changed, 76 insertions(+), 2 deletions(-)
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() {
// 表单校验