From 4e62c59ffc64e3cefd7eb5aeb39097d7122f1e88 Mon Sep 17 00:00:00 2001 From: wy <1qaz@123> Date: 星期六, 05 十一月 2022 15:38:57 +0800 Subject: [PATCH] 1111 --- WebSRM/layuiAdmin.std-v1.2.1/src/views/SRM/SRM_BarCodeBillList.html | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/WebSRM/layuiAdmin.std-v1.2.1/src/views/SRM/SRM_BarCodeBillList.html b/WebSRM/layuiAdmin.std-v1.2.1/src/views/SRM/SRM_BarCodeBillList.html index e2c73d3..c49a2e2 100644 --- a/WebSRM/layuiAdmin.std-v1.2.1/src/views/SRM/SRM_BarCodeBillList.html +++ b/WebSRM/layuiAdmin.std-v1.2.1/src/views/SRM/SRM_BarCodeBillList.html @@ -147,7 +147,7 @@ //CreateReport("Report"); //鎵撳嵃 // Report.LoadFromURL("鐗╂枡鏉$爜(涓冭绾稿ぇ)_浜斾簯.grf"); var _cur_page = 1; - var sql = " and 1=1"; + var sql = ""; var options = document.getElementById('HStatus').children; function getUrlVars() { @@ -230,9 +230,12 @@ , { field: '鐗╂枡缂栫爜', title: '鐗╂枡缂栫爜', width: 120, sort: true/*, fixed: true*/ } , { field: '鐗╂枡浠g爜', title: '鐗╂枡浠g爜', width: 120, sort: true/*, fixed: true*/ } , { field: '鐗╂枡鍚嶇О', title: '鐗╂枡鍚嶇О', width: 120, sort: true } + , { field: '鏁伴噺', title: '鏁伴噺', width: 100, sort: true } + , { field: '鍐呭绠辨爣璇�', title: '鍐呭绠辨爣璇�', width: 100, sort: true } + , { field: '褰撳墠鎵樻暟', title: '褰撳墠鎵樻暟', width: 100, sort: true } + , { field: '鎬绘墭鏁�', title: '鎬绘墭鏁�', width: 100, sort: true } , { field: '瑙勬牸鍨嬪彿', title: '瑙勬牸鍨嬪彿', width: 120, sort: true } , { field: '璁¢噺鍗曚綅', title: '璁¢噺鍗曚綅', width: 80, sort: true } - , { field: '鏁伴噺', title: '鏁伴噺', width: 100, sort: true } , { field: '鎵规', title: '鎵规', width: 100 } , { field: '渚涘簲鍟�', title: '渚涘簲鍟�', width: 180 } , { field: '鏃ユ湡', title: '鐢熸垚鏃ユ湡', width: 150, sort: true } @@ -297,7 +300,7 @@ , shade: 0.6 //閬僵閫忔槑搴� , maxmin: false //鍏佽鍏ㄥ睆鏈�灏忓寲 , anim: 0 //0-6鐨勫姩鐢诲舰寮忥紝-1涓嶅紑鍚� - , content: ['../../views/BaseSet/SRM_OpenTmpList.html?linterid=' + rows.toString() + '&HBarcode=' + rows2.toString() + '&Type=SRM_POOrderBillList', 'yes'] + , content: ['../../views/BaseSet/SRM_OpenTmpList.html?linterid=' + rows.toString() + '&HBarcode=' + rows2.toString() + '&Type=HBarCodePrint', 'yes'] , resize: false //, cancel: function () { // $(".layui-btn").removeClass("layui-btn-disabled"); @@ -378,7 +381,7 @@ function RoadHBillNo(sqlWhere) { where = sqlWhere; $.ajax({ - type: "get", + type: "post", url: GetWEBURL() + "GetBarCodeShowList", async: true, data: { "HSupNo": sessionStorage["HUserName"], "sqlWhere": sqlWhere }, -- Gitblit v1.9.1