duhe
2025-07-30 03ee83be7323b13373b180bf836a04d07102bc39
乔一样品:样品销售出库、其他入库 功能调整
4个文件已修改
43 ■■■■■ 已修改文件
WebTM/Properties/PublishProfiles/LAYUI.pubxml.user 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/WMS扫码模块/销售出库/Kf_SellOutBill_YP_QiaoYi_PDA.html 30 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/index_QiaoYi.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/验收入库/其他入库/Kf_OtherInBill_FastList.html 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/Properties/PublishProfiles/LAYUI.pubxml.user
@@ -2400,7 +2400,7 @@
      <publishTime>10/11/2024 11:32:36</publishTime>
    </File>
    <File Include="views/index_QiaoYi.html">
      <publishTime>07/29/2025 13:34:10</publishTime>
      <publishTime>07/30/2025 17:17:53</publishTime>
    </File>
    <File Include="views/IpadIndex.html">
      <publishTime>03/18/2025 09:33:56</publishTime>
@@ -3107,7 +3107,7 @@
      <publishTime>07/29/2025 13:10:58</publishTime>
    </File>
    <File Include="views/WMS扫码模块/销售出库/Kf_SellOutBill_YP_QiaoYi_PDA.html">
      <publishTime>07/29/2025 23:31:51</publishTime>
      <publishTime>07/30/2025 19:31:21</publishTime>
    </File>
    <File Include="views/不良汇报/Xs_SeOrderPickUp.html">
      <publishTime>04/12/2021 11:31:26</publishTime>
@@ -8698,7 +8698,7 @@
    <File Include="views/验收入库/其他入库/Kf_OtherInBill_FastList.html">
      <publishTime>04/12/2021 11:31:26</publishTime>
      <publishTime>04/12/2021 11:31:26</publishTime>
      <publishTime>06/07/2024 15:42:08</publishTime>
      <publishTime>07/30/2025 20:12:58</publishTime>
    </File>
    <File Include="views/验收入库/其他入库/Kf_OtherOutBill_CheckList_New.html">
      <publishTime>04/11/2023 16:34:43</publishTime>
WebTM/views/WMSɨÂëÄ£¿é/ÏúÊÛ³ö¿â/Kf_SellOutBill_YP_QiaoYi_PDA.html
@@ -64,7 +64,7 @@
                                <div class="layui-col-xs2">
                                    <button type="button" lay-submit="" lay-filter="HSpID-BT" class="layui-btn" id="HSpID-BT">...</button>
                                </div>
                                <div class="layui-col-xs4">
                                <div class="layui-col-xs4"  style="display:none;">
                                    <button type="button" lay-submit="" style="width: 120px; float: right" lay-filter="cmdChaoBao" class="layui-btn" id="cmdChaoBao">手工抄包</button>
                                </div>
                            </div>
@@ -86,12 +86,10 @@
                                            <div class="layui-col-xs10">
                                                <select name="HMainSourceBillType" id="HMainSourceBillType">
                                                    <option value="-1">手工录入</option>
                                                    <option value="1401">销售订单</option>
                                                    <option value="1402">发货通知单</option>
                                                </select>
                                            </div>
                                        </div>
                                        <div class="layui-row">
                                        <div class="layui-row" style="display:none;">
                                            <div class="layui-col-xs2">
                                                <label class="layui-form-label" style="width:60px;padding-left:0px;">源单单号</label>
                                            </div>
@@ -216,6 +214,12 @@
                                                <input type="hidden" name="HStockOrgID" id="HStockOrgID" lay-verify="HStockOrgID" value="0" autocomplete="off" class="layui-input">
                                            </div>
                                        </div>
                                        <div class="layui-row">
                                            <div class="layui-input-block" style="margin-left: 0px;">
                                                <input type="checkbox" name="checkboxHIsTaxRate" id="checkboxHIsTaxRate" lay-skin="primary" lay-filter="checkboxHIsTaxRate" title="是否含税">
                                                <input type="hidden" value="0" name="HIsTaxRate" id="HIsTaxRate" lay-verify="HIsTaxRate">
                                            </div>
                                        </div>
                                    </div>
                                </div>
                                <!--物料清单-->
@@ -299,7 +303,7 @@
            var listOption = [];
            var BarCodelistOption = [];
            var columns = "";
            var HModName = "Kf_SellOutBill_QiaoYi_PDA";
            var HModName = "Kf_SellOutBill_YP_QiaoYi_PDA";
            var ModRightName = "CE_SellOut";    //模块权限参数
            var titleData = [];                 //不需要显示的字段
            var params = get_UrlVars();
