From 10f65a42b77e2c5642ea56b715f25ea4f024fd3f Mon Sep 17 00:00:00 2001 From: lty <876263681@qq.com> Date: 星期五, 25 四月 2025 10:58:48 +0800 Subject: [PATCH] #新增明细编号 --- src/main/webapp/static/js/locDetlStatis/check.js | 12 ++---------- 1 files changed, 2 insertions(+), 10 deletions(-) diff --git a/src/main/webapp/static/js/locDetlStatis/check.js b/src/main/webapp/static/js/locDetlStatis/check.js index b83b9c2..72596ef 100644 --- a/src/main/webapp/static/js/locDetlStatis/check.js +++ b/src/main/webapp/static/js/locDetlStatis/check.js @@ -20,21 +20,13 @@ cellMinWidth: 50, cols: [[ {type: 'checkbox'}, -// ,{field: 'id', title: 'ID', sort: true,align: 'center', fixed: 'left', width: 80} -// ,{field: 'typeId', align: 'center',title: '璺緞ID'} - // ,{field: 'typeDesc', align: 'center',title: '浣滀笟绫诲瀷'} - {field: 'anfme', align: 'center',title: '搴撳瓨鏁伴噺(姝e皯/璐熷锛�', style: 'font-weight: bold'}, + {field: 'orderNo', align: 'center',title: '鐩樼偣鍗曠紪鍙�', style: 'font-weight: bold'}, + {field: 'anfme', align: 'center',title: '鐩樼偣鐩堜簭', style: 'font-weight: bold'}, {field: 'createTime$', align: 'center',title: '鍒涘缓鏃堕棿', style: 'font-weight: bold'}, {field: 'matnr', align: 'center',title: '鍟嗗搧缂栧彿', style: 'font-weight: bold'}, - {field: 'maktx', align: 'center',title: '鍟嗗搧鍚嶇О', style: 'font-weight: bold'}, {field: 'specs', align: 'center',title: '瑙勬牸', style: 'font-weight: bold'}, {field: 'batch', align: 'center',title: '鎵瑰彿', style: 'font-weight: bold'} - - // ,{field: 'appeUser$', align: 'center',title: '鍒涘缓鑰�',event: 'appeUser', style: 'cursor:pointer'} - // ,{field: 'appeTime$', align: 'center',title: '娣诲姞鏃堕棿'} - - ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:150} ]], request: { pageName: 'curr', -- Gitblit v1.9.1