|
@@ -2456,12 +2456,13 @@ $(document).ready(function() {
|
|
|
searchSpread: ledgerSpread,
|
|
|
resultSpreadSetting: {
|
|
|
cols: [
|
|
|
- {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},
|
|
|
- {title: '数量', field: 'quantity', hAlign: 2, width: 50, readOnly: true},
|
|
|
+ {title: '项目节编号', field: 'code', hAlign: 0, width: 90, formatter: '@'},
|
|
|
+ {title: '清单编号', field: 'b_code', hAlign: 0, width: 80, formatter: '@'},
|
|
|
+ {title: '名称', field: 'name', width: 150, hAlign: 0, formatter: '@'},
|
|
|
+ {title: '单位', field: 'unit', width: 50, hAlign: 1, formatter: '@'},
|
|
|
+ {title: '单价', field: 'unit_price', hAlign: 2, width: 50},
|
|
|
+ {title: '数量', field: 'quantity', hAlign: 2, width: 50},
|
|
|
+ {title: '部位', field: 'bw', hAlign: 2, width: 90},
|
|
|
],
|
|
|
emptyRows: 0,
|
|
|
headRows: 1,
|
|
@@ -2471,6 +2472,7 @@ $(document).ready(function() {
|
|
|
headerFont: '12px 微软雅黑',
|
|
|
font: '12px 微软雅黑',
|
|
|
selectedBackColor: '#fffacd',
|
|
|
+ readOnly: true,
|
|
|
},
|
|
|
afterLocated: function () {
|
|
|
posOperationObj.loadCurPosData();
|