yangle
2022-09-07 d9ccb1dfdb438225014b0b95d642a4e2a0c3736b
WebTM/views/生产管理/报工台工序/防错/Sc_MaterToSourceStepBillList.html
@@ -198,6 +198,8 @@
                    , height: 'full-50'
                    , page: true
                    , cellMinWidth: 120
                    , limit: 50
                    , limits: [50, 500, 5000, 20000]
                    , cols: [[
                        { type: 'checkbox', fixed: 'left' }
                        , { field: 'hmainid', title: 'hmainid', sort: true, hide: true }
@@ -247,7 +249,7 @@
                $.ajax({
                    url: GetWEBURL() + '/Sc_MaterToSourceStepBill/list',
                    type: "GET",
                    data: { "sWhere": sWhere },
                    data: { "sWhere": sWhere,"user": sessionStorage["HUserName"]},
                    success: function (data1) {
                        if (data1.count == 1) {
                            option.data = data1.data;