From d2388e4d036828863788c1bdf91aa4afd279e782 Mon Sep 17 00:00:00 2001 From: 18516761980 <4761516tqsxp> Date: 星期六, 19 三月 2022 15:53:18 +0800 Subject: [PATCH] . --- src/main/webapp/static/js/receive/matRecQuery.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/static/js/receive/matQuery.js b/src/main/webapp/static/js/receive/matRecQuery.js similarity index 98% rename from src/main/webapp/static/js/receive/matQuery.js rename to src/main/webapp/static/js/receive/matRecQuery.js index 1b938ef..8d61224 100644 --- a/src/main/webapp/static/js/receive/matQuery.js +++ b/src/main/webapp/static/js/receive/matRecQuery.js @@ -5,7 +5,7 @@ function getCol() { var cols = [ - {field: 'count', align: 'center',title: '鍑哄簱鏁伴噺', edit:'text', width: 130, style:'color: blue;font-weight: bold'} + {field: 'count', align: 'center',title: '鍏ュ簱鏁伴噺', edit:'text', width: 130, style:'color: blue;font-weight: bold'} ]; arrRemove(matCols, 'field', 'anfme'); cols.push.apply(cols, matCols); @@ -281,7 +281,7 @@ , list: matDetls }) $.ajax({ - url: baseUrl+"/work/order/init", + url: baseUrl+"/work/receive/init", headers: {'token': localStorage.getItem('token')}, data: req, contentType:'application/json;charset=UTF-8', -- Gitblit v1.9.1