wtt
2024-12-03 3f5a582e5854574c5c6ab3b0aa5db7dc5ad99e43
入数量和单价,当行数比较多时,页面会跳回第一行;问题优化
9个文件已修改
120 ■■■■■ 已修改文件
WebTM/views/采购管理/应付单/Cg_PayableBill.html 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/采购管理/收料通知单/Add_Edit_Cg_POInStockBillList.html 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/采购管理/采购订单/Cg_POOrderBillEdit.html 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/采购管理/采购订单/Cg_POOrderBillList.html 50 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/销售管理/发货通知单/Add_Edit_Xs_SeOutStockBillList.html 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/销售管理/应收单/Xs_ReceivableBill.html 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/销售管理/销售订单/Add_Edit_Xs_SeOrderBillList.html 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/领料发货/销售出库/Kf_SellOutBill.html 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/验收入库/外购入库/Add_Edit_Kf_POStockInBillList.html 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/²É¹º¹ÜÀí/Ó¦¸¶µ¥/Cg_PayableBill.html
@@ -1831,7 +1831,7 @@
                            , HlineTotalBB: HlineTotalBB
                            , HMoneyBB: HMoneyBB
                        });
                        table.render(option);
                        //table.render(option);
                        break;
                    case "HPrice":                                         //单价
                        //数据格式校验
@@ -1881,7 +1881,7 @@
                            , HlineTotalBB: HlineTotalBB
                            , HMoneyBB: HMoneyBB
                        });
                        table.render(option);
                        //table.render(option);
                        break;
                    case "HTaxRate":                                                       //数量
                        //数据格式校验
@@ -1935,7 +1935,7 @@
                            , HlineTotalBB: HlineTotalBB
                            , HMoneyBB: HMoneyBB
                        });
                        table.render(option);
                        //table.render(option);
                        break;
                    case "HDiscountRate":                                                       //数量
                        //数据格式校验
@@ -1979,7 +1979,7 @@
                            , HDiscountRate: HDiscountRate
                            , HRelTaxPrice: HRelTaxPrice
                        });
                        table.render(option);
                        //table.render(option);
                        break;
                    case "HTaxPrice":                                         //单价
                        //数据格式校验  
@@ -2030,7 +2030,7 @@
                            , HlineTotalBB: HlineTotalBB              //更新HlineTotalBB字段,其值来自变量HlineTotalBB
                            , HMoneyBB: HMoneyBB
                        });
                        table.render(option);
                        //table.render(option);
                        break;
                    case "HMoney":                                         //金额
                        //数据格式校验
@@ -2080,7 +2080,7 @@
                            , HlineTotalBB: HlineTotalBB
                            , HMoneyBB: HMoneyBB
                        });
                        table.render(option);
                        //table.render(option);
                        break;
                    default:
                }
WebTM/views/²É¹º¹ÜÀí/ÊÕÁÏ֪ͨµ¥/Add_Edit_Cg_POInStockBillList.html
@@ -644,7 +644,7 @@
                            , HMoney: HMoney
                            , HTaxMoney: HTaxMoney
                        });
                        table.render(option)
                        //table.render(option)
                        break;
                    case "HPrice":                                         //单价
                        //数据格式校验
@@ -681,7 +681,7 @@
                            , HTaxMoney: HTaxMoney
                            , HTaxPrice, HTaxPrice
                        });
                        table.render(option)
                        //table.render(option)
                        break;
                    case "HTaxRate":                                                       //税率
                        //数据格式校验
@@ -721,7 +721,7 @@
                            , HTaxMoney: HTaxMoney
                            , HTaxPrice: HTaxPrice
                        });
                        table.render(option)
                        //table.render(option)
                        break;
                    case "HDiscountRate":                                                       //数量
                        //数据格式校验
@@ -762,7 +762,7 @@
                            , HTaxPrice: HTaxPrice
                            , HDiscountRate: HDiscountRate
                        });
                        table.render(option);
                        //table.render(option);
                        break;       
                    case "HTaxPrice":                                         //含税单价
                        //数据格式校验  
