廖井涛
2025-11-17 fcbce36f8734813b13c8f9c5b26b4bd192274534
工程打印明细新增玻璃编号显示
2个文件已修改
9 ■■■■ 已修改文件
north-glass-erp/northglass-erp/src/views/pp/processCard/PrintProjectDetailSmallPiece.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/src/main/resources/mapper/pp/FolwCard.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/northglass-erp/src/views/pp/processCard/PrintProjectDetailSmallPiece.vue
@@ -239,6 +239,13 @@
      filterMethod: filterChanged
    },
    {
      field: 'glass_id',
      title: t('玻璃编号'),
      filters: [{data: ''}],
      slots: {filter: 'num1_filter'},
      filterMethod: filterChanged
    },
    {
      field: 'o_width',
      title: t('order.width'),
      filters: [{data: ''}],
north-glass-erp/src/main/resources/mapper/pp/FolwCard.xml
@@ -3010,7 +3010,7 @@
    </select>
    <select id="getPrintProjectDetailsMpSp">
        SELECT opd.project_no,opd.stock_id,opd.polys_id,o_width,o_height,p_width,p_height
        SELECT opd.project_no,opd.stock_id,opd.polys_id,o_width,o_height,p_width,p_height,opd.glass_id
        FROM optimize_detail as opd left join optimize_layout as opl on opl.project_no=opd.project_no and opl.stock_id=opd.stock_id
        where opd.project_no=#{projectNo} and opd.stock_id in
        <foreach item="item" index="index" collection="stockId" open="(" separator="," close=")">