Browse Source

完善仓储--库存--库存查询隐藏结转按钮

zhanglei
yunuo970428 4 months ago
parent
commit
f1261fd9fd
  1. 14
      yxt-as-ui/src/views/storage/inventory/inventory.vue

14
yxt-as-ui/src/views/storage/inventory/inventory.vue

@ -109,13 +109,13 @@ export default {
return {
btndisabled: false,
btnList: [
{
type: 'primary',
size: 'small',
icon: '',
btnKey: 'toCarry',
btnLabel: '结转'
},
// {
// type: 'primary',
// size: 'small',
// icon: '',
// btnKey: 'toCarry',
// btnLabel: ''
// },
{
type: 'danger',
size: 'small',

Loading…
Cancel
Save