|
@@ -78,6 +78,7 @@ $(document).ready(() => {
|
|
|
defaultRowHeight: 21,
|
|
|
headerFont: '12px 微软雅黑',
|
|
|
font: '12px 微软雅黑',
|
|
|
+ selectedBackColor: '#fffacd',
|
|
|
readOnly,
|
|
|
getColor: function (sheet, data, row, col, defaultColor) {
|
|
|
if (!data) return defaultColor;
|
|
@@ -198,6 +199,9 @@ $(document).ready(() => {
|
|
|
}
|
|
|
this.tree.loadFilter(invalid.join(','), 'filter');
|
|
|
}
|
|
|
+ console.log(this.tree.nodes.find(x => { return x.code === '1'}));
|
|
|
+ console.log(this.tree.nodes.find(x => { return x.code === '1-2'}));
|
|
|
+ console.log(this.tree.nodes.find(x => { return x.code === '1-2-2'}));
|
|
|
}
|
|
|
refreshChangeRela(price, samePrice) {
|
|
|
if (!samePrice) samePrice = this.getSamePrice(price);
|