Browse Source

编译报错修改

master_hella_20240701
zhaoxuebing 7 months ago
parent
commit
fde1b0ea67
  1. 5
      src/views/wms/deliversettlementManage/deliver/deliverRecordMain/index.vue

5
src/views/wms/deliversettlementManage/deliver/deliverRecordMain/index.vue

@ -131,9 +131,10 @@ const butttondata = (row,$index) => {
const findIndex = row['masterId']?tableObject.tableList.findIndex(item=>item['masterId'] == row['masterId']):-1
if(findIndex>0&&findIndex<$index){
return []
}else{
return [defaultButtons.mainListDocumentPrintBtn(null),] //
}
defaultButtons.mainListDocumentPrintBtn(null), //
]
}
// -
const buttonTableClick = async (val, row) => {

Loading…
Cancel
Save