瀏覽代碼

修改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"