duhe
2023-10-26 f2e0683e10b99bffee3ef0a2eb2bc47d28cea486
销售出库单:界面调整
1个文件已修改
38 ■■■■ 已修改文件
WebTM/views/领料发货/销售出库/Kf_SellOutBill.html 38 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/ÁìÁÏ·¢»õ/ÏúÊÛ³ö¿â/Kf_SellOutBill.html
@@ -70,7 +70,7 @@
                                        <div class="layui-inline">
                                            <label class="layui-form-label">日期</label>
                                            <div class="layui-input-inline">
                                                <input class="layui-input" name="HDate" id="HDate" autocomplete="off" model="datetime" dateFormat="yyyy-MM-dd" placeholder="yyyy-MM-dd">
                                                <input type="date" class="layui-input" lay-verify="HDate" name="HDate" id="HDate" style="padding-left: 80px;">
                                            </div>
                                        </div>
                                        <div class="layui-inline">
@@ -482,19 +482,19 @@
            //#endregion
            //#region é€‰æ‹©å¼¹çª—事件
            //#region é€‰æ‹©éƒ¨é—¨æŒ‰é’®
            //#region é€‰æ‹©é”€å”®éƒ¨é—¨æŒ‰é’®
            form.on('submit(HDeptList)', function () {
                get_checkDept();
            });
            //#endregion
            //#region é€‰æ‹©ä¸»ç®¡æŒ‰é’®
            //#region é€‰æ‹©é”€å”®ä¸»ç®¡æŒ‰é’®
            form.on('submit(HManagerList)', function () {
                get_checkManager();
            });
            //#endregion
            //#region é€‰æ‹©ä¸šåŠ¡å‘˜æŒ‰é’®
            //#region é€‰æ‹©é”€å”®å‘˜æŒ‰é’®
            form.on('submit(HEmpList)', function () {
                get_checkEmp();
            });
@@ -506,7 +506,7 @@
            });
            //#endregion
            //#region é€‰æ‹©ä¿ç®¡å‘˜æŒ‰é’®
            //#region é€‰æ‹©ä»“管按钮
            form.on('submit(HKeeperList)', function () {
                get_checkKeeper();
            });
@@ -518,7 +518,7 @@
            });
            //#endregion
            //#region é€‰æ‹©ä»“库按钮
            //#region é€‰æ‹©å‡ºåº“仓库按钮
            form.on('submit(HWHList)', function () {
                get_checkWH();
            });
@@ -542,7 +542,7 @@
            });
            //#endregion
            //#region é€‰æ‹©å¸åˆ«æŒ‰é’®
            //#region é€‰æ‹©é”€å”®å¸åˆ«æŒ‰é’®
            form.on('submit(HCurList)', function () {
                get_checkCur();
            });
@@ -684,13 +684,13 @@
            //#endregion
            //#region å¼¹çª—选择方法
            //#region é€‰æ‹©éƒ¨é—¨
            //#region é€‰æ‹©é”€å”®éƒ¨é—¨
            function get_checkDept() {
                layer.open({
                    type: 2//弹窗类型
                    , skin: 'layui-layer-rim' //加上边框
                    , area: ['90%', '90%']//大小
                    , title: '部门列表'//标题
                    , title: '销售部门列表'//标题
                    , shift: 2//弹出动画
                    , content: ['../../Baseset/基础资料/Gy_DepartmentList.html', 'yes']
                    //, btn: ['确定', '取消']
@@ -709,13 +709,13 @@
            }
            //#endregion
            //#region é€‰æ‹©ä¸»ç®¡
            //#region é€‰æ‹©é”€å”®ä¸»ç®¡
            function get_checkManager() {
                layer.open({
                    type: 2//弹窗类型
                    , skin: 'layui-layer-rim' //加上边框
                    , area: ['90%', '90%']//大小
                    , title: '主管列表'//标题
                    , title: '销售主管列表'//标题
                    , shift: 2//弹出动画
                    , content: ['../../Baseset/基础资料/Gy_EmployeeList.html?Type=HManager', 'yes']
                    //, btn: ['确定', '取消']
@@ -734,13 +734,13 @@
            }
            //#endregion
            //#region é€‰æ‹©ä¸šåŠ¡å‘˜
            //#region é€‰æ‹©é”€å”®å‘˜
            function get_checkEmp() {
                layer.open({
                    type: 2//弹窗类型
                    , skin: 'layui-layer-rim' //加上边框
                    , area: ['90%', '90%']//大小
                    , title: '业务员列表'//标题
                    , title: '销售员列表'//标题
                    , shift: 2//弹出动画
                    , content: ['../../Baseset/基础资料/Gy_EmployeeList.html?Type=HEmp', 'yes']
                    //, btn: ['确定', '取消']
@@ -772,13 +772,13 @@
            }
            //#endregion
            //#region é€‰æ‹©ä¿ç®¡å‘˜
            //#region é€‰æ‹©ä»“管
            function get_checkKeeper() {
                layer.open({
                    type: 2//弹窗类型
                    , skin: 'layui-layer-rim' //加上边框
                    , area: ['90%', '90%']//大小
                    , title: '保管员列表'//标题
                    , title: '仓管列表'//标题
                    , shift: 2//弹出动画
                    , content: ['../../Baseset/基础资料/Gy_EmployeeList.html?Type=HKeeper', 'yes']
                })
@@ -810,13 +810,13 @@
            }
            //#endregion
            //#region é€‰æ‹©ä»“库
            //#region é€‰æ‹©å‡ºåº“仓库
            function get_checkWH() {
                layer.open({
                    type: 2//弹窗类型
                    , skin: 'layui-layer-rim' //加上边框
                    , area: ['90%', '90%']//大小
                    , title: '仓库列表'//标题
                    , title: '出库仓库列表'//标题
                    , shift: 2//弹出动画
                    , content: ['../../Baseset/基础资料/Gy_WarehouseList.html?Type=HWHID', 'yes']
                    //, btn: ['确定', '取消']
@@ -874,13 +874,13 @@
            }
            //#endregion
            //#region é€‰æ‹©å¸åˆ«
            //#region é€‰æ‹©é”€å”®å¸åˆ«
            function get_checkCur() {
                layer.open({
                    type: 2//弹窗类型
                    , skin: 'layui-layer-rim' //加上边框
                    , area: ['90%', '90%']//大小
                    , title: '币别列表'//标题
                    , title: '销售币别列表'//标题
                    , shift: 2//弹出动画
                    , content: ['../../基础资料/公用基础资料/Gy_Currency.html', 'yes']
                    , btn: ['确定', '取消']