From 71d838e032d13a46a07917f5606862496220ea74 Mon Sep 17 00:00:00 2001 From: zyx <zyx123456> Date: 星期一, 08 一月 2024 08:35:35 +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