diff --git a/src/views/modules/inquiry/inquiryTechnicalMaterialsNoBuilt.vue b/src/views/modules/inquiry/inquiryTechnicalMaterialsNoBuilt.vue new file mode 100644 index 0000000..3277983 --- /dev/null +++ b/src/views/modules/inquiry/inquiryTechnicalMaterialsNoBuilt.vue @@ -0,0 +1,2816 @@ + + + + + + + + + + + + + + + 客户编码 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + PjM + + + + 报价专员 + + + + + + + + + + + + + + + 查询 + 新增 + 导入 + + {{ "导出" }} + + + + + + + + + + {{ scope.row[item.columnProp] }} + + + + + 草稿 + 下达 + 已转报价 + + + + + + 普通 + 重要 + 紧急 + + + + + + + + 新增产品 + 提交技术材料 + + + + + + + + + + + + + + + + + + + + + + + + + 客户编码 + + + + + + + + + + + PjM + + + + + + + + + + + + + + + + + + + + + + 报价专员 + + + + + + + + + + + + + + + 保存 + 关闭 + + + + + + + + + + + + {{ scope.row[item.columnProp] }} + + + + + + 编辑 + 删除 + 属性 + 详情 + BOM快速创建 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 计量单位 + + + + + + + 属性模板 + + + + + + + + + 保存 + 关闭 + + + + + + + + + + + + + + + + + + + + + + + + + + + 属性维护 + + {{ attributeDialog?'编辑':'保存' }} + + + + + + + + + {{ scope.row[item.columnProp] }} + + + + {{scope.row.valueTypeDb==='T'?scope.row.textValue:scope.row.numValue}} + + + + + {{ scope.row[item.columnProp] }} + + + + + + + + + + + + + + + + + + + + + + + + + + + 关闭 + + + + + + + + + + + + + + + + diff --git a/src/views/modules/part/quicklyCreateBom.vue b/src/views/modules/part/quicklyCreateBom.vue index ef76527..7d6248b 100644 --- a/src/views/modules/part/quicklyCreateBom.vue +++ b/src/views/modules/part/quicklyCreateBom.vue @@ -356,6 +356,7 @@ export default { console.log(this.$route.query.data) if (this.$route.query.data) { this.searchData = this.$route.query.data + this.searchData.partDesc = this.$route.query.data.testPartDesc this.getNodeTree(); } },