From 1ead526b2860ae24aee5df0fe49b4f0c1f9d0cc9 Mon Sep 17 00:00:00 2001 From: czt <czt18638530771@163.com> Date: 星期一, 12 六月 2023 22:09:57 +0800 Subject: [PATCH] 称重页面调整--优化质检详细 --- igds-inout/src/main/resources/mapper/InoutRecordMapper.xml | 9 --------- igds-web/src/main/resources/templates/admin/inout/in-weight.html | 4 ++-- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/igds-inout/src/main/resources/mapper/InoutRecordMapper.xml b/igds-inout/src/main/resources/mapper/InoutRecordMapper.xml index 205cf4b..84cec39 100644 --- a/igds-inout/src/main/resources/mapper/InoutRecordMapper.xml +++ b/igds-inout/src/main/resources/mapper/InoutRecordMapper.xml @@ -225,20 +225,13 @@ <if test="data.intelCard != null">INTEL_CARD_ = #{data.intelCard},</if> <if test="data.plateNum != null">PLATE_NUM_ = #{data.plateNum},</if> <if test="data.transType != null">TRANS_TYPE_ = #{data.transType},</if> - <if test="data.specType != null">SPEC_TYPE_ = #{data.specType},</if> - <if test="data.customerId != null">CUSTOMER_ID_ = #{data.customerId},</if> <if test="data.customerName != null">CUSTOMER_NAME_ = #{data.customerName},</if> <if test="data.foodVariety != null">FOOD_VARIETY_ = #{data.foodVariety},</if> <if test="data.foodLevel != null">FOOD_LEVEL_ = #{data.foodLevel},</if> <if test="data.foodLocation != null">FOOD_LOCATION_ = #{data.foodLocation},</if> <if test="data.foodYear != null">FOOD_YEAR_ = #{data.foodYear},</if> - <if test="data.impurity != null">IMPURITY_ = #{data.impurity},</if> - <if test="data.deImpurity != null">DE_IMPURITY_ = #{data.deImpurity},</if> - <if test="data.wet != null">WET_ = #{data.wet},</if> - <if test="data.deWet != null">DE_WET_ = #{data.deWet},</if> <if test="data.deHandle != null">DE_HANDLE_ = #{data.deHandle},</if> <if test="data.deOther != null">DE_OTHER_ = #{data.deOther},</if> - <if test="data.deSum != null">DE_SUM_ = #{data.deSum},</if> <if test="data.fullWeight != null">FULL_WEIGHT_ = #{data.fullWeight},</if> <if test="data.fullWeightTime != null">FULL_WEIGHT_TIME_ = #{data.fullWeightTime},</if> <if test="data.fullWeightUser != null">FULL_WEIGHT_USER_ = #{data.fullWeightUser},</if> @@ -248,8 +241,6 @@ <if test="data.netWeight != null">NET_WEIGHT_ = #{data.netWeight},</if> <if test="data.settleWeight != null">SETTLE_WEIGHT_ = #{data.settleWeight},</if> <if test="data.recordWeight != null">RECORD_WEIGHT_ = #{data.recordWeight},</if> - <if test="data.handleStart != null">HANDLE_START_ = #{data.handleStart},</if> - <if test="data.handleEnd != null">HANDLE_END_ = #{data.handleEnd},</if> <if test="data.handleUser != null">HANDLE_USER_ = #{data.handleUser},</if> <if test="data.completeTime != null">COMPLETE_TIME_ = #{data.completeTime},</if> <if test="data.completeUser != null">COMPLETE_USER_ = #{data.completeUser},</if> diff --git a/igds-web/src/main/resources/templates/admin/inout/in-weight.html b/igds-web/src/main/resources/templates/admin/inout/in-weight.html index f09eabe..3d2898b 100644 --- a/igds-web/src/main/resources/templates/admin/inout/in-weight.html +++ b/igds-web/src/main/resources/templates/admin/inout/in-weight.html @@ -386,7 +386,7 @@ <div class="layui-form-item kccz-data-group-md"> <label class="layui-form-label">璐ㄦ鎵i噸</label> <div class="posi-r kccz-data-bfb fr"> - <button class="rkbk-quick-btn layui-btn" onclick="showCheck()"> + <button type="button" class="rkbk-quick-btn layui-btn" onclick="showCheck()"> <i><img th:src="@{../../static/images/icon-hyd.png}"/></i>璇︾粏 </button> </div> @@ -429,7 +429,7 @@ <div class="layui-form-item kccz-data-group-md"> <label class="layui-form-label">璐ㄦ澧為噸</label> <div class="posi-r kccz-data-bfb fr"> - <button class="rkbk-quick-btn layui-btn" onclick="showCheck()"> + <button type="button" class="rkbk-quick-btn layui-btn" onclick="showCheck()"> <i><img th:src="@{../../static/images/icon-hyd.png}"/></i>璇︾粏 </button> </div> -- Gitblit v1.9.3