| | |
| | | input.layui-input.layui-unselect { |
| | | padding-right: 0; |
| | | } |
| | | |
| | | .layui-table-cell { |
| | | height: auto; |
| | | white-space: normal; |
| | | } |
| | | </style> |
| | | </head> |
| | | <body> |
| | |
| | | , 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 } |
| | |
| | | //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; |
| | |
| | | //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; |