chenrui hace 1 año
padre
commit
a385b32304

+ 1 - 1
src/views/purchasingManagement/purchaseOrderNew/outStockModal.vue

@@ -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"

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

@@ -97,7 +97,7 @@
         </div>
         <div v-else>
           <span style="padding-right: 15px;">{{ text }}</span>
-          <a-tag v-if="record.productEntity.onlineFalg == 0">下架</a-tag>
+          <!-- <a-tag v-if="record.productEntity.onlineFalg == 0">下架</a-tag> -->
           <a-tag color="red" v-if="record.dealerScopeFlag == 0">无权限</a-tag>
         </div>
       </template>