ch
2022-03-10 1278472a0c96eaeb4a8bbe04df2c23b0eb52e2ff
WebTM/views/质量管理/来料检验单/QC_POStockInCheckBillList.html
@@ -155,6 +155,8 @@
                    , height: 'full-50'
                    , page: true
                    , cellMinWidth: 90
                    , limit: 50
                    , limits: [50, 500, 5000, 20000]
                    , cols: [[
                        { type: 'checkbox', fixed: 'left' }
                        , { field: 'hmainid', title: 'hmainid', sort: true, fixed: true, hide: true }
@@ -193,7 +195,7 @@
                $.ajax({
                    url: GetWEBURL() + '/QC_POStockInCheckBill/GetPOStockInCheckBill',
                    type: "GET",
                    data: { "sWhere": sWhere },
                    data: { "sWhere": sWhere, "user": sessionStorage["HUserName"]},
                    success: function (data1) {
                        if (data1.count == 1) {
                            option.data = data1.data;
@@ -262,7 +264,7 @@
                        $.ajax({
                            url: GetWEBURL() + 'QC_POStockInCheckBill/DeltetPOStockInCheckBill',
                            type: "GET",
                            data: { "HItemID": HItemID },
                            data: { "HItemID": HItemID, "user": sessionStorage["HUserName"] },
                            success: function (result) {
                                console.log('gouba' + result);
                                if (result.count == 1) {