소스 검색

修改bug

chenrui 1 년 전
부모
커밋
4b8fb31b45
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/shoppingCarManagement/shoppingCar/list.vue

+ 1 - 1
src/views/shoppingCarManagement/shoppingCar/list.vue

@@ -63,7 +63,7 @@
       ref="table"
       :style="modes=='pages'?{ height: tableHeight+84.5+'px' }:{}"
       size="small"
-      :row-selection="modes=='pages'?{ columnWidth: 40 }:{ columnWidth: 40, getCheckboxProps: record => ({ props:{disabled: purchaseType&&(purchaseType=='DEALER_UP'||purchaseType=='DEALER_SUPPLIER')&&record.dealerScopeFlag == 0 }}) }"
+      :row-selection="modes=='pages'?{ columnWidth: 40 }:{ columnWidth: 40, getCheckboxProps: record => ({ props:{disabled: (purchaseType&&purchaseType=='SUPPLIER_SYS'&&record.productEntity.onlineFalg == 0) || record.dealerScopeFlag == 0 }}) }"
       @rowSelection="rowSelectionFun"
       rowKeyName="productSn"
       :rowKey="(record) => record.productSn"