src/views/productManage/product/AddProductDialog.vue
@@ -549,7 +549,9 @@ { name: "其他", id: "其他" } ], statisticsMap: { inLibrary: 0 // 在库 inLibrary: 0,// 在库 enter:0,//进 exit:0,//出 }, isView: false, fileFormdata: null // 上传图片入参 @@ -564,6 +566,9 @@ this.setTableForm() this.setBottonView() this.statisticsMap.inLibrary = this.editConfig?.infomation?.amount ?? 0 // 进出口的产品 数量 还没有 this.statisticsMap.enter = this.editConfig?.infomation?.amount ?? 0 this.statisticsMap.exit = this.editConfig?.infomation?.amount ?? 0 if (this.editConfig.autoEdit) { this.editClick() }