|
|
@@ -16,6 +16,8 @@ $(document).ready(() => {
|
|
|
const billsSpread = SpreadJsObj.createNewSpread($('#bills-spread')[0]);
|
|
|
const billsSheet = billsSpread.getActiveSheet();
|
|
|
|
|
|
+ sjsSettingObj.setFromCol(posSpreadSetting.cols, [{field: 'from'}]);
|
|
|
+ sjsSettingObj.setFromCol(billsSpreadSetting.cols, [{ field: 'from'}]);
|
|
|
billsSpreadSetting.cols.push({title: '截止本期合同计量|数量', colSpan: '3|1', rowSpan: '1|1', field: 'end_contract_qty', hAlign: 2, width: 60, readOnly: true, type: 'Number'},
|
|
|
{title: '|完成率(%)', colSpan: '1', rowSpan: '|1', field: 'end_percent', hAlign: 2, width: 80, readOnly: true, type: 'Number'});
|
|
|
sjsSettingObj.setFxTreeStyle(billsSpreadSetting, sjsSettingObj.FxTreeStyle.jz);
|