永康嘉持电器有限公司前端
小小儁爺
2024-12-25 c6da28cde9dc469ee1e2d4dba4b7234307d9bd5a
src/views/materialManager/inventoryList.vue
@@ -190,6 +190,68 @@
                  {{ row.partspec ? row.partspec : '/' }}
                </template>
              </el-table-column>
              <el-table-column
                prop="priuserdefnvc1"
                label="客户名称"
                width="110"
                sortable="custom"
              >
                <template slot-scope="{row}">
                  {{ row.priuserdefnvc1 ? row.priuserdefnvc1 : '/' }}
                </template>
              </el-table-column>
              <el-table-column
                prop="priuserdefnvc6"
                label="客户编码"
                width="110"
                sortable="custom"
              >
                <template slot-scope="{row}">
                  {{ row.priuserdefnvc6 ? row.priuserdefnvc6 : '/' }}
                </template>
              </el-table-column>
              <el-table-column
                prop="priuserdefnvc2"
                label="对内名称"
                width="110"
                sortable="custom"
              >
                <template slot-scope="{row}">
                  {{ row.priuserdefnvc2 ? row.priuserdefnvc2 : '/' }}
                </template>
              </el-table-column>
              <el-table-column
                prop="priuserdefnvc3"
                label="CTP日期"
                width="110"
                sortable="custom"
              >
                <template slot-scope="{row}">
                  {{ row.priuserdefnvc3 ? row.priuserdefnvc3 : '/' }}
                </template>
              </el-table-column>
              <el-table-column
                prop="priuserdefnvc4"
                label="钢刀编号"
                width="110"
                sortable="custom"
              >
                <template slot-scope="{row}">
                  {{ row.priuserdefnvc4 ? row.priuserdefnvc4 : '/' }}
                </template>
              </el-table-column>
              <el-table-column
                prop="priuserdefnvc5"
                label="盒型"
                width="110"
                sortable="custom"
              >
                <template slot-scope="{row}">
                  {{ row.priuserdefnvc5 ? row.priuserdefnvc5 : '/' }}
                </template>
              </el-table-column>
              <el-table-column
                prop="idinventoryclassname"
                label="所属类别"
@@ -1019,7 +1081,11 @@
    }
  },
  activated() {   window.addEventListener('resize', this.getHeight)   this.getHeight() }, created() {
  activated() {
    window.addEventListener('resize', this.getHeight)
    this.getHeight()
  },
  created() {
  },
  mounted() {