Browse Source

子表数据 全部展示按钮

linshi20240813
wangyufei 3 months ago
parent
commit
74d272ab37
  1. 8
      src/views/wms/moveManage/inventorymove/inventorymoveRecordMainNew/index.vue

8
src/views/wms/moveManage/inventorymove/inventorymoveRecordMainNew/index.vue

@ -179,10 +179,10 @@ const openForm =async (type: string, row?: number) => {
// -
// -
const butttondata = (row,$index) => {
const findIndex = row['masterId']?tableObject.tableList.findIndex(item=>item['masterId'] == row['masterId']):-1
if(findIndex>-1&&findIndex<$index){
return []
}
// const findIndex = row['masterId']?tableObject.tableList.findIndex(item=>item['masterId'] == row['masterId']):-1
// if(findIndex>-1&&findIndex<$index){
// return []
// }
return [
defaultButtons.mainListPointBtn(null), //
]

Loading…
Cancel
Save