From d2388e4d036828863788c1bdf91aa4afd279e782 Mon Sep 17 00:00:00 2001 From: 18516761980 <4761516tqsxp> Date: 星期六, 19 三月 2022 15:53:18 +0800 Subject: [PATCH] . --- src/main/webapp/views/receive/matQuery.html | 2 +- src/main/webapp/static/js/receive/matRecQuery.js | 4 ++-- 2 files changed, 3 insertions(+), 3 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', diff --git a/src/main/webapp/views/receive/matQuery.html b/src/main/webapp/views/receive/matQuery.html index 5b9d526..f96ec5b 100644 --- a/src/main/webapp/views/receive/matQuery.html +++ b/src/main/webapp/views/receive/matQuery.html @@ -147,7 +147,7 @@ <script type="text/javascript" src="../../static/js/common.js" charset="utf-8"></script> <script type="text/javascript" src="../../static/js/cool.js" charset="utf-8"></script> <script type="text/javascript" src="../../static/js/handlebars/handlebars-v4.5.3.js"></script> -<script type="text/javascript" src="../../static/js/receive/matQuery.js" charset="utf-8"></script> +<script type="text/javascript" src="../../static/js/receive/matRecQuery.js" charset="utf-8"></script> <div id="getOrderNo" style="display: none"> <!-- 璁㈠崟缂栧彿銆佸崟鎹棩鏈熴�佸崟鎹被鍨嬨�侀」鐩紪鍙枫�佸鎴风紪鍙枫�� --> -- Gitblit v1.9.1