Browse Source

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

jbb 1 year ago
parent
commit
2ee018610b
1 changed files with 7 additions and 0 deletions
  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, },
       ],