浏览代码

销售执行明细汇总加字段

莫绍宝 2 年之前
父节点
当前提交
7bae597d14
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      src/views/supply/implement/components/displace_detail.vue

+ 7 - 0
src/views/supply/implement/components/displace_detail.vue

@@ -42,6 +42,13 @@
         ></el-table-column>
         <el-table-column
           align="left"
+          label="物料编码"
+          prop="materialNumber"
+          min-width="120"
+          show-overflow-tooltip
+        ></el-table-column>
+        <el-table-column
+          align="left"
           label="产品名称"
           prop="materialName"
           min-width="160"