Browse Source

中间计量,显示名称

MaiXinRong 2 năm trước cách đây
mục cha
commit
7e708286c7
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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: '@'},
                     {