From 36cf5201b1d67c8307d113c44df6670b949e6073 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期三, 04 九月 2024 10:04:47 +0800 Subject: [PATCH] 订单同步接口的docType --- src/main/webapp/static/js/order/order.js | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/static/js/order/order.js b/src/main/webapp/static/js/order/order.js index f333b04..82180e2 100644 --- a/src/main/webapp/static/js/order/order.js +++ b/src/main/webapp/static/js/order/order.js @@ -62,7 +62,6 @@ {field: 'tel', align: 'center',title: '浠撳簱', hide: true}, {field: 'operMemb', align: 'center',title: '鍑哄叆搴撶被鍒�', hide: true}, {field: 'salesman', align: 'center',title: '閮ㄩ棬', hide: true}, - {align: 'center', title: '鎿嶄綔', toolbar: '#operate', width: 180} ]], request: { @@ -166,7 +165,9 @@ //{field: 'manu', title: '琛屽彿'}, {field: 'threeCode', title: '閿�鍞崟鍙�'}, {field: 'deadTime', title: '鑷敱椤�'}, - {field: 'processSts$', title: '宸ュ簭'} + {field: 'processSts$', title: '宸ュ簭'}, + {field: 'specs', title: '瑙勬牸'}, + //{field: 'itemNum', title: '琛屽敮涓�鏍囪瘑'} ]], request: { pageName: 'curr', @@ -192,7 +193,6 @@ }); } }); - // 鏄剧ず琛ㄥ崟寮圭獥 function showEditModel(expTpe) { @@ -306,7 +306,6 @@ }, size: '' }; - if (!isExpAdd) { $.ajax({ url: baseUrl+"/order/detl/all/auth?orderId=" + expTpe.id, -- Gitblit v1.9.1