浏览代码

中间计量,显示名称

MaiXinRong 2 年之前
父节点
当前提交
7e708286c7
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/public/js/stage.js

+ 1 - 0
app/public/js/stage.js

@@ -2626,6 +2626,7 @@ $(document).ready(() => {
             this.spreadSetting = {
                 cols: [
                     {title: '编号', colSpan: '1', rowSpan: '1', field: 'code', hAlign: 0, width: 80, formatter: '@', readOnly: true},
+                    {title: '名称', colSpan: '1', rowSpan: '1', field: 'name', hAlign: 0, width: 80, formatter: '@', readOnly: true},
                     {title: '中间计量表号', colSpan: '1', rowSpan: '1', field: 'im_code', hAlign: 0, width: 85, formatter: '@', readOnly: true},
                     {title: '交工证书/凭证号', colSpan: '1', rowSpan: '1', field: 'doc_code', hAlign: 0, width: 110, formatter: '@'},
                     {