huminmin
2026-08-13 404ca7b6abb46b93b9446510b7ca78d3d4710a15
src/views/mes/md/item/index.vue
@@ -25,7 +25,7 @@
  } from "#/api/mes/md/item";
  import { $t } from "#/locales";
  import { MdItemTypeTree } from "#/views/mes/md/item/type/components";
  import { PrinterLabel } from "#/views/wls/barcode/components";
  // import { PrinterLabel } from "#/views/wls/barcode/components";
  import { useGridColumns, useGridFormSchema } from "./data";
  import Form from "./modules/form.vue";
@@ -160,13 +160,6 @@
          <template #toolbar-tools>
            <TableAction :actions="[
                {
                  label: $t('ui.actionTitle.create', ['物料']),
                  type: 'primary',
                  icon: ACTION_ICON.ADD,
                  auth: ['mes:md-item:create'],
                  onClick: handleCreate,
                },
                {
                  label: $t('ui.actionTitle.import'),
                  type: 'primary',
                  icon: ACTION_ICON.UPLOAD,
@@ -210,9 +203,9 @@
                    },
                  },
                ]" />
              <PrinterLabel :biz-id="row.id"
              <!-- <PrinterLabel :biz-id="row.id"
                            :biz-code="row.code"
                            biz-type="ITEM" />
                            biz-type="ITEM" /> -->
            </div>
          </template>
        </Grid>