From d17c089f1d7ff3be848b05161917346e7f664a1d Mon Sep 17 00:00:00 2001 From: mrzhssss <pro6@qq.com> Date: 星期二, 26 四月 2022 15:17:53 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/order/order.js | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/static/js/order/order.js b/src/main/webapp/static/js/order/order.js index e473fef..eeac82c 100644 --- a/src/main/webapp/static/js/order/order.js +++ b/src/main/webapp/static/js/order/order.js @@ -53,6 +53,7 @@ } }); + /* 琛ㄦ牸鎼滅储 */ form.on('submit(docTypeTableSearch)', function (data) { insTb.reload({where: {doc_name: data.field.docName,doc_class:2}}); @@ -199,7 +200,7 @@ ,{field: 'shipName', align: 'center',title: '鐗╂祦鍚嶇О', hide: true} ,{field: 'shipCode', align: 'center',title: '鐗╂祦鍗曞彿', hide: true} ,{field: 'settle$', align: 'center',title: '璁㈠崟鐘舵��', templet: '#settleTpl', width: 105} - ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width: 120} + // ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width: 120} ]], request: { pageName: 'curr', @@ -226,11 +227,13 @@ }); /* 琛ㄦ牸2鎼滅储 */ form.on('submit(orderTbSearch)', function (data) { + insTb2.reload({where: data.field, page: {curr: 1}}); return false; }); /* 琛ㄦ牸2閲嶇疆 */ form.on('submit(orderTbReset)', function (data) { + $("#orderNo").val(""); insTb2.reload({where: null,page: {curr: 1}}); return false; }); -- Gitblit v1.9.1