@@ -559,6 +563,14 @@
            //#endregion
            //#region åŸºç¡€èµ„料选择
            //是否含税
            form.on('checkbox(checkboxHIsTaxRate)', function (data) {
                if (data.elem.checked) {
                    $("#HIsTaxRate").val(1);
                } else {
                    $("#HIsTaxRate").val(0);
                }
            });
            //#region ä»“库
            //扫描仓库条码
@@ -954,7 +966,7 @@
            //#region æ–°å¢ž
            form.on('submit(cmdAdd)', function (data) {
                location.replace('Kf_SellOutBill_QiaoYi_PDA.html?OperationType=1&HInterID=0');
                location.replace('Kf_SellOutBill_YP_QiaoYi_PDA.html?OperationType=1&HInterID=0');
            });
            //#endregion
@@ -980,7 +992,7 @@
                    $.ajax(
                        {
                            type: "POST",
                            url: GetWEBURL() + "/WEBSController/set_SaveSellOutBill_Json",
                            url: GetWEBURL() + "/WEBSController/set_SaveSellOutBill_Json_YP",
                            async: false,    //async用于控制(false)同步和(true)异步,默认的是true,即请求默认的是异步请求
                            data: { "oMain": sMainStr },
                            dataType: "json",
@@ -990,7 +1002,7 @@
                                        icon: 1, skin: 'layui-layer-lan', title: "温馨提示", closeBtn: 0, btn: ['新增','关闭'],
                                        btn2: function () {
                                            if (OperationType == 2) {
                                                parent.location.href = "../../WMS扫码模块/销售出库/Kf_SellOutBillList_QiaoYi_PDA.html";
                                                parent.location.href = "../../WMS扫码模块/销售出库/Kf_SellOutBillList_YP_QiaoYi_PDA.html";
                                            }
                                            else {
                                                parent.location.href = "../../../views/index_Mobile_QiaoYi.html";
@@ -998,7 +1010,7 @@
                                        }//关闭
                                    }
                                        , function () {
                                            location.replace('Kf_SellOutBill_QiaoYi_PDA.html?OperationType=1&HInterID=0');
                                            location.replace('Kf_SellOutBill_YP_QiaoYi_PDA.html?OperationType=1&HInterID=0');
                                        });//新增
                                }
                                else {
WebTM/views/index_QiaoYi.html
@@ -733,7 +733,7 @@
                                        <dd><a lay-href="基础资料/公用基础资料/Gy_MaterType.html">物料分类列表</a></dd>
                                        <dd><a lay-href="基础资料/公用基础资料/Gy_Warehouse.html">仓库列表</a></dd>
                                        <!-- <dd><a lay-href="基础资料/公用基础资料/Gy_WorkStationList.html">工位列表</a></dd> -->
                                        <!-- <dd><a lay-href="基础资料/公用基础资料/Gy_StockPlace_List.html">仓位列表</a></dd> -->
                                         <dd><a lay-href="基础资料/公用基础资料/Gy_StockPlace_List.html">仓位列表</a></dd>
                                        <dd><a lay-href="基础资料/公用基础资料/Gy_EmployeeList.html">职员列表</a></dd>
                                        <dd><a lay-href="基础资料/公用基础资料/Gy_DepartmentList.html">部门列表</a></dd>
                                        <!-- <dd><a lay-href="基础资料/公用基础资料/Gy_PropertyList.html">辅助属性列表</a></dd> -->
WebTM/views/ÑéÊÕÈë¿â/ÆäËûÈë¿â/Kf_OtherInBill_FastList.html
@@ -279,7 +279,7 @@
                {
                    type: "Get",
                    url: GetWEBURL() + "/Web/Rescind_Json",
                    async: true,
                    async: false,
                    data: { "sHInterID": sInterID, "sBillNo": sBillNo, "sBillType": sBillType },
                    dataType: "json",
                    success: function (data) {
@@ -322,7 +322,7 @@
                        {
                            type: "Get",
                            url: GetWEBURL() + "/Web/Delete_Json",
                            async: true,
                            async: false,
                            data: { "sHInterID": sInterID },
                            dataType: "json",
                            success: function (data) {
@@ -412,6 +412,7 @@
            $.ajax({
                url: GetWEBURL() + '/Web/GetOtherInBillMain_TempList_New',
                type: "GET",
                async:false,
                data: { "HBillType": sBillType, "sHMaker": sessionStorage["HUserName"], "HOrgID": sessionStorage["OrganizationID"]},
                success: function (data1) {
                    if (data1.count == 1) {