1
yangle
2022-11-29 8775b5abf0d1ca368cfd1ceba8f5c364bb87f2f5
WebTM/views/质量管理/来料检验单/Kf_QCStockInCheckBill_Fast.html
@@ -231,7 +231,7 @@
                                            <label class="layui-form-label" style="width:40px;padding-left:0px;">鎵瑰彿</label>
                                        </div>
                                        <div class="layui-col-xs8">
                                            <input type="text" name="HBarchNo" id="HBarchNo" lay-verify="HBarchNo" autocomplete="off" class="layui-input">
                                            <input type="text" name="HBatchNo" id="HBatchNo" lay-verify="HBatchNo" autocomplete="off" class="layui-input">
                                        </div>
                                    </div>
                                </div>
@@ -755,8 +755,14 @@
                if (HSPID == "") {
                    HSPID = 0;
                }
                if (HWHID == "") {
                    HWHID = 0;
                }
                if (HSPNumber == "") {
                    HSPNumber = '';
                }
                if (HWHNumber == "") {
                    HWHNumber = '';
                }
                //var sSourceType = $("#HBillType").val();
@@ -1018,7 +1024,7 @@
                    , cellMinWidth: 80
                    , totalRow: true
                    , url: GetWEBURL() + '/Kf_QCStockInCheckBill_Fast/BarCode_Json'
                    , where: { HBarCode: sBarCode }
                    , where: { HBarCode: sBarCode, HOrgID: sessionStorage["OrganizationID"] }
                    , cols: [[
                        { type: 'radio' }
                        , { field: 'HQty', title: '鏁伴噺', sort: true, width: 200 }