|
@@ -67,7 +67,7 @@
|
|
|
ref="table"
|
|
|
size="small"
|
|
|
:rowKey="(record) => record.id"
|
|
|
- :row-selection="{ columnWidth: 40 ,getCheckboxProps:record=>({props:{disabled:record.productPowerFlag==0}})}"
|
|
|
+ :row-selection="{ columnWidth: 40 ,getCheckboxProps:record=>({props:{disabled:(purchaseTargetType&&purchaseTargetType=='SUPPLIER_SYS')||record.productPowerFlag==0}})}"
|
|
|
:scroll="{ y:tableHeight, x: 1000 }"
|
|
|
@rowSelection="rowSelectionFun"
|
|
|
:data="loadData"
|