haoxuan
2024-02-07 26e7722e50eac82de8a004e95058b44faca0d88f
销售明细单,报价单 2个地方的产品列表 增加规格和型号的显示
1个文件已修改
6 ■■■■■ 已修改文件
src/views/other/commonDialog/SelectCommonDialog.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/other/commonDialog/SelectCommonDialog.vue
@@ -206,9 +206,11 @@
      } else if (this.editConfig.title === "产品名称") {
        this.tableColumn = [
          { label: "产品名称", prop: "name", isClick: this.editCommonConfig.isSelectBox?false:true, default: true }, // 产品名称
          { label: "产品编号", prop: "number" }
          { label: "产品编号", prop: "number" },
          { label: "规格", prop: "specs" },
          { label: "型号", prop: "type" }
        ]
        this.showCol = ["产品名称", "产品编号"]
        this.showCol = ["产品名称", "产品编号",'规格','型号']
        this.tableList = {
          selectIndex: true,
          tableInfomation: [],