From 1d16e35336acc4e119846dd4a47b29b9db2a1b6f Mon Sep 17 00:00:00 2001 From: zyx <zyx123456> Date: 星期五, 19 一月 2024 08:30:44 +0800 Subject: [PATCH] # PDA入库更新 --- 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