From f0c7bcab060507ed23c2d82d3ebe5a9af0378ea3 Mon Sep 17 00:00:00 2001 From: 王佳豪 <g675230687@126.com> Date: 星期三, 17 三月 2021 09:19:21 +0800 Subject: [PATCH] 1.0.3 全局-生成单号改为生产单号 --- src/main/webapp/views/pda/combPro.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/views/pda/combPro.html b/src/main/webapp/views/pda/combPro.html index e395ba4..83b94c9 100644 --- a/src/main/webapp/views/pda/combPro.html +++ b/src/main/webapp/views/pda/combPro.html @@ -90,7 +90,7 @@ <input id="matName" type="text" disabled="disabled" style="width: 70%"> </div> <div class="form-item"> - <span>鐢熸垚鍗曞彿</span> + <span>鐢熶骇鍗曞彿</span> <input id="warehouse" type="text" disabled="disabled" style="width: 60%;height: 24.8px; color: blue"> </div> <div class="form-item" style="margin-top: 5px"> @@ -122,7 +122,7 @@ cols: [[ {fixed: 'left', align: 'center', field: 'count', title: '鏁伴噺', event: 'modify', style:'cursor: pointer;color: blue', width:50}, {field: 'matNo', align: 'center', title: '鐗╂枡缂栫爜'}, - {field: 'warehouse', align: 'center', title: '鐢熸垚鍗曞彿'} + {field: 'warehouse', align: 'center', title: '鐢熶骇鍗曞彿'} // {field: 'matName', align: 'center', title: '鐗╂枡鍚嶇О'} ]], done: function (res, curr, count) { -- Gitblit v1.9.1