|
@@ -2052,8 +2052,8 @@ $(document).ready(function() {
|
|
|
searchSpread: ledgerSpread,
|
|
|
resultSpreadSetting: {
|
|
|
cols: [
|
|
|
- {title: '项目节编号', field: 'code', hAlign: 0, width: 120, formatter: '@', readOnly: true},
|
|
|
- {title: '清单编号', field: 'b_code', hAlign: 0, width: 120, formatter: '@', readOnly: true},
|
|
|
+ {title: '项目节编号', field: 'code', hAlign: 0, width: 90, formatter: '@', readOnly: true},
|
|
|
+ {title: '清单编号', field: 'b_code', hAlign: 0, width: 80, formatter: '@', readOnly: true},
|
|
|
{title: '名称', field: 'name', width: 150, hAlign: 0, formatter: '@', readOnly: true},
|
|
|
{title: '单位', field: 'unit', width: 50, hAlign: 1, formatter: '@', readOnly: true},
|
|
|
{title: '单价', field: 'unit_price', hAlign: 2, width: 50, readOnly: true},
|