|
@@ -2080,9 +2080,9 @@ $(document).ready(function() {
|
|
this.dealSpreadSetting = {
|
|
this.dealSpreadSetting = {
|
|
cols: [
|
|
cols: [
|
|
{title: '清单编号', field: 'code', width: 80, hAlign: 0, formatter: '@', readOnly: true},
|
|
{title: '清单编号', field: 'code', width: 80, hAlign: 0, formatter: '@', readOnly: true},
|
|
- {title: '名称', field: 'name', width: 120, hAlign: 0, formatter: '@', readOnly: true},
|
|
|
|
|
|
+ {title: '名称', field: 'name', width: 230, hAlign: 0, formatter: '@', readOnly: true},
|
|
{title: '单位', field: 'unit', hAlign: 1, width: 50, formatter: '@', readOnly: true},
|
|
{title: '单位', field: 'unit', hAlign: 1, width: 50, formatter: '@', readOnly: true},
|
|
- {title: '单价', field: 'unit_price', hAlign: 2, width: 50, readOnly: true},
|
|
|
|
|
|
+ {title: '单价', field: 'unit_price', hAlign: 2, width: 60, readOnly: true},
|
|
],
|
|
],
|
|
emptyRows: 0,
|
|
emptyRows: 0,
|
|
headRows: 1,
|
|
headRows: 1,
|