From 003f9d3b07b3a4f71a7e13baaf06561cc646d2b6 Mon Sep 17 00:00:00 2001
From: skyouc <creaycat@gmail.com>
Date: 星期五, 16 一月 2026 15:41:20 +0800
Subject: [PATCH] 入库任务档添加称重校验
---
src/main/webapp/static/js/common.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/static/js/common.js b/src/main/webapp/static/js/common.js
index 6afd506..9455563 100644
--- a/src/main/webapp/static/js/common.js
+++ b/src/main/webapp/static/js/common.js
@@ -277,7 +277,7 @@
}
}
, {
- field: 'realQty', align: 'center', title: '瀹為檯鏁伴噺', hide: false, templet: function (d) {
+ field: 'realQty', align: 'center', title: '鍗曟嵁鏁伴噺', hide: true, templet: function (d) {
var raw = d.realQty;
// var ioType = d.ioType;
// console.log(ioType)
--
Gitblit v1.9.1