YangYuGang
2025-03-18 bb3811df732a0d06ad72a2cc9a752e585468f40c
src/views/tigerprojects/wms/wms_item/index.vue
@@ -12,6 +12,7 @@
              tooltip: '延期天数',
              ifShow: is_active,
              onClick: handleCheckStrictlyEdit.bind(null, record),
              name: '',
            },
          ]"
        />
@@ -68,12 +69,12 @@
    canResize: true,
    bordered: true,
    showIndexColumn: false,
    actionColumn: {
      width: 80,
      title: '操作',
      dataIndex: 'action',
      slots: { customRender: 'action' },
    },
    // actionColumn: {
    //   width: 80,
    //   title: '操作',
    //   dataIndex: 'action',
    //   slots: { customRender: 'action' },
    // },
    searchInfo: { ITEM_CODE },
  });
  const { setTitle } = useTabs();
@@ -160,6 +161,7 @@
            箱号: element.CARTON_NO,
            栈板号: element.PALLET_NO,
            更新人: element.UPDATE_USER,
            id:element.ID,
          });
        });
        const arrHeader = columns.map((column) => column.title);