浏览代码

齐套率明细字段修改

jbb 2 年之前
父节点
当前提交
f597e293df
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/views/reportForms/full-rate-table/detail.vue

+ 3 - 3
src/views/reportForms/full-rate-table/detail.vue

@@ -59,7 +59,7 @@ export default {
       detailColumns: [
         {
           title: '计划到货日期',
-          dataIndex: 'dArriveDate',
+          dataIndex: 'darriveDate',
           width: 80,
           className: 'replacecolor',
         },
@@ -71,13 +71,13 @@ export default {
         },
         {
           title: '物料编码',
-          dataIndex: 'cInvCode',
+          dataIndex: 'cinvCode',
           width: 80,
           className: 'replacecolor',
         },
         {
           title: '物料名称',
-          dataIndex: 'cInvName',
+          dataIndex: 'cinvName',
           width: 80,
           className: 'replacecolor',
         },