Browse Source

报错修改

master_hella_20240701
zhaoxuebing 7 months ago
parent
commit
a400ff9c3a
  1. 5
      src/views/wms/deliversettlementManage/customerreturn/customerreturnRecordMain/index.vue

5
src/views/wms/deliversettlementManage/customerreturn/customerreturnRecordMain/index.vue

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

Loading…
Cancel
Save