浏览代码

供应商产能报表-增加字段-最终客户

jbb 1 年之前
父节点
当前提交
2ee018610b
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      src/views/reportForms/supply-capacity-table.vue

+ 7 - 0
src/views/reportForms/supply-capacity-table.vue

@@ -216,6 +216,13 @@ export default {
           className: 'replacecolor',
           ellipsis: true,
         },
+        {
+          title: '最终客户',
+          width: 70,
+          dataIndex: 'cdefine11',
+          className: 'replacecolor',
+          ellipsis: true,
+        },
         { title: '累计入库数量', width: 85, dataIndex: 'ireceivedQTY', className: 'replacecolor',ellipsis: true, },
         { title: '单位', width: 70, dataIndex: 'unit', className: 'replacecolor',ellipsis: true, },
       ],