| | |
| | | |
| | | if (this.currentAction == 'Add') { |
| | | this.detailOptions.columns.forEach(x => { |
| | | if (x.field == 'materielCode' || x.field == 'batchNo' || x.field == 'orderQuantity') { |
| | | if (x.field == 'materielCode' || x.field == 'batchNo' || x.field == 'orderQuantity'||x.field=='locationCode') { |
| | | x.readonly = false |
| | | } |
| | | }); |
| | | } else { |
| | | this.detailOptions.columns.forEach(x => { |
| | | if (x.field == 'materielCode' || x.field == 'batchNo' || x.field == 'orderQuantity') { |
| | | x.readonly = row.orderStatus > 0 |
| | | if (x.field == 'materielCode' || x.field == 'batchNo' || x.field == 'orderQuantity'||x.field=='locationCode') { |
| | | x.readonly =true// row.orderStatus > 0 |
| | | } |
| | | }); |
| | | } |