WebTM/views/采购管理/采购退料单/Cg_PurchaseReturnList.html
@@ -228,6 +228,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, hide: true } @@ -297,7 +299,7 @@ $.ajax({ url: GetWEBURL() + '/Cg_PurchaseReturn/list', type: "GET", data: { "sWhere": sWhere }, data: { "sWhere": sWhere, "user": sessionStorage["HUserName"] }, success: function (data1) { if (data1.count == 1) { option.data = data1.data;