条码生成:销售出库单 作为源单时,弹窗可以设置过滤条件进行查询
3个文件已修改
24 ■■■■ 已修改文件
WebTM/Properties/PublishProfiles/JFTM.pubxml.user 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/PublicPage/HSourceReportHtml.html 17 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/仓存管理/条码生成/Gy_BarCodeBill.html 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/Properties/PublishProfiles/JFTM.pubxml.user
@@ -1720,7 +1720,7 @@
      <publishTime>04/11/2023 16:34:43</publishTime>
    </File>
    <File Include="views/PublicPage/HSourceReportHtml.html">
      <publishTime>12/23/2024 13:18:27</publishTime>
      <publishTime>12/23/2024 15:17:38</publishTime>
    </File>
    <File Include="views/PublicPage/LocationGroupInformation.html">
      <publishTime>08/27/2021 14:42:06</publishTime>
@@ -2404,7 +2404,7 @@
      <publishTime>09/11/2024 21:05:00</publishTime>
    </File>
    <File Include="views/仓存管理/条码生成/Gy_BarCodeBill.html">
      <publishTime>12/23/2024 14:09:01</publishTime>
      <publishTime>12/23/2024 14:38:03</publishTime>
    </File>
    <File Include="views/仓存管理/生产入库单/Kf_ProductInBillList.html">
      <publishTime>09/13/2024 15:42:13</publishTime>
WebTM/views/PublicPage/HSourceReportHtml.html
@@ -393,7 +393,7 @@
                        HModName = "ProcessExchangeBill_3772";
                        break;
                    case '销售出库单':
                        HModName = "";
                        HModName = "SellOutBill_1205";
                        break;
                }
                //初始查询
@@ -654,6 +654,21 @@
                        }
                        return sWhere;
                        break;
                    case "销售出库单":
                        if (HBillNo) {
                            sWhere += " and å•据号 like '%" + HBillNo + "%'";
                        }
                        if (PartNumber) {
                            sWhere += " and ç‰©æ–™ä»£ç  like '%" + PartNumber + "%'";
                        }
                        if (PartName) {
                            sWhere += " and ç‰©æ–™åç§° like '%" + PartName + "%'";
                        }
                        if (HDeptName && HDeptName != 0) {
                            sWhere += " and HDeptID = '" + HDeptName + "'";
                        }
                        return sWhere;
                        break;
                }
            }
WebTM/views/²Ö´æ¹ÜÀí/ÌõÂëÉú³É/Gy_BarCodeBill.html
@@ -109,6 +109,7 @@
                                                <label class="layui-form-label">条码类型</label>
                                                <div class="layui-input-inline">
                                                    <select name="HBarCodeType" id="HBarCodeType" lay-filter="HBarCodeType" class="layui-input" value="" style="float:left;width:150px">
                                                        <option value="11">唯一条码</option>
                                                    </select>
                                                </div>
                                            </div>
@@ -270,7 +271,7 @@
            //加载工厂代码数据
            set_HWorksNumber();
            //加载条码类型数据
            set_HBarCodeType();
            //set_HBarCodeType();
            var rowdata = [{
                "HMaterID": 0, "HMaterCode": "", "HMaterNumber": "", "HMaterName": "", "HMaterModel": "", "HMaterSpec": "", "HBatchNo": "", "HUnitID": 0, "HUnitNumber": "", "HUnitName": "", "HDesignLife": 0, "HLeaveLife": 0, "HUseLife": 0, "HQtyMust": 0, "HQty": 0, "HBQty": 0, "HMinQty": 0, "HPackQty": 0, "HPrice": 0, "HMoney": 0, "HWHID": 0, "HWHCode": "", "HWHName": "", "HSPID": 0, "HSPCode": "", "HSPName": "", "HStockOrgID": sessionStorage["OrganizationID"], "HRemark": "", "HCoilNO": "", "HFurnaceNO": "", "HFactory": "",