|
@@ -61,6 +61,8 @@ const checkOption = {
|
|
|
};
|
|
|
|
|
|
$(document).ready(function() {
|
|
|
+ const unit = ledgerSpreadSetting.cols.find(x => { return x.field === 'unit'; });
|
|
|
+ if (unit) unit.comboEdit = true;
|
|
|
let stdXmj, stdGcl, dealBills, searchLedger, featureDisplay;
|
|
|
autoFlashHeight();
|
|
|
const changeFeaturesDisplay = function (show, init = false) {
|