@@ -800,7 +800,7 @@
                            , HTaxMoney: HTaxMoney                  //更新HTaxMoney字段,HTaxMoney
                            , HTaxPrice: Number(HTaxPrice.toFixed(HPriceDec))                    //更新HTaxPrice字段,HTaxPrice
                        });
                        table.render(option)
                        //table.render(option)
                        break;
                    case "HMoney":                                         //金额
                        //数据格式校验  
@@ -840,7 +840,7 @@
                            , HTaxMoney: HTaxMoney                  //更新HTaxMoney字段,HTaxMoney
                            , HTaxPrice: Number(HTaxPrice.toFixed(HPriceDec))                    //更新HTaxPrice字段,HTaxPrice
                        });
                        table.render(option)
                        //table.render(option)
                        break;
                    default:
                }
WebTM/views/²É¹º¹ÜÀí/²É¹º¶©µ¥/Cg_POOrderBillEdit.html
@@ -697,7 +697,7 @@
                            , HlineTotal: HlineTotal                         //更新HlineTotal字段,其值来自变量HlineTotal
                            , HlineTotalBB: HlineTotalBB                     //更新HlineTotalBB字段,其值来自变量HlineTotalBB
                        });
                        table.render(option)
                        //table.render(option)
                        break;
                    case "HPrice":                                         //单价
                        //数据格式校验  
@@ -745,7 +745,7 @@
                            , HRelTaxPrice: HRelTaxPrice            //更新HRelTaxPrice字段,其值来自变量HRelTaxPrice
                            , HlineTotalBB: HlineTotalBB              //更新HlineTotalBB字段,其值来自变量HlineTotalBB
                        });
                        table.render(option)
                        //table.render(option)
                        break;
                    case "HTaxRate":                                                       //税率
                        //数据格式校验
@@ -795,7 +795,7 @@
                            , HRelTaxPrice: HRelTaxPrice
                            , HlineTotalBB: HlineTotalBB
                        });
                        table.render(option)
                        //table.render(option)
                        break;
                    case "HDiscountRate":                                                       //数量
                        //数据格式校验
@@ -886,7 +886,7 @@
                            , HRelTaxPrice: HRelTaxPrice            //更新HRelTaxPrice字段,其值来自变量HRelTaxPrice
                            , HlineTotalBB: HlineTotalBB              //更新HlineTotalBB字段,其值来自变量HlineTotalBB
                        });
                        table.render(option)
                        //table.render(option)
                        break;
                        
                    default:
WebTM/views/²É¹º¹ÜÀí/²É¹º¶©µ¥/Cg_POOrderBillList.html
@@ -81,6 +81,14 @@
                                    </div>
                                </div>
                                <button class="layui-btn layuiadmin-btn-order" type="button" lay-submit="" lay-filter="btnResCnz" id="btnReSearch" style="padding:0 5px">重新同步</button>
                                <div class="layui-inline">
                                    <label class="layui-form-label">项目编号</label>
                                    <div class="layui-input-block">
                                        <input type="text" class="layui-input ForFilteringSchemes" name="HProjectNumber" id="HProjectNumber" style="width:190px;">
                                    </div>
                                </div>
                                <div class="layui-inline">
                                    <label class="layui-form-label" style="width: 85px;">组织</label>
                                    <div class="layui-input-block" style="margin-left: 120px; width: 185px;">
