|
@@ -17,7 +17,7 @@
|
17
|
17
|
<form class="layui-form" action="" lay-filter="search-form">
|
18
|
18
|
<div class="layui-form-item">
|
19
|
19
|
<div class="layui-inline" style="margin-left: -10px">
|
20
|
|
- <label class="layui-form-label" style="width: 60px">中文名称</label>
|
|
20
|
+ <label class="layui-form-label" style="width: 60px">项目名称</label>
|
21
|
21
|
<div class="layui-input-inline" style="width: 200px">
|
22
|
22
|
<input type="text" id="zwmc" name="zwmc" autocomplete="off" class="layui-input">
|
23
|
23
|
</div>
|
|
@@ -85,12 +85,15 @@
|
85
|
85
|
// defaultToolbar: ['filter', 'exports', 'print'],
|
86
|
86
|
cols: [
|
87
|
87
|
[
|
88
|
|
- {type: 'numbers'},
|
89
|
|
- {field: 'zwmc', width: '35%', title: '中文名称'},
|
|
88
|
+ {type: 'numbers',title: '序号'},
|
|
89
|
+ {field: 'zwmc', width: '35%', title: '项目名称'},
|
90
|
90
|
{field: 'erpbh', width: '15%', title: 'ERP编号'},
|
91
|
|
- {field: 'xmlxmc', width: '18%', title: '项目类型'},
|
|
91
|
+ {field: 'xmze',width: '11%',title: '总额(万元)',align: 'right'},
|
|
92
|
+ {field: 'ssbmmc',width: '11%',title: '所属部门'},
|
|
93
|
+ {field: 'cjrxm',width: '7%',title: '创建人'},
|
92
|
94
|
{field: 'qs', width: '10%', title: '起始', align: 'center'},
|
93
|
|
- {field: 'wc', width: '10%', title: '完成', align: 'center'}
|
|
95
|
+ {field: 'wc', width: '10%', title: '完成', align: 'center'},
|
|
96
|
+ {field: 'xmlxmc', width: '18%', title: '项目类型'},
|
94
|
97
|
]
|
95
|
98
|
],
|
96
|
99
|
autoSort: false,
|