From a1e67a0b1bb0b60f87d2db7db17ec1b093e3b73e Mon Sep 17 00:00:00 2001 From: zyx <zyx123456> Date: 星期五, 19 四月 2024 11:04:44 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/picking/picking.js | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/static/js/picking/picking.js b/src/main/webapp/static/js/picking/picking.js index 623d9e1..8650d74 100644 --- a/src/main/webapp/static/js/picking/picking.js +++ b/src/main/webapp/static/js/picking/picking.js @@ -113,7 +113,7 @@ layer.open({ type: 1, title: '鍗曟嵁鏄庣粏', - area: '1200px', + area: '1500px', offset: [top + 'px', (left - 450 + $a.outerWidth()) + 'px'], shade: .01, shadeClose: true, @@ -124,7 +124,7 @@ id:'lookSSXMTable', elem: '#lookSSXMTable', headers: {token: localStorage.getItem('token')}, - url: baseUrl+'/ManPakOut/list/auth', + url: baseUrl+'/ManPakOut/list/auth1', where: { doc_num: data.doc_num, uuid: data.uuid @@ -146,6 +146,7 @@ ,{field: 'count', align: 'center',title: '瀹屾垚鏁�'} ,{field: 'status$', align: 'center',title: '鐘舵��'} ,{field: 'memo', align: 'center',title: '澶囨敞'} + ,{field: 'specs', align: 'center',title: '鍙戣揣鏃堕棿'} ,{field: 'createBy', align: 'center',title: '', hide:true} ,{align: 'center', title: '鎿嶄綔', toolbar: '#operateDetl'} ]], -- Gitblit v1.9.1