|
@@ -291,7 +291,7 @@ let MainTreeCol = {
|
|
|
field === 'jobContentText') {
|
|
|
return false;
|
|
|
}
|
|
|
- return !MainTreeCol.readOnly.bills(node) || (node.data.type !== billType.BILL && node.data.type !== billType.FX);
|
|
|
+ return !MainTreeCol.readOnly.bills(node) || (node.data.type !== billType.BILL && node.data.type !== billType.FX && node.data.type !== billType.BX);
|
|
|
},
|
|
|
forRuleText: function (node) {
|
|
|
if(MainTreeCol.readOnly.bills(node)){
|