Browse Source

器具库存余额页面展示字段

hella_online_20241107
chenfang 3 weeks ago
parent
commit
c8624ebac6
  1. 40
      src/views/wms/inventoryManage/balanceContainer/index.vue

40
src/views/wms/inventoryManage/balanceContainer/index.vue

@ -150,9 +150,11 @@ const buttonBaseClick = (val, item) => {
getList()
}
} else if (val == 'filtrate') { //
} else if (val=='selection_point'){//
handleSelectionPoint()
} else { //
}
// else if (val=='selection_point'){//
// handleSelectionPoint()
// }
else { //
console.log('其他按钮', item)
}
}
@ -220,22 +222,22 @@ const handleSelectionPoint = async ()=>{
// window.open(srcPoint.value+'&relateNumber='+rows.join(','))
}
// -
const butttondata = [
{
label: '标签信息',
name: 'bqxx',
hide: false,
type: 'primary',
icon: '',
color: '',
link: true,
float:'right',
hasPermi: ''
},
defaultButtons.mainListPointBtn(null), //
// defaultButtons.mainListEditBtn({hasPermi:'wms:balance:update'}), //
// defaultButtons.mainListDeleteBtn({hasPermi:'wms:balance:delete'}), //
]
// const butttondata = [
// {
// label: '',
// name: 'bqxx',
// hide: false,
// type: 'primary',
// icon: '',
// color: '',
// link: true,
// float:'right',
// hasPermi: ''
// },
// defaultButtons.mainListPointBtn(null), //
// // defaultButtons.mainListEditBtn({hasPermi:'wms:balance:update'}), //
// // defaultButtons.mainListDeleteBtn({hasPermi:'wms:balance:delete'}), //
// ]
// -
const buttonTableClick = async (val, row) => {

Loading…
Cancel
Save