杨乐
2022-02-10 5ce69179bf655ea4760c1fcc76b8d4b5e421f3de
WebTM/views/模治具管理/模治具管理/Gy_BarCodeBillList.html
@@ -13,6 +13,11 @@
        input.layui-input.layui-unselect {
            padding-right: 0;
        }
        .layui-table-cell {
            height: auto;
            white-space: normal;
        }
    </style>
</head>
<body>
@@ -121,6 +126,8 @@
                , height: 'full-50'
                , page: true
                , cellMinWidth: 90
                , limits: [50, 500, 5000, 20000]
                , limit: 50
                , cols: [[
                    { field: 'hmainid', title: '鍗曟嵁ID', hide: true }
                    , { field: '鏉$爜绫诲瀷', title: '鏉$爜绫诲瀷', width: 160 }
@@ -168,7 +175,7 @@
                //url: "http://61.130.49.162:9090/WMSAPI///Web/GetMAXNum",
                url: GetWEBURL() + '/Gy_BarCodeBillList/GetBarCodeBillList',
                type: "GET",
                data: { "sWhere": sWhere},
                data: { "sWhere": sWhere, "user": sessionStorage["HUserName"]},
                success: function (data1) {
                    if (data1.count == 1) {
                        option.data = data1.data;
@@ -219,7 +226,7 @@
                    //url: "http://61.130.49.162:9090/WMSAPI///Web/GetMAXNum",
                    url: GetWEBURL1() + '/Gy_BarCodeBillList/GetBarCodeBillList',
                    type: "GET",
                    data: { "sWhere": sWhere},
                    data: { "sWhere": sWhere, "user": sessionStorage["HUserName"]},
                    success: function (data1) {
                        if (data1.count == 1) {
                            option.data = data1.data;