自动化立体仓库 - WMS系统
#
LSH
2022-12-05 97673b8cf60ee8514758b3ba764a860f14c49fa1
#
2个文件已修改
4 ■■■■ 已修改文件
src/main/webapp/static/js/locMast/locMast.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/report/locDetl_detail.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/locMast/locMast.js
@@ -424,7 +424,7 @@
    form.on('submit(edit)', function () {
        method("/locMast/update/auth")
    });
    // 数据修改动作
    // 修改合同号动作
    form.on('submit(pakoutPreview)', function () {
        method("/locDetl/updateBatch/auth")
    });
src/main/webapp/views/report/locDetl_detail.html
@@ -28,7 +28,7 @@
            </div>
        </div>
        <div class="layui-inline"  >
            <label class="layui-form-label"><span class="not-null">*</span>原合同号:</label>
            <label class="layui-form-label"><span class="not-null"></span>原合同号:</label>
            <div class="layui-input-inline">
                <input id="batch" class="layui-input" disabled ="disabled" type="text" onkeyup="check(this.id, 'locDetl')">
            </div>