|  | @@ -121,7 +121,7 @@ $(document).ready(() => {
 | 
	
		
			
				|  |  |          {title: '工料分类', colSpan: '1', rowSpan: '2', field: 'm_type', hAlign: 1, width: 60, readOnly: 'readOnly.isEdit', cellType: 'customizeCombo', comboItems: materialType.m_type, cellTypeKey: 2},
 | 
	
		
			
				|  |  |      ];
 | 
	
		
			
				|  |  |      if (materialTax) {
 | 
	
		
			
				|  |  | -        materialSpreadSettingCols.push({title: '税率(%)', colSpan: '1', rowSpan: '2', field: 'm_tax', hAlign: 2, width: 50, type: 'Number', readOnly: 'readOnly.isEdit'});
 | 
	
		
			
				|  |  | +        materialSpreadSettingCols.push({title: '税率(%)', colSpan: '1', rowSpan: '2', field: 'm_tax', hAlign: 2, width: 50, type: 'Number', readOnly: 'readOnly.remark'});
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |      materialSpreadSettingCols = _.concat(materialSpreadSettingCols, [
 | 
	
		
			
				|  |  |          {title: '本期应耗数量', colSpan: '1', rowSpan: '2', field: 'quantity', hAlign: 2, width: 90, type: 'Number', readOnly: true},
 |