王佳豪
2021-06-19 5c8ed4a0e19a221158b12ce16c37705d84a2118c
发货通知,订单单号改为生产单号
2个文件已修改
6 ■■■■ 已修改文件
src/main/webapp/static/js/pakStore/outStock.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/pakStore/outStock.html 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/pakStore/outStock.js
@@ -7,7 +7,7 @@
    var cols = [];
    cols.push(
        {field: 'fbillNo', merge: true, align: 'center', title: '单据编号', width: 150}
        , {field: 'fsourceBillNo', align: 'center', title: '订单单号', width: 100}
        , {field: 'fsourceBillNo', align: 'center', title: '生产单号', width: 100}
        , {field: 'fnumber', align: 'center', title: '物料编号', width: 140}
        , {field: 'fname', align: 'center', title: '物料名称'}
        , {field: 'fmodel', align: 'center', title: '规格', width: 200}
src/main/webapp/views/pakStore/outStock.html
@@ -41,10 +41,10 @@
    <div id="search-box" class="layui-form layui-card-header">
        <div class="layui-inline">
            <div class="layui-input-inline">
                <input class="layui-input" type="text" name="FSourceBillNo" placeholder="请输入订单单号" autocomplete="off">
                <input class="layui-input" type="text" name="FBillNo" placeholder="请输入单据编号" autocomplete="off">
            </div>
            <div class="layui-input-inline">
                <input class="layui-input" type="text" name="FBillNo" placeholder="请输入单据编号" autocomplete="off">
                <input class="layui-input" type="text" name="FSourceBillNo" placeholder="请输入生产单号" autocomplete="off">
            </div>
        </div>