@ -85,6 +85,7 @@
:height="height"
:data="dataList"
border
:row-style="rowStyle"
ref="proofingTable"
@row-click="proofingClickRow"
@selection-change="selectionProofing"
@ -2786,6 +2787,11 @@
customerId:undefined,
}
},
rowStyle({row}){
if (this.proofingCurrentRow.proofingNo === row.proofingNo) {
return { 'background-color': '#E8F7F6', cursor: 'pointer' };
</script>
@ -91,6 +91,7 @@
ref="quotationTable"
@row-click="quotationClickRow"
@selection-change="selectionQuotation"
@ -2754,6 +2755,11 @@
return false
if (this.quotationCurrentRow.quotationNo === row.quotationNo) {
ref="testTable"
@row-click="testClickRow"
@selection-change="selectionTest"
@ -2591,6 +2592,11 @@
if (this.testCurrentRow.testNo === row.testNo) {