Browse Source

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

hella_online_20241107
陈放 3 months 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() getList()
} }
} else if (val == 'filtrate') { // } else if (val == 'filtrate') { //
} else if (val=='selection_point'){// }
handleSelectionPoint() // else if (val=='selection_point'){//
} else { // // handleSelectionPoint()
// }
else { //
console.log('其他按钮', item) console.log('其他按钮', item)
} }
} }
@ -220,22 +222,22 @@ const handleSelectionPoint = async ()=>{
// window.open(srcPoint.value+'&relateNumber='+rows.join(',')) // window.open(srcPoint.value+'&relateNumber='+rows.join(','))
} }
// - // -
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'}), //
] // ]
// - // -
const buttonTableClick = async (val, row) => { const buttonTableClick = async (val, row) => {

Loading…
Cancel
Save