From e47d6654814f4ac058e46c5f07cbe2f97f82edf4 Mon Sep 17 00:00:00 2001 From: zyx <zyx123456> Date: 星期二, 16 一月 2024 09:10:23 +0800 Subject: [PATCH] # 新增库位打印功能 --- src/main/webapp/static/js/locOwner/locOwner.js | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/static/js/locOwner/locOwner.js b/src/main/webapp/static/js/locOwner/locOwner.js index 66e7283..517129f 100644 --- a/src/main/webapp/static/js/locOwner/locOwner.js +++ b/src/main/webapp/static/js/locOwner/locOwner.js @@ -23,7 +23,9 @@ cols: [[ // {type: 'checkbox'} {field: 'owner', align: 'center',title: '瀹㈡埛鍚嶇О'} - ,{field: 'id', align: 'center',title: '瀹㈡埛缂栫爜'} + ,{field: 'phone', align: 'center',title: '鐢佃瘽'} + ,{field: 'addr', align: 'center',title: '鍦板潃'} + ,{field: 'id', align: 'center',title: '瀹㈡埛缂栫爜',hide:true} ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:120} ]], request: { -- Gitblit v1.9.1