自动化立体仓库 - WMS系统
#
luxiaotao1123
2021-09-15 c29a6cc3ff7875522cd4f590fc031644f76bf124
#
1个文件已修改
4 ■■■■ 已修改文件
src/main/webapp/static/js/waitMatin/waitMatin.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/waitMatin/waitMatin.js
@@ -226,7 +226,7 @@
                        {field: 'inQty', title: '已入库量',  minWidth: 100, width: 100},
                        {field: 'unit', title: '单位', width: 160},
                        {field: 'memo', title: '备注' , edit: true, width: 160},
                        {align: 'center', title: '操作', toolbar: '#formSSXMTableBar', minWidth: 80, width: 80}
                        {align: 'center', title: '操作', toolbar: '#formSSXMTableBar', minWidth: 80, width: 80, fixed: 'right'}
                    ]],
                    done: function (res) {
                        mlist= res.data
@@ -444,4 +444,4 @@
        ,type: 'datetime'
        ,range: true
    });
});
});