@@ -111,18 +119,18 @@
                                        </div>
                                    </div>
                                    <!--<div class="layui-inline">
                    <label class="layui-form-label">业务员</label>
                    <div class="layui-input-block" style="width:190px;">
                        <select name="HEmpName" lay-filter="HEmpName" id="HEmpName">
                            <option value="">全部</option>
                            <option value="李美霞">李美霞</option>
                            <option value="徐巧乐">徐巧乐</option>
                            <option value="时文仙">时文仙</option>
                            <option value="江欧阳">江欧阳</option>
                            <option value="易新红">易新红</option>
                        </select>
                    </div>
                </div>-->
            <label class="layui-form-label">业务员</label>
            <div class="layui-input-block" style="width:190px;">
                <select name="HEmpName" lay-filter="HEmpName" id="HEmpName">
                    <option value="">全部</option>
                    <option value="李美霞">李美霞</option>
                    <option value="徐巧乐">徐巧乐</option>
                    <option value="时文仙">时文仙</option>
                    <option value="江欧阳">江欧阳</option>
                    <option value="易新红">易新红</option>
                </select>
            </div>
        </div>-->
                                    <div class="layui-inline">
                                        <label class="layui-form-label">协同状态</label>
                                        <div class="layui-input-block">
@@ -134,11 +142,11 @@
                                        </div>
                                    </div>
                                    <!--<div class="layui-inline">
                    <label class="layui-form-label">反馈状态</label>
                    <div class="layui-input-block">
                        <input type="text" class="layui-input" name="HXTFKStatus" id="HXTFKStatus" style="width:190px;">
                    </div>
                </div>-->
            <label class="layui-form-label">反馈状态</label>
            <div class="layui-input-block">
                <input type="text" class="layui-input" name="HXTFKStatus" id="HXTFKStatus" style="width:190px;">
            </div>
        </div>-->
                                    <div class="layui-inline">
                                        <label class="layui-form-label">物料编码</label>
                                        <div class="layui-input-block">
@@ -662,6 +670,14 @@
            });
            //#endregion
            //#region
            //#endregion è¾“入框回车监听
            $('input[type="text"]').on('keydown', function (event) {
                if (event.keyCode == 13) {
                    $("#btnSearch").click();
                }
            });
            //#endregion
            //#region è¡¨å¤´åŸºç¡€èµ„料选择弹窗
WebTM/views/ÏúÊÛ¹ÜÀí/·¢»õ֪ͨµ¥/Add_Edit_Xs_SeOutStockBillList.html
@@ -734,7 +734,7 @@
                            , HPrice: HPrice
                            , HMoney: HMoney
                        });
                        table.render(option);
                        //table.render(option);
                        break;
                    case "HPrice":                                                       //单价
                        //数据格式校验
@@ -764,7 +764,7 @@
                            , HPrice: HPrice
                            , HMoney: HMoney
                        });
                        table.render(option);
                        //table.render(option);
                        break;
                    default:
                }
WebTM/views/ÏúÊÛ¹ÜÀí/Ó¦ÊÕµ¥/Xs_ReceivableBill.html
@@ -1086,7 +1086,7 @@
                            , HlineTotalBB: HlineTotalBB              //更新HlineTotalBB字段,其值来自变量HlineTotalBB
                            , HMoneyBB: HMoneyBB
                        });
                        table.render(option);
                        //table.render(option);
                        break;
                    case "HPrice":                                                       //单价
                        //数据格式校验
@@ -1140,7 +1140,7 @@
                            , HlineTotalBB: HlineTotalBB              //更新HlineTotalBB字段,其值来自变量HlineTotalBB
                            , HMoneyBB: HMoneyBB
                        });
                        table.render(option);
                        //table.render(option);
                        break;
                    case "HTaxRate":                                                       //数量
                        //数据格式校验
@@ -1194,7 +1194,7 @@
                            , HlineTotalBB: HlineTotalBB              //更新HlineTotalBB字段,其值来自变量HlineTotalBB
                            , HMoneyBB: HMoneyBB
                        });
                        table.render(option);
                        //table.render(option);
                        break;
                    case "HDiscountRate":                                                       //数量
                        //数据格式校验
@@ -1289,7 +1289,7 @@
                            , HlineTotalBB: HlineTotalBB              //更新HlineTotalBB字段,其值来自变量HlineTotalBB
                            , HMoneyBB: HMoneyBB
                        });
                        table.render(option)
                        //table.render(option)
                        break;
                    case "HMoney":                                                       //金额
                        //数据格式校验
@@ -1343,7 +1343,7 @@
                            , HlineTotalBB: HlineTotalBB              //更新HlineTotalBB字段,其值来自变量HlineTotalBB
                            , HMoneyBB: HMoneyBB
                        });
                        table.render(option);
                        //table.render(option);
                        break;
                    default:
                }
WebTM/views/ÏúÊÛ¹ÜÀí/ÏúÊÛ¶©µ¥/Add_Edit_Xs_SeOrderBillList.html
@@ -910,7 +910,7 @@
                            , HMoney: HMoney
                            , HlineTotal: HlineTotal
                        });
                        table.render(option);
                        //table.render(option);
                        //刷新表格同时根据option中HisStockGoods值设置下拉列表
                        setSelectHisStockGoodsByTableRender();
@@ -993,7 +993,7 @@
                            , HMoney: HMoney
                            , HlineTotal: HlineTotal
                        });
                        table.render(option);
                        //table.render(option);
                        //刷新表格同时根据option中HisStockGoods值设置下拉列表
                        setSelectHisStockGoodsByTableRender();
@@ -1047,7 +1047,7 @@
                            , HMoney: HMoney
                            , HlineTotal: HlineTotal
                        });
                        table.render(option);
                        //table.render(option);
                        //刷新表格同时根据option中HisStockGoods值设置下拉列表
                        setSelectHisStockGoodsByTableRender();
@@ -1131,7 +1131,7 @@
                            , HMoney: HMoney
                            , HlineTotal: HlineTotal
                        });
                        table.render(option);
                        //table.render(option);
                        //刷新表格同时根据option中HisStockGoods值设置下拉列表
                        setSelectHisStockGoodsByTableRender();
WebTM/views/ÁìÁÏ·¢»õ/ÏúÊÛ³ö¿â/Kf_SellOutBill.html
@@ -1337,7 +1337,7 @@
                            , HMoney: HMoney
                            , HTaxMoney: HTaxMoney
                        });
                        table.render(option);
                        ///table.render(option);
                        break;
                    case "HPrice":                                                       //单价
                        //数据格式校验
@@ -1381,7 +1381,7 @@
                            , HMoney: HMoney
                            , HTaxMoney: HTaxMoney
                        });
                        table.render(option);
                        //table.render(option);
                        break;
                    case "HTaxRate":                                                       //数量
                        //数据格式校验
@@ -1425,7 +1425,7 @@
                            , HMoney: HMoney
                            , HTaxMoney: HTaxMoney
                        });
                        table.render(option);
                        //table.render(option);
                        break;
                    case "HTaxPrice":                                                       //数量
                        //数据格式校验
@@ -1467,7 +1467,7 @@
                            , HTaxMoney: HTaxMoney
                        });
                        table.render(option)
                        //table.render(option)
                        break;
                    default:
                }
WebTM/views/ÑéÊÕÈë¿â/Í⹺Èë¿â/Add_Edit_Kf_POStockInBillList.html
@@ -845,7 +845,7 @@
                            , HTaxPrice: HTaxPrice
                            , HlineTotal: HlineTotal
                        });
                         table.render(option);
                         //table.render(option);
                        break;
                    case "HPrice":                                         //单价
                        //数据格式校验
@@ -887,7 +887,7 @@
                            , HTaxPrice: HTaxPrice
                            , HlineTotal: HlineTotal
                        });
                        table.render(option)
                        //table.render(option)
                        break;
                    case "HMoney":                                         //金额
                        //数据格式校验
@@ -929,7 +929,7 @@
                            , HMoney: HMoney
                            , HlineTotal: HlineTotal
                        });
                        table.render(option);
                        //table.render(option);
                        break;
                    case "HTaxRate":                                                       //数量
                        //数据格式校验
@@ -1014,7 +1014,7 @@
                            , HlineTotal: HlineTotal                  //更新HlineTotal字段,HlineTotal
                            , HTaxPrice, HTaxPrice                   //更新HTaxPrice字段,HTaxPrice
                        });
                        table.render(option)
                        //table.render(option)
                        break;
                    default:
                }