Browse Source

库存余额,标签信息需要功能隐藏 YT-569

intex_online20241111
YEJIAXING-PC\lenovo 3 weeks ago
parent
commit
767baeb7d5
  1. 22
      src/views/wms/inventoryManage/balance/index.vue

22
src/views/wms/inventoryManage/balance/index.vue

@ -250,17 +250,17 @@ const handleSelectionPoint = async () => {
} }
// - // -
const butttondata = [ const butttondata = [
{ // {
label: '标签信息', // label: '',
name: 'bqxx', // name: 'bqxx',
hide: false, // hide: false,
type: 'primary', // type: 'primary',
icon: '', // icon: '',
color: '', // color: '',
link: true, // link: true,
float: 'right', // float: 'right',
hasPermi: '' // hasPermi: ''
}, // },
defaultButtons.mainListPointBtn(null) // defaultButtons.mainListPointBtn(null) //
// defaultButtons.mainListEditBtn({hasPermi:'wms:balance:update'}), // // defaultButtons.mainListEditBtn({hasPermi:'wms:balance:update'}), //
// defaultButtons.mainListDeleteBtn({hasPermi:'wms:balance:delete'}), // // defaultButtons.mainListDeleteBtn({hasPermi:'wms:balance:delete'}), //

Loading…
Cancel
Save