username@email.com
2024-06-27 3fc58aef2f6f47c4a356df23479e3becca630177
CoreCms.Net.Web.Admin/wwwroot/views/content/stock/stocks/details.html
@@ -56,9 +56,9 @@
                        //{ field: 'stockId', title: '关联单号', sort: false, width: 150 },
                        { field: 'goodsName', title: '商品名称', sort: false },
                        { field: 'spesDesc', title: '货品规格', sort: false },
                        { field: 'sn', title: '货品编码', sort: false, width: 130 },
                        { field: 'bn', title: '商品编码', sort: false, width: 130 },
                        { field: 'nums', title: '数量', sort: false, width: 60 },
                        { field: 'sn', title: '货品编码', sort: false, width: 180 },
                        { field: 'bn', title: '商品编码', sort: false, width: 180 },
                        { field: 'nums', title: '数量', sort: false, width: 100 },
                    ]
                ]
            });