添加合格图章
This commit is contained in:
@@ -27,7 +27,7 @@ patch(ListRenderer.prototype, 'custom_measure_line_tree_patch', {
|
||||
owl.onRendered(() => {
|
||||
setTimeout(() => {
|
||||
const $dom = $(this.__owl__?.bdom?.el)
|
||||
if(!$dom || $dom.length) return
|
||||
if(!$dom || !$dom.length) return
|
||||
const $thead = $dom.find('thead').find('th');
|
||||
if(!this.props.list.records || this.props.list.records.length == 0) return
|
||||
const $total_qty = this.props.list.records[0].data.column_nums;
|
||||
|
||||
Reference in New Issue
Block a user