liu
5 天以前 e47bc9e53ed3d64016c1e0db67d280e63b367e07
src/views/wls/arrivalnotice/index.vue
@@ -155,13 +155,14 @@
      <template #toolbar-tools>
        <TableAction
          :actions="[
            {
              label: $t('ui.actionTitle.create', ['到货通知单']),
              type: 'primary',
              icon: ACTION_ICON.ADD,
              auth: ['mes:wm-arrival-notice:create'],
              onClick: handleCreate,
            },
            // 注释:隐藏新增到货通知单按钮
            // {
            //   label: $t('ui.actionTitle.create', ['到货通知单']),
            //   type: 'primary',
            //   icon: ACTION_ICON.ADD,
            //   auth: ['mes:wm-arrival-notice:create'],
            //   onClick: handleCreate,
            // },
            {
              label: '从采购订单生成',
              type: 'primary',