王佳豪
2021-04-28 c2ff04c22ef365b19d772e46716f4d5592c545f8
出库通知的操作栏取消固定列
1个文件已修改
2 ■■■ 已修改文件
src/main/webapp/static/js/pakStore/outStock.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/pakStore/outStock.js
@@ -16,7 +16,7 @@
        , {field: 'fdate', align: 'center', title: '日期'}
        , {field: 'fnote', align: 'center', title: '备注'}
        , {field: 'fadd', align: 'center', title: '地址'}
        , {fixed: 'right', merge: ['fbillNo'], title: '操作', align: 'center', toolbar: '#operate', width: 80}
        , {merge: ['fbillNo'], title: '操作', align: 'center', toolbar: '#operate', width: 80}
    );
    return cols;
}