From 79e7e279d27a922ef8a34d7169a43fda4d59f029 Mon Sep 17 00:00:00 2001 From: lty <876263681@qq.com> Date: 星期六, 16 八月 2025 10:49:51 +0800 Subject: [PATCH] #计划组货单下发上报 --- src/main/webapp/static/js/order/outMes.js | 2 +- src/main/webapp/views/order/outMes.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/static/js/order/outMes.js b/src/main/webapp/static/js/order/outMes.js index 48d87ef..2ee8522 100644 --- a/src/main/webapp/static/js/order/outMes.js +++ b/src/main/webapp/static/js/order/outMes.js @@ -31,7 +31,7 @@ cols: [[ {type: 'checkbox'} ,{type: 'numbers', title: '#'} - ,{field: 'orderNo', align: 'center',title: '鍗曟嵁缂栧彿', templet: '#orderNoTpl', width: 160} + ,{field: 'orderNo', align: 'center',title: '缁勮揣鍗曞彿', templet: '#orderNoTpl', width: 160} // ,{field: 'matnr', align: 'center',title: '瑙勬牸', width: 160} // ,{field: 'maktx', align: 'center',title: '鍟嗗搧鍚嶇О', width: 200} // ,{field: 'batch', align: 'center',title: '绠卞彿'} diff --git a/src/main/webapp/views/order/outMes.html b/src/main/webapp/views/order/outMes.html index 5c24ca7..e23d6e0 100644 --- a/src/main/webapp/views/order/outMes.html +++ b/src/main/webapp/views/order/outMes.html @@ -284,7 +284,7 @@ <script type="text/javascript" src="../../static/js/cool.js" charset="utf-8"></script> <script type="text/javascript" src="../../static/js/tools/md5.js"></script> <script type="text/javascript" src="../../static/js/orderTableMes.js" charset="utf-8"></script> -<script type="text/javascript" src="../../static/js/order/out.js" charset="utf-8"></script> +<script type="text/javascript" src="../../static/js/order/outMes.js" charset="utf-8"></script> <!--<script type="text/template" id="takeSiteSelectTemplate">--> <!-- {{#each data}}--> <!-- <option value="{{siteId}}">{{desc}}</option>--> -- Gitblit v1.9.1