From 7b7a08e33a029cb0df2bf48d7c4d524c18d051f0 Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期三, 03 十二月 2025 19:04:59 +0800
Subject: [PATCH] 登记、化验、称重页面调整,及登记化验数据提交
---
fzzy-igdss-web/src/main/resources/static/inout/inout-weight.js | 86 ++----------------------------------------
1 files changed, 5 insertions(+), 81 deletions(-)
diff --git a/fzzy-igdss-web/src/main/resources/static/inout/inout-weight.js b/fzzy-igdss-web/src/main/resources/static/inout/inout-weight.js
index a6c1b45..5faa9fd 100644
--- a/fzzy-igdss-web/src/main/resources/static/inout/inout-weight.js
+++ b/fzzy-igdss-web/src/main/resources/static/inout/inout-weight.js
@@ -504,86 +504,6 @@
}
}
-/**
- * 娓叉煋琛ㄦ牸
- */
-function renderTableCheckItem() {
- // 娓呯┖鏁版嵁
- $("#tableCheckItem").empty();
- table.render({
- elem: '#tableCheckItem',
- data: curCheckItems,
- page: false,
- even: true,
- cols: [[{
- field: 'standardName',
- title: '妫�楠岄」鐩�',
- align: 'center',
- width: '13%'
- }, {
- field: 'value',
- title: '妫�楠屽��',
- align: 'center',
- width: '9%'
- }, {
- field: 'operaSymbolValue',
- title: '鏍囧噯鍊�',
- align: 'center',
- width: '10%'
- }, {
- field: 'unit',
- title: '鍗曚綅',
- align: 'center',
- width: '10%'
- }, {
- field: 'deNum',
- title: '鎵i噸',
- align: 'center',
- width: '9%'
- }, {
- field: 'addNum',
- title: '澧為噸',
- align: 'center',
- width: '9%'
- }, {
- field: 'dePrice',
- title: '鎵d环',
- align: 'center',
- width: '9%'
- }, {
- field: 'addPrice',
- title: '澧炰环',
- align: 'center',
- width: '9%'
- }, {
- field: 'result',
- title: '妫�楠岀粨鏋�',
- align: 'center',
- width: '10%',
- templet: function (item) {
- if (item.result == null) {
- return "";
- }
- if (item.result == '0') {
- return "涓嶅悎鏍�";
- }
- if (item.result == '1') {
- return "鍚堟牸";
- }
- }
- }, {
- field: 'remarks',
- title: '澶囨敞璇存槑',
- align: 'center'
- }]]
- });
-
- $("thead tr").css({
- "border-bottom": "2px solid #53adce",
- "background": "#eff4f6"
- });
-}
-
function renderTableProgressData(list) {
// 娓呯┖鏁版嵁
$("#tableListProgressData").empty();
@@ -624,7 +544,11 @@
}, {
field: 'progress',
title: '娴佺▼杩涘害',
- align: 'center'
+ align: 'center',
+ style: 'font-weight: bold',
+ templet: function (item) {
+ return INOUT_PROGRESS_MSG(item.progress);
+ }
}, {
fixed: 'right',
title: '閫夋嫨鎿嶄綔',
--
Gitblit v1.9.3