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 { return {
btndisabled: false, btndisabled: false,
btnList: [ btnList: [
{ // {
type: 'primary', // type: 'primary',
size: 'small', // size: 'small',
icon: '', // icon: '',
btnKey: 'toCarry', // btnKey: 'toCarry',
btnLabel: '结转' // btnLabel: ''
}, // },
{ {
type: 'danger', type: 'danger',
size: 'small', size: 'small',

Loading…
Cancel
Save