|
|
@@ -100,7 +100,7 @@ const Cost = (function(){
|
|
|
{ key: 'sf_percent', name: '实付比例', fields: ['sf_percent'], valid: ['title', 'width', 'calc_code'], def: { title: '实付比例', width: 80, type: 'sf_percent', decimal: 2} },
|
|
|
];
|
|
|
ValidColInfo.forEach(vci => { return vci.count = vci.fields.length; });
|
|
|
- return { EmptySpreadCache, BaseSpreadColSetting, ValidColInfo, ValidCount: 10, subSpreadReadOnly: ['code', 'name', 'party_b', 'settle_tp', 'in_excl_tax_tp'] };
|
|
|
+ return { EmptySpreadCache, BaseSpreadColSetting, ValidColInfo, ValidCount: 10, subSpreadReadOnly: ['code', 'name', 'party_b', 'yf_excl_tax_tp', 'sf_excl_tax_tp', 'in_excl_tax_tp'] };
|
|
|
})();
|
|
|
function randomWord(randomFlag, min, max){
|
|
|
let str = "",
|