From c7e17f74474198316a39b9bf7afde5d403a49c56 Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期四, 26 二月 2026 14:00:35 +0800
Subject: [PATCH] 增加称重页面3-调整页面布局UI

---
 fzzy-igdss-web/src/main/resources/static/inout/inout-weight3.js  |  694 ++++++++++++++++++++++++++
 fzzy-igdss-web/src/main/java/com/fzzy/inout/InoutController.java |    3 
 fzzy-igdss-web/src/main/resources/templates/inout/weight3.html   |  834 ++++++++++++++++++++++++++++++++
 3 files changed, 1,531 insertions(+), 0 deletions(-)

diff --git a/fzzy-igdss-web/src/main/java/com/fzzy/inout/InoutController.java b/fzzy-igdss-web/src/main/java/com/fzzy/inout/InoutController.java
index 3c38737..c0c8e49 100644
--- a/fzzy-igdss-web/src/main/java/com/fzzy/inout/InoutController.java
+++ b/fzzy-igdss-web/src/main/java/com/fzzy/inout/InoutController.java
@@ -300,6 +300,9 @@
         if ("2".equals(viewTag)) {
             viewStr = prefix + "/weight2";
         }
+        if ("3".equals(viewTag)) {
+            viewStr = prefix + "/weight3";
+        }
         return viewStr;
     }
 
diff --git a/fzzy-igdss-web/src/main/resources/static/inout/inout-weight3.js b/fzzy-igdss-web/src/main/resources/static/inout/inout-weight3.js
new file mode 100644
index 0000000..d1a58bb
--- /dev/null
+++ b/fzzy-igdss-web/src/main/resources/static/inout/inout-weight3.js
@@ -0,0 +1,694 @@
+//绉伴噸-鍖呮嫭绌鸿溅鍜屾弧杞︾О閲�
+var layer;
+var form;
+var table;
+var page = 1;
+var limit = 10;
+var recordData = null;// 涓氬姟鏁版嵁淇℃伅
+var snapData;//绯荤粺鎶撴媿瀵硅薄淇℃伅
+var timerWeight;
+var curProgress = null;
+
+$(function () {
+    layui.use(['layer', 'laydate', 'form', 'table', 'util'], function () {
+        layer = layui.layer;
+        form = layui.form;
+        table = layui.table;
+        layui.laydate.render({
+            elem: '#test1',
+            theme: '#7b8e9f'
+        });
+
+        //鐩戝惉閫夋嫨鏁版嵁浜嬩欢
+        table.on('tool(tableListProgressData)', function (obj) {
+            var data = obj.data;
+            if (obj.event === 'select') {
+                //娓呯┖琛ㄥ崟
+                resetForm();
+                flushData(data.id, null);
+                // $("#listProgressData").css("display", "none");
+                // layer.closeAll();
+            }
+        });
+
+
+        //鐩戝惉浠撳簱閫夋嫨,閫夋嫨鍚庤嚜鍔ㄨ皟鐢ㄤ粨搴撶殑绮鍝佺淇℃伅
+        form.on('select(select_depotId)', function (obj) {
+            updateFoodVarietyByDepot(obj.value);
+        })
+
+        selectByHand();
+    });
+
+    //鏄剧ず娴佺▼鐜妭
+    updateEditAndProgress();
+
+    // 鐩戝惉閲嶉噺鍙樺寲
+    $(".weight").blur(function () {
+        deAuto(this.name);
+    });
+});
+
+window.onload = function () {
+    //鑷姩杩炴帴鍦扮淇℃伅锛�2.5绉掕幏鍙栦竴娆″湴纾呴噸閲忎俊鎭�
+    clearInterval(timerWeight);
+    timerWeight = setInterval(function () {
+        flushWeight();
+    }, 2500);
+
+    // 鍔犺浇瑙嗛
+    initVideo(snapDto1, snapDto2, snapDto3);
+
+    //璁剧疆鍦扮
+    $("#scaleName").val(weightDto.sort);
+
+    //鐩戝惉鍦扮閫夋嫨
+    $("#scaleName").change(function () {
+        layer.confirm('璋冩暣鍦扮闇�閲嶆柊鍔犺浇椤甸潰锛岀‘瀹氳皟鏁达紵', {
+            btn: ['纭畾', '鍙栨秷']
+        }, function () {
+            updateWeight();
+        });
+    });
+};
+
+//鏍规嵁閫夋嫨鐨勪粨搴撲俊鎭�,鏇存柊绮鍝佺
+function updateFoodVarietyByDepot(selectId) {
+    var selectDepot;
+    $.each(listDepot, function (index, data) {
+        if (data.id === selectId) {
+            selectDepot = data;
+            return false;
+        }
+    });
+
+    if (selectDepot) {
+        form.val("form-data", {
+            foodVariety: selectDepot.foodVariety
+        });
+        form.render();
+    }
+}
+
+/**
+ * 绉伴噸鍙婃姄鎷�
+ */
+function weight() {
+    // 濡傛灉鏄┖杞︾О閲�
+    if (InoutProgress.WEIGHT_EMPTY === curProgress) {
+        form.val("form-data", {
+            emptyWeight: weightDto.weight
+        });
+        form.render();
+    }
+    // 濡傛灉鏄弧杞︾О閲�
+    if (InoutProgress.WEIGHT_FULL === curProgress) {
+        form.val("form-data", {
+            fullWeight: weightDto.weight
+        });
+        form.render();
+    }
+
+    var data = form.val("form-data");
+    if (!data.plateNum) {
+        alertError("鎻愮ず锛氬~鍐欑櫥璁拌溅鐗屼俊鎭�");
+        return;
+    }
+
+    // 鐐瑰嚮绉伴噸鑷姩璋冪敤鎶撴媿
+    snapData = {
+        companyId: companyId,
+        deptId: deptId,
+        progress: curProgress,
+        bizType: type,
+        id1: snapDto1.id,
+        id2: snapDto2.id,
+        id3: snapDto3.id,
+        sort: $("#scaleName").val()
+    };
+    if (!gatewaySer) {
+        layer.msg("鏈幏鍙栧埌搴撳尯缃戝叧淇℃伅锛屾姄鍥惧け璐ワ紒");
+        return;
+    }
+    var url = "http://" + gatewaySer.ip + ":" + gatewaySer.apiPort + gatewaySer.snapUrl;
+    //褰撳墠AJAX鏈嶅姟涓哄悓姝ユ湇鍔★紝杩斿洖鏁版嵁鍖呰鐓х墖淇℃伅
+    var index = layer.load();
+    $.ajax({
+        sync: false,
+        type: "POST",
+        url: url,
+        dataType: "json",
+        contentType: "application/json;charset=UTF-8",
+        data: JSON.stringify(snapData),
+        success: function (result) {
+            layer.close(index);
+            if (result.code != "0000") {
+                alertError(result.msg);
+            } else {
+                layer.msg("鎶撴媿鎴愬姛");
+                snapData = result.data;
+            }
+        },
+        error: function () {
+            layer.close(index);
+            alertError("鍚庡彴璋冪敤鎴浘澶辫触锛岃閲嶆柊灏濊瘯");
+        }
+    });
+}
+
+/**
+ * 绉伴噸鎻愪氦
+ */
+function submit() {
+
+    var data = form.val("form-data");
+    if (!data.depotId) {
+        alertError("鎻愮ず锛氳鍗镐粨搴撳繀濉�");
+        return;
+    }
+    if (!data.customerName) {
+        alertError("鎻愮ず锛氶�氱煡鍗曚俊鎭繀濉�");
+        return;
+    }
+    if (!data.foodVariety) {
+        alertError("鎻愮ず锛氱伯椋熷搧绉嶅繀濉�");
+        return;
+    }
+
+    // 鏍¢獙-鍏ュ簱婊¤溅绉伴噸
+    if (InoutProgress.WEIGHT_FULL === curProgress) {
+        if (data.fullWeight <= 0.0) {
+            alertError("鎻愮ず锛氭弧杞︾О閲嶄俊鎭繀濉�");
+            return;
+        }
+    }
+    if (InoutProgress.WEIGHT_EMPTY === curProgress) {
+        if (data.emptyWeight <= 0.0) {
+            alertError("鎻愮ず锛氱┖杞︾О閲嶄俊鎭繀濉�");
+            return;
+        }
+    }
+
+    if(recordData){
+        //鍚堝苟鏁版嵁
+        Object.assign(recordData, data);
+    }else {
+        recordData = data;
+    }
+    recordData.progress = curProgress;
+
+    // 鑾峰彇鐓х墖
+    var files = [{
+        fileName: snapData.fileName1
+    }, {
+        fileName: snapData.fileName2
+    }, {
+        fileName: snapData.fileName3
+    }];
+    recordData.files = files;
+    var index = layer.load();
+    $.ajax({
+        type: "POST",
+        url: "/basic/inout/submit-weight",
+        dataType: "json",
+        contentType: "application/json;charset=UTF-8",
+        data: JSON.stringify(recordData),
+        success: function (result) {
+            if (result.code != "0000") {
+                alertError(result.msg);
+            } else {
+                selectByHand();
+                notify("鏁版嵁鎻愪氦鎴愬姛", result.data);
+                //绗竴娆$О閲嶅悗锛屽埛鏂伴〉闈�
+                if (recordData.recordWeight <= 0.0) {
+                    resetForm();
+                }
+            }
+            layer.close(index);
+        },
+        error: function () {
+            layer.close(index);
+            alertError("鎻愪氦澶辫触锛岃閲嶆柊灏濊瘯");
+        }
+    });
+}
+
+/**
+ * 鐐瑰嚮鎵撳嵃锛岀郴缁熷垽鏂槸鍚﹀凡缁忔墽琛屽畬鎴愶紝濡傛灉宸茬粡瀹屾垚锛岀洿鎺ユ墦鍗帮紝濡傛灉鏈畬鎴愬垯鍏堟墽琛屽畬鎴�
+ */
+function printBill() {
+    if (!recordData) {
+        alertError("娌℃湁鑾峰彇鍒颁笟鍔℃暟鎹紝鎵撳嵃琚嫆缁濓紒");
+        return;
+    }
+
+    var index = layer.load();
+    $.ajax({
+        type: "POST",
+        url: "/basic/print/bill-weight",
+        dataType: "json",
+        contentType: "application/json;charset=UTF-8",
+        data: JSON.stringify(recordData),
+        success: function (result) {
+            layer.close(index);
+            if (result.code != "0000") {
+                alertError(result.msg);
+            } else {
+                layer.msg("寮�濮嬫覆鏌撴墦鍗板崟鈥︹��");
+                printWeight(result.data);
+            }
+        },
+        error: function () {
+            layer.close(index);
+            alertError("鑾峰彇鎵撳嵃妯$増澶辫触锛岃鑱旂郴绠$悊鍛樻煡鐪嬪師鍥�");
+        }
+    });
+}
+
+/**
+ * 鍦扮鏁版嵁鍒锋柊
+ */
+function flushWeight() {
+    var ip = "127.0.0.1";
+    if (weightDto.ip) {
+        ip = weightDto.ip;
+    }
+    var port = "9111";
+    if (weightDto.port) {
+        port = weightDto.port;
+    }
+    var sn = "WEIGHT";
+    if (weightDto.sn) {
+        sn = weightDto.sn;
+    }
+    var url = "http://" + ip + ":" + port + "/" + sn;
+    $.ajax({
+        type: "GET",
+        async: true,
+        timeout: 2000,
+        url: url,
+        data: {},
+        dataType: "json",
+        success: function (json) {
+            var data = json.content;
+            if (!data) data = 0.0;
+            weightDto.weight = data;
+            $("#weightValue").text(data);
+            $("#img_scale_statule").attr("src", "/img/web/inout/icon-gree.png");
+        },
+        error: function () {
+            weightDto.weight = 0.0;
+            $("#weightValue").text("0.0");
+            $("#img_scale_statule").attr("src", "/img/web/inout/icon-red.png");
+        }
+    });
+}
+
+/**
+ * 璇诲彇韬唤璇�
+ */
+function flushIdCard() {
+    var index = layer.load();
+    $.ajax({
+        type: "GET",
+        async: true,
+        url: "http://127.0.0.1:9111/IDCARD",
+        data: {},
+        dataType: "json",
+        success: function (json) {
+            layer.close(index);
+            var data = json;
+            if (data.code === "200" || data.code == 200) {
+                // 涓存椂璧嬪��
+                $("#userName").val(data.cnName);
+                $("#userAddress").val(data.address);
+                $("#userId").val(data.idNum);
+            } else {
+                alertError("娌℃湁鑾峰彇鍒拌韩浠借瘉淇℃伅锛�");
+                return;
+            }
+        },
+        error: function () {
+            layer.alert("韬唤璇佽鍙栧け璐ワ紒", {
+                offset: ['300px', '300px']
+            });
+            layer.close(index);
+        }
+    });
+}
+
+/**
+ * 璇诲彇杞︾墝鍙�
+ */
+function flushPlateNum() {
+    if (!gatewaySer) {
+        layer.msg("鏈幏鍙栧埌搴撳尯缃戝叧淇℃伅锛岃溅鐗岃鍙栧け璐ワ紒");
+        return;
+    }
+    var url = "http://" + gatewaySer.ip + ":" + gatewaySer.apiPort + gatewaySer.plateNumUrl;
+    var param = JSON.stringify(snapDto1);
+    var index = layer.load();
+    $.ajax({
+        type: "POST",
+        url: url,
+        dataType: "json",
+        contentType: "application/json;charset=UTF-8",
+        data: param,
+        success: function (result) {
+            if (result.code != "0000") {
+                alertError(result.msg);
+            } else {
+                $("#plateNum").val(result.data.plateNum);
+            }
+            layer.close(index);
+        },
+        error: function () {
+            layer.close(index);
+            alertError("杞︾墝璇嗗埆澶辫触锛�");
+        }
+    });
+}
+
+/**
+ * 鎵嬪姩閫夋嫨锛岃幏鍙栧緟绉伴噸鐨勬暟鎹紝寮瑰嚭閫夋嫨
+ */
+// function selectByHand() {
+//     var param = {
+//         deptId: deptId,
+//         type: type,
+//         timer: Math.random()
+//     };
+//     $.ajax({
+//         type: "POST",
+//         url: "/basic/inout/list-weight-data",
+//         dataType: "json",
+//         contentType: "application/json;charset=UTF-8",
+//         data: JSON.stringify(param),
+//         success: function (result) {
+//             if (result.code != "0000") {
+//                 layer.msg(result.msg);
+//             } else {
+//                 renderTableProgressData(result.data);
+//             }
+//         },
+//         error: function () {
+//             layer.msg("绯荤粺鑾峰彇鏁版嵁鍑虹幇寮傚父锛岄噸鏂板皾璇�");
+//         }
+//     });
+// }
+
+/**
+ * 琛ㄥ崟鏁版嵁閲嶇疆
+ */
+function resetForm() {
+
+    $("#form-data")[0].reset();
+    form.render();
+    recordData = null;
+    curProgress = null;
+    weightDto.weight = 0.0;
+    $("#weightValue").text("0.0");
+    $("#img_scale_statule").attr("src", "/img/web/inout/icon-red.png");
+
+    $("#text-param").val(null);
+}
+
+/**
+ * 椤甸潰鍒锋柊
+ */
+function flushPage() {
+    layer.confirm('纭畾瑕佸埛鏂伴〉闈㈠悧锛�', {icon: 3, title: '鎻愮ず'}, function (index) {
+        resetForm();
+        selectByHand();
+        layer.close(index);
+    });
+}
+
+/**
+ * 鏌ヨ鏁版嵁
+ * @param id
+ * @param plateNum
+ */
+function flushData(id, plateNum) {
+    var index = layer.load();
+    var param = {
+        type: type,
+        progress: curProgress,
+        id: id,
+        plateNum: plateNum
+    };
+    $.ajax({
+        type: "POST",
+        url: "/basic/inout/inout-query",
+        dataType: "json",
+        contentType: "application/json;charset=UTF-8",
+        data: JSON.stringify(param),
+        success: function (result) {
+            layer.close(index);
+            if (result.code != "0000") {
+                notifyProgress(result.msg, result.data);
+            } else {
+                recordData = result.data;
+                curProgress = recordData.progress;
+                // 杩斿洖鐨勬暟鎹繘琛岃祴鍊�
+                form.val("form-data", recordData);
+                form.render();
+
+                updateEditAndProgress();
+            }
+        },
+        error: function () {
+            layer.close(index);
+            alertError("鏌ヨ澶辫触锛岃閲嶆柊灏濊瘯");
+        }
+    });
+}
+
+/**
+ * 鏍规嵁涓氬姟鏁版嵁鏇存柊椤甸潰涓殑鐘舵��
+ */
+function updateEditAndProgress() {
+    //褰撳墠娴佺▼鑺傜偣
+    if (curProgress == null) {
+        if (type === "IN") {
+            curProgress = "WEIGHT_FULL";
+        }
+        if (type === "OUT") {
+            curProgress = "WEIGHT_EMPTY";
+        }
+    }
+    //鏄剧ず褰撳墠娴佺▼
+    if (type === "IN") {
+        $("#rk-progress-register").addClass("active");
+        if (curProgress === InoutProgress.WEIGHT_FULL) {
+            $("#rk-progress-fullWeight").addClass("active");
+            $("#rk-progress-hand").removeClass("active");
+            $("#rk-progress-emptyWeight").removeClass("active");
+
+            //婊¤溅閲嶉噺鍙紪杈�
+            $("#fullWeight").removeClass("rkbk-search-input");
+            $("#fullWeight").attr("disabled", false);
+
+            //绌鸿溅閲嶉噺涓嶈兘缂栬緫
+            $("#emptyWeight").addClass("rkbk-search-input");
+            $("#emptyWeight").attr("disabled", true);
+        }
+        if (curProgress === InoutProgress.WEIGHT_EMPTY) {
+            $("#rk-progress-fullWeight").addClass("active");
+            $("#rk-progress-hand").addClass("active");
+            $("#rk-progress-emptyWeight").addClass("active");
+
+            //婊¤溅閲嶉噺涓嶈兘缂栬緫
+            $("#fullWeight").addClass("rkbk-search-input");
+            $("#fullWeight").attr("disabled", true);
+
+            //绌鸿溅閲嶉噺鍙紪杈�
+            $("#emptyWeight").removeClass("rkbk-search-input");
+            $("#emptyWeight").attr("disabled", false);
+        }
+    }
+    if (type === "OUT") {
+        $("#ck-progress-register").addClass("active");
+        if (curProgress === InoutProgress.WEIGHT_EMPTY) {
+            $("#ck-progress-emptyWeight").addClass("active");
+            $("#ck-progress-hand").removeClass("active");
+            $("#ck-progress-fullWeight").removeClass("active");
+
+            //婊¤溅閲嶉噺涓嶈兘缂栬緫
+            $("#fullWeight").addClass("rkbk-search-input");
+            $("#fullWeight").attr("disabled", true);
+
+            //绌鸿溅閲嶉噺鍙紪杈�
+            $("#emptyWeight").removeClass("rkbk-search-input");
+            $("#emptyWeight").attr("disabled", false);
+        }
+        if (curProgress === InoutProgress.WEIGHT_FULL) {
+            $("#ck-progress-emptyWeight").addClass("active");
+            $("#ck-progress-hand").addClass("active");
+            $("#ck-progress-fullWeight").addClass("active");
+
+            //婊¤溅閲嶉噺鍙紪杈�
+            $("#fullWeight").removeClass("rkbk-search-input");
+            $("#fullWeight").attr("disabled", false);
+
+            //绌鸿溅閲嶉噺涓嶈兘缂栬緫
+            $("#emptyWeight").addClass("rkbk-search-input");
+            $("#emptyWeight").attr("disabled", true);
+        }
+    }
+    //娴佺▼鏄剧ず
+    if (inoutProgress) {
+        if (inoutProgress.indexOf("REGISTER") === -1) {
+            $("#rk-progress-register").css("display", "none");
+            $("#ck-progress-register").css("display", "none");
+        }
+        if (inoutProgress.indexOf("WEIGHT_FULL") === -1) {
+            $("#rk-progress-fullWeight").css("display", "none");
+            $("#ck-progress-fullWeight").css("display", "none");
+        }
+        if (inoutProgress.indexOf("HANDLE") === -1) {
+            $("#rk-progress-hand").css("display", "none");
+            $("#ck-progress-hand").css("display", "none");
+        }
+        if (inoutProgress.indexOf("WEIGHT_EMPTY") === -1) {
+            $("#rk-progress-emptyWeight").css("display", "none");
+            $("#ck-progress-emptyWeight").css("display", "none");
+        }
+        if (inoutProgress.indexOf("CARD_BACK") === -1) {
+            $("#rk-progress-cardBack").css("display", "none");
+            $("#ck-progress-cardBack").css("display", "none");
+        }
+
+        if (type === "IN") {
+            $("#rk_progress").css("display", "block");
+            $("#ck_progress").css("display", "none");
+        }
+        if (type === "OUT") {
+            $("#ck_progress").css("display", "block");
+            $("#rk_progress").css("display", "none");
+        }
+    }
+    //鏍规嵁閰嶇疆淇℃伅璁剧疆鍦扮鏄惁鍙紪杈�
+    if (weightEditTag && weightEditTag == 'N') {
+        $("#fullWeight").addClass("rkbk-search-input");
+        $("#fullWeight").attr("disabled", true);
+
+        $("#emptyWeight").addClass("rkbk-search-input");
+        $("#emptyWeight").attr("disabled", true);
+    }
+}
+
+/**
+ * 寮瑰嚭鎻愰啋妗�
+ * @param msg 鎻愰啋淇℃伅
+ * @param data 鏁版嵁淇℃伅锛屽彲鑳戒负绌�
+ */
+function notify(msg, data) {
+    if (data) {
+        //璧嬪��
+        $("#resultMsg").text(msg);
+        $("#resultUserName").text(data.userName);
+        $("#resultPlateNum").text(data.plateNum);
+        if ("IN" == data.type) {
+            $("#resultType").text("鍏ュ簱-" + INOUT_PROGRESS_MSG(data.progress));
+        } else {
+            $("#resultType").text("鍑哄簱-" + INOUT_PROGRESS_MSG(data.progress));
+        }
+        $("#resultIntelCard").text(data.intelCard);
+
+        layer.open({
+            type: 1,
+            offset: ['150px', '200px'],
+            area: '450px;',
+            shade: 0.8,
+            id: 'dialog_notify_info',
+            btn: ['纭畾'],
+            content: $('#dialog-from-notify'),
+            yes: function (index) {
+                layer.closeAll();
+            }
+        });
+    } else {
+        layer.alert(msg, {offset: ['300px', '300px']});
+    }
+}
+
+/**
+ * 杞﹁締閫夋嫨寮圭獥
+ * @param list
+ */
+function selectByHand() {
+    var param = {
+        deptId: deptId,
+        type: type,
+        timer: Math.random()
+    };
+    // 娓呯┖鏁版嵁
+    $("#tableListProgressData").empty();
+    table.render({
+        elem: '#tableListProgressData',
+        url: '/basic/inout/page-inout-data',
+        page: false,
+        limit: 1000,
+        even: true,
+        method: 'POST',
+        contentType: "application/json;charset=UTF-8",
+        cols: [[
+            {
+                type: 'numbers',
+                title: '搴忓彿',
+                width: '15%'
+            }, {
+                field: 'id',
+                title: '鍗曟嵁鍙�',
+                align: 'center',
+                width: '25%'
+            }, {
+                field: 'userName',
+                title: '鎵胯繍浜�',
+                align: 'center',
+                width: '15%'
+            }, {
+                field: 'plateNum',
+                title: '杞︾墝鍙�',
+                align: 'center',
+                width: '15%'
+            }, {
+                field: 'progress',
+                title: '鐘舵��',
+                align: 'center',
+                width: '15%',
+                style: 'font-weight: bold',
+                templet: function (item) {
+                    return INOUT_PROGRESS_MSG(item.progress);
+                }
+            }, {
+                fixed: 'right',
+                title: '閫夋嫨杞﹁締',
+                align: 'center',
+                width: '15%',
+                toolbar: '#barSelectProgress'
+            }
+        ]],
+        where: param,
+        parseData: function (res) {
+            if ("0000" === res.code) {
+                return {
+                    "code": "0",
+                    "msg": res.msg,
+                    "count": res.data.total,
+                    "data": res.data.records
+                }
+            } else {
+                return {
+                    "code": "1",
+                    "msg": res.msg
+                }
+            }
+        }
+    });
+    $("thead tr").css({
+        "border-bottom": "2px solid #53adce",
+        "background": "#eff4f6"
+    });
+}
\ No newline at end of file
diff --git a/fzzy-igdss-web/src/main/resources/templates/inout/weight3.html b/fzzy-igdss-web/src/main/resources/templates/inout/weight3.html
new file mode 100644
index 0000000..45fcf66
--- /dev/null
+++ b/fzzy-igdss-web/src/main/resources/templates/inout/weight3.html
@@ -0,0 +1,834 @@
+<!DOCTYPE html>
+<html lang="zh-cn" xmlns:th=http://www.thymeleaf.org>
+<head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+    <meta name="renderer" content="webkit">
+    <title>鍑哄叆搴撶鐞�-鍏ュ簱绉伴噸</title>
+
+    <link rel="stylesheet" type="text/css" th:href="@{/ajax/libs/layui/css/layui.css}"/>
+    <link rel="stylesheet" type="text/css" th:href="@{/inout/inout-style.css}">
+
+    <!--浣跨敤鎵撳嵃鎻掍欢 闅愯棌褰撳墠鎻掍欢 -->
+    <script th:src="@{/js/plugins/lodop/LodopFuncs.js}"></script>
+
+    <style>
+        .kccz-r-btnbox {
+            width: 86px !important;
+        }
+
+        .layui-table-body {
+            max-height: 400px;
+        }
+
+        .kccz-r-btn {
+            width: 86px !important;
+        }
+
+        #text-param {
+            font-size: 14px;
+            color: red;
+            padding-left: 10px;
+        }
+
+        .display-none {
+            display: none;
+        }
+
+        .cursor {
+            cursor: pointer;
+        }
+
+        .kccz-czxx-dl dt {
+            width: 25px;
+            height: 24px;
+            color: #000;
+            font-size: 18px;
+        }
+
+        .kccz-left-box2 {
+            height: 570px;
+        }
+
+        .color-red {
+            color: red !important;
+        }
+
+        .layui-table td {
+            font-weight: bold;
+        }
+
+        .layui-select-disabled .layui-disabled {
+            color: #000 !important;
+        }
+
+        .depot-food input {
+            line-height: 34px;
+            padding-right: 10px;
+            font-size: 16px;
+            color: #666;
+            background: #eff4f6;
+        }
+
+        .rk-step-wrap {
+            padding: 0px;
+            border-bottom: 0px;
+            text-align: center;
+        }
+
+        .rkbk-quick {
+            margin-top: 15px !important;
+        }
+
+        .kccz-con {
+            margin: 10px 0px;
+        }
+
+        .border-no {
+            border: 0px;
+        }
+
+        .qyzj-btnbox {
+            margin-top: 10px;
+        }
+
+        .kccz-data-btnbox {
+            min-height: 38px;
+            padding-top: 2px;
+        }
+
+        .layui-layer-title {
+            font-weight: bold;
+        }
+
+        .rkbk-search-btn {
+            width: 100px;
+            height: 30px;
+            line-height: 30px;
+            font-size: 16px;
+        }
+
+        .r-360 {
+            right: 360px;
+        }
+
+        .r-240 {
+            right: 240px;
+        }
+
+        .r-120 {
+            right: 120px;
+        }
+
+        .rkbk-search-input {
+            background: #e7eaec !important;
+        }
+
+        #scaleName {
+            width: 130px;
+            height: 28px;
+        }
+
+        .layui-table, .layui-table-view {
+            margin: 0 0;
+        }
+
+        .layui-table-body {
+            max-height: 430px;
+        }
+
+        .video {
+            width: 100%;
+            height: 100%;
+        }
+
+        .layui-form-radio {
+            margin: unset;
+            margin-top: 5px;
+            padding-right: unset;
+        }
+
+        .rk-step li {
+            width: 60px;
+            height: 40px;
+            display: inline-block;
+            margin: 0 20px;
+            position: relative;
+        }
+
+        .kccz-r-con {
+            height: 160px;
+            position: relative;
+        }
+
+        .kccz-r-vedio {
+            width: 100%;
+            height: 100%;
+            background: #5f5f5f;
+        }
+
+        .kccz-r-item {
+            height: 210px;
+            width: 33.333%;
+            float: left;
+            background: unset;
+        }
+        .kccz-left {
+            width: 52%;
+        }
+        .kccz-right {
+            width: 47.4%;
+        }
+        .kccz-r-box {
+            padding: 0 5px;
+        }
+        .rkbk-quick-btn {
+            height: 55px;
+            min-width: 100px;
+            display: inline-block;
+            line-height: 40px;
+            font-size: 20px;
+            margin-top: -15px;
+        }
+    </style>
+
+</head>
+
+<body>
+
+<div class="l-container layui-clear">
+    <div class="rk-main">
+        <div class="qyzj-btnbox layui-clear">
+
+            <div class="rkbk-quick fl">
+                <button id="btn-weight" class="rkbk-quick-btn layui-btn btn-blue"
+                        onclick="weight()">
+                    <i><img th:src="@{/img/web/inout/icon-chengzhong.png}"/></i>姝ラ1锛氱О閲�
+                </button>
+                <button id="btn-submit"
+                        class="rkbk-quick-btn layui-btn btn-green" onclick="submit()">
+                    <i><img th:src="@{/img/web/inout/icon-ok.png}"/></i>姝ラ2锛氭彁浜�
+                </button>
+                <button id="btn-printBill"
+                        class="rkbk-quick-btn layui-btn btn-blue" onclick="printBill()">
+                    <i><img th:src="@{/img/web/inout/icon-dayin.png}"/></i>鎵撳嵃纾呭崟
+                </button>
+                <button class="rkbk-quick-btn layui-btn btn-violet"
+                        onclick="flushPage()">
+                    <i><img th:src="@{/img/web/inout/icon-shuaxin2.png}"/></i>鍒锋柊椤甸潰
+                </button>
+            </div>
+            <!-- 娴佺▼寮曞 -->
+            <div class="rk-step-wrap fr">
+                <ul class="rk-step" id="rk_progress" style="display: none;">
+                    <li id="rk-progress-register" class="rk-step-first">
+                        <span class="rk-step-span">
+                            <img th:src="@{/img/web/inout/icon-dengji.png}"/>
+						</span>
+                        <p>鍏ュ簱鐧昏</p>
+                    </li>
+                    <li id="rk-progress-fullWeight">
+                        <span class="rk-step-span">
+                            <img th:src="@{/img/web/inout/icon-chengzhong.png}"/>
+						</span>
+                        <p>婊¤溅绉伴噸</p>
+                    </li>
+                    <li id="rk-progress-hand">
+                        <span class="rk-step-span">
+                            <img th:src="@{/img/web/inout/icon-xiehuo.png}"/>
+						</span>
+                        <p>鍏ュ簱鍊间粨</p>
+                    </li>
+                    <li id="rk-progress-emptyWeight">
+                        <span class="rk-step-span">
+                            <img th:src="@{/img/web/inout/icon-chengzhong.png}"/>
+						</span>
+                        <p>绌鸿溅绉伴噸</p>
+                    </li>
+                    <li id="rk-progress-cardBack">
+                        <span class="rk-step-span">
+                            <img th:src="@{/img/web/inout/icon-banli.png}"/>
+						</span>
+                        <p>绂诲簱纭</p>
+                    </li>
+                </ul>
+                <ul class="rk-step" id="ck_progress" style="display: none;">
+                    <li id="ck-progress-register" class="rk-step-first">
+                        <span class="rk-step-span">
+                            <img th:src="@{/img/web/inout/icon-dengji.png}"/>
+                        </span>
+                        <p>鍑哄簱鐧昏</p>
+                    </li>
+                    <li id="ck-progress-emptyWeight">
+                        <span class="rk-step-span">
+                            <img th:src="@{/img/web/inout/icon-chengzhong.png}"/>
+                        </span>
+                        <p>绌鸿溅绉伴噸</p>
+                    </li>
+                    <li id="ck-progress-hand">
+                        <span class="rk-step-span">
+                            <img th:src="@{/img/web/inout/icon-xiehuo.png}"/>
+                        </span>
+                        <p>鍑哄簱鍊间粨</p>
+                    </li>
+                    <li id="ck-progress-fullWeight">
+                        <span class="rk-step-span">
+                            <img th:src="@{/img/web/inout/icon-chengzhong.png}"/>
+                        </span>
+                        <p>婊¤溅绉伴噸</p>
+                    </li>
+                    <li id="ck-progress-cardBack">
+                        <span class="rk-step-span">
+                            <img th:src="@{/img/web/inout/icon-banli.png}"/>
+						</span>
+                        <p>绂诲簱纭</p>
+                    </li>
+                </ul>
+            </div>
+            <!-- 娴佺▼寮曞EDN -->
+        </div>
+        <div class="kccz-con">
+            <div class="kccz-left fl">
+                <div class="kccz-left-box1 radius-6">
+                    <div class="rkbk-tit">
+                        <i></i>
+                        <div>
+                            <h3 style="width: 150px; float: left;">绉伴噸淇℃伅</h3>
+                            <div style="float: right;">
+                                <div class="kccz-czxx-left fl">
+                                    <div class="layui-form-item">
+                                        <label class="layui-form-label">褰撳墠鍦扮</label>
+                                        <div class="layui-input-block">
+                                            <select name="depotId" id="scaleName" lay-filter="select_scaleName">
+                                                <option th:each="dto,weightSet:${listWeight}"
+                                                        th:value="${dto.sort}" th:text="${dto.name}"></option>
+                                            </select>
+                                        </div>
+                                    </div>
+                                </div>
+                                <div class="kccz-czxx-right fr">
+                                    <dl class="kccz-czxx-dl" style="padding-left: 15px;">
+                                        <dt>
+                                            <i><img id="img_scale_statule"
+                                                    th:src="@{/img/web/inout/icon-red.png}"/></i>
+                                        </dt>
+                                    </dl>
+
+                                </div>
+                            </div>
+                        </div>
+                    </div>
+
+                    <div class="kccz-czxx-wrap">
+                        <div class="kccz-czxx-num">
+                            <span id="weightValue">0.00</span><em>KG</em>
+                        </div>
+
+                    </div>
+                    <!--kccz-czxx-wrap end-->
+
+                </div>
+                <!--kccz-left-box1 end-->
+
+                <div class="kccz-left-box2 mt-10 radius-6">
+                    <div class="rkbk-tit">
+                        <i></i>
+                        <h3>涓氬姟鏁版嵁<span id="text-param"></span></h3>
+                    </div>
+                    <div class="kccz-data-form layui-row">
+                        <form class="layui-form" action="" id="form-data"
+                              lay-filter="form-data">
+                            <div class="layui-form-item display-none">
+                                <label class="layui-form-label">闅愯棌-鍗曟嵁鍙�</label>
+                                <div class="layui-input-block">
+                                    <input type="text" name="id" autocomplete="off"
+                                           class="layui-input rkbk-search-input">
+                                </div>
+                            </div>
+                            <div class="layui-form-item display-none">
+                                <label class="layui-form-label">闅愯棌-娴佺▼鑺傜偣</label>
+                                <div class="layui-input-block">
+                                    <input type="text" name="progress" autocomplete="off"
+                                           class="layui-input rkbk-search-input">
+                                </div>
+                            </div>
+                            <div class="layui-form-item display-none">
+                                <label class="layui-form-label">闅愯棌-閫氱煡鍗曞彿</label>
+                                <div class="layui-input-block">
+                                    <input type="text" name="noticeId" autocomplete="off"
+                                           class="layui-input rkbk-search-input">
+                                </div>
+                            </div>
+                            <div class="layui-form-item display-none">
+                                <label class="layui-form-label">闅愯棌-浜у湴</label>
+                                <div class="layui-input-block">
+                                    <input type="text" name="foodLocationId"
+                                           autocomplete="off" class="layui-input rkbk-search-input">
+                                </div>
+                            </div>
+                            <div class="layui-form-item display-none">
+                                <label class="layui-form-label">闅愯棌-绫诲瀷</label>
+                                <div class="layui-input-block">
+                                    <input type="text" name="type" th:value="${type}"
+                                           autocomplete="off" class="layui-input rkbk-search-input">
+                                </div>
+                            </div>
+
+                            <div class="layui-col-xs8">
+                                <div class="layui-form-item">
+                                    <label class="layui-form-label color-red">閫氱煡鍗�</label>
+                                    <div class="layui-input-block">
+                                        <input type="text" name="customerName" placeholder="璇烽�夋嫨"
+                                               autocomplete="off" class="layui-input" disabled="disabled"> <em
+                                            class="kccz-data-dw cursor" onclick="showNotice()">鈥︹��</em>
+                                    </div>
+                                </div>
+                            </div>
+                            <div class="layui-col-xs4">
+                                <div class="layui-form-item">
+                                    <label class="layui-form-label" id="depotIdLabel">瑁呭嵏浠撳簱</label>
+                                    <div class="layui-input-block">
+                                        <select name="depotId" id="depotId" lay-filter="select_depotId">
+                                            <option value=""></option>
+                                            <option th:each="depot,depotSet:${listDepot}"
+                                                    th:value="${depot.id}" th:text="${depot.name}"></option>
+                                        </select>
+                                    </div>
+                                </div>
+                            </div>
+                            <div class="layui-col-xs4">
+                                <div class="layui-form-item">
+                                    <label class="layui-form-label color-red">姣涢噸(婊¤溅)</label>
+                                    <div class="layui-input-block">
+                                        <input type="text" name="fullWeight" id="fullWeight" autocomplete="off"
+                                               placeholder="鍦扮鑷姩甯﹀叆" class="layui-input weight rkbk-search-input"
+                                               disabled>
+                                        <em
+                                                class="kccz-data-dw">KG</em>
+                                    </div>
+                                </div>
+                            </div>
+                            <div class="layui-col-xs4">
+                                <div class="layui-form-item">
+                                    <label class="layui-form-label color-red">鐨噸(绌鸿溅)</label>
+                                    <div class="layui-input-block">
+                                        <input type="text" name="emptyWeight" id="emptyWeight" autocomplete="off"
+                                               placeholder="鍦扮鑷姩甯﹀叆" class="layui-input weight rkbk-search-input"
+                                               disabled>
+                                        <em
+                                                class="kccz-data-dw">KG</em>
+                                    </div>
+                                </div>
+                            </div>
+                            <div class="layui-col-xs4">
+                                <div class="layui-form-item">
+                                    <label class="layui-form-label">鍑�&nbsp;&nbsp;&nbsp;&nbsp;閲�</label>
+                                    <div class="layui-input-block">
+                                        <input type="text" name="netWeight" autocomplete="off"
+                                               placeholder="鑷姩璁$畻" class="layui-input rkbk-search-input"
+                                               disabled> <em class="kccz-data-dw">KG</em>
+                                    </div>
+                                </div>
+                            </div>
+                            <div class="layui-col-xs4">
+                                <div class="layui-form-item">
+                                    <label class="layui-form-label">绮鍝佺</label>
+                                    <div class="layui-input-block">
+                                        <select name="foodVariety" id="foodVariety">
+                                            <option value=""></option>
+                                            <option th:each="dic,dicSet:${listFoodVariety}"
+                                                    th:value="${dic.dictValue}" th:text="${dic.dictLabel}"></option>
+                                        </select>
+                                    </div>
+                                </div>
+                            </div>
+                            <div class="layui-col-xs4">
+                                <div class="layui-form-item">
+                                    <label class="layui-form-label">姘�&nbsp;&nbsp;&nbsp;&nbsp;鍒�</label>
+                                    <div class="layui-input-block">
+                                        <input id="perWet" type="text" name="perWet" autocomplete="off"
+                                               placeholder="璇疯緭鍏�" class="layui-input weight"> <em
+                                            class="kccz-data-dw">%</em>
+                                    </div>
+                                </div>
+                            </div>
+                            <div class="layui-col-xs4">
+                                <div class="layui-form-item">
+                                    <label class="layui-form-label">鎵�&nbsp;&nbsp;&nbsp;&nbsp;閲�</label>
+                                    <div class="layui-input-block">
+                                        <input id="deOther" type="text" name="deOther" autocomplete="off"
+                                               placeholder="璇疯緭鍏�" class="layui-input weight"> <em
+                                            class="kccz-data-dw">KG</em>
+                                    </div>
+                                </div>
+                            </div>
+                            <div class="layui-col-xs4">
+                                <div class="layui-form-item">
+                                    <label class="layui-form-label">鍗�&nbsp;&nbsp;&nbsp;&nbsp;浠�</label>
+                                    <div class="layui-input-block">
+                                        <input id="price" type="text" name="price" autocomplete="off"
+                                               placeholder="璇疯緭鍏�" class="layui-input weight"> <em
+                                            class="kccz-data-dw">鍏�</em>
+                                    </div>
+                                </div>
+                            </div>
+                            <div class="layui-col-xs4">
+                                <div class="layui-form-item">
+                                    <label class="layui-form-label">鏉�&nbsp;&nbsp;&nbsp;&nbsp;璐�</label>
+                                    <div class="layui-input-block">
+                                        <input id="perImpurity" type="text" name="perImpurity" autocomplete="off"
+                                               placeholder="璇疯緭鍏�" class="layui-input weight"> <em
+                                            class="kccz-data-dw">%</em>
+                                    </div>
+                                </div>
+                            </div>
+                            <div class="layui-col-xs4 display-none">
+                                <div class="layui-form-item">
+                                    <label class="layui-form-label">鍏ュ簱閲嶉噺</label>
+                                    <div class="layui-input-block">
+                                        <input type="text" name="recordWeight" placeholder="鑷姩璁$畻"
+                                               autocomplete="off" class="layui-input rkbk-search-input"
+                                               disabled> <em class="kccz-data-dw">KG</em>
+                                    </div>
+                                </div>
+                            </div>
+                            <div class="layui-col-xs4">
+                                <div class="layui-form-item">
+                                    <label class="layui-form-label">缁撶畻閲嶉噺</label>
+                                    <div class="layui-input-block">
+                                        <input type="text" name="settleWeight" placeholder="鑷姩璁$畻"
+                                               autocomplete="off" class="layui-input rkbk-search-input"
+                                               disabled> <em class="kccz-data-dw">KG</em>
+                                    </div>
+                                </div>
+                            </div>
+                            <div class="layui-col-xs12">
+                                <div class="layui-form-item">
+                                    <label class="layui-form-label">澶囨敞璇存槑</label>
+                                    <div class="layui-input-block">
+                                        <input type="text" name="remarks" placeholder="璇疯緭鍏ュ唴瀹�"
+                                               class="layui-input">
+                                    </div>
+                                </div>
+                            </div>
+                            <div class="layui-col-xs12">
+                                <div class="line-container" style="margin: 10px 0 0 0;">
+                                    <div class="line"></div>
+                                    <div class="line-text" style="font-size: 16px">浠ヤ笅涓虹櫥璁颁俊鎭�</div>
+                                    <div class="line"></div>
+                                </div>
+
+                            </div>
+                            <div class="layui-col-xs12">
+                                <div style="height: 40px">
+                                    <input type="button" value="璇昏韩浠借瘉"
+                                           style="height: 34px;line-height: 34px;right: 120px;"
+                                           class="rkbk-search-btn layui-btn" onclick="flushIdCard()">
+                                    <input type="button" value="璇昏溅鐗�" style="height: 34px;line-height: 34px"
+                                           class="rkbk-search-btn layui-btn" onclick="flushPlateNum()">
+                                </div>
+                            </div>
+                            <div class="layui-col-xs4">
+                                <div class="layui-form-item">
+                                    <label class="layui-form-label color-red">鎵胯繍浜�</label>
+                                    <div class="layui-input-block">
+                                        <input type="text" name="userName" placeholder="璇疯緭鍏�" class="layui-input">
+                                    </div>
+                                </div>
+                            </div>
+                            <div class="layui-col-xs4">
+                                <div class="layui-form-item">
+                                    <label class="layui-form-label color-red">韬唤璇佸彿</label>
+                                    <div class="layui-input-block">
+                                        <input type="text" name="userId" id="userId" placeholder="璇疯緭鍏�"
+                                               autocomplete="off" class="layui-input">
+                                    </div>
+                                </div>
+                            </div>
+                            <div class="layui-col-xs4">
+                                <div class="layui-form-item">
+                                    <label class="layui-form-label color-red">杞︾墝鍙�</label>
+                                    <div class="layui-input-block">
+                                        <input type="text" name="plateNum" id="plateNum" placeholder="璇疯緭鍏�"
+                                               autocomplete="off" class="layui-input">
+                                    </div>
+                                </div>
+                            </div>
+                            <div class="layui-col-xs4">
+                                <div class="layui-form-item">
+                                    <label class="layui-form-label">鑱旂郴鐢佃瘽</label>
+                                    <div class="layui-input-block">
+                                        <input type="text" name="userContact" id="userContact" placeholder="璇疯緭鍏�"
+                                               autocomplete="off" class="layui-input">
+                                    </div>
+                                </div>
+                            </div>
+                            <div class="layui-col-xs8">
+                                <div class="layui-form-item">
+                                    <label class="layui-form-label">鍦�&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;鍧�</label>
+                                    <div class="layui-input-block">
+                                        <input type="text" name="userAddress" id="userAddress" placeholder="璇疯緭鍏�"
+                                               autocomplete="off" class="layui-input">
+                                    </div>
+                                </div>
+                            </div>
+
+                            <div class="layui-col-xs12" style="padding-left: 50px;color: #2ab5ad;">
+                                璇存槑锛�
+                                <span style="color: #2ab5ad;">
+                                        1. 鍑�閲�=姣涢噸-鐨噸锛涘叆搴撻噸閲�=缁撶畻閲嶉噺=鍑�閲�-鎵i噸锛�
+									</span>
+                                <br>
+                                <span style="padding-left: 46px;color: #2ab5ad;">
+                                        2. 娴佺▼涓溅杈嗗彲鐐瑰嚮杞﹁締閫夋嫨锛岃繘琛岀О閲嶏紱鏈櫥璁拌溅杈嗭紝鍙~鍐欑浉鍏充俊鎭紝鐩存帴绉伴噸锛�
+									</span>
+                            </div>
+                        </form>
+                    </div>
+                </div>
+                <!--kccz-left-box2 end-->
+
+            </div>
+            <!--kccz-left end-->
+            <div class="kccz-right fr">
+                <div class="kccz-left-box2 radius-6" style="height: 515px;padding: 1px 5px 0px 10px;">
+                    <div class="rkbk-tit" style="margin-left: 15px;">
+                        <i></i>
+                        <h3>绉伴噸鏁版嵁<span></span></h3>
+                    </div>
+                    <!-- 娴佺▼鏁版嵁淇℃伅 -->
+                    <div class="layui-tab-content" id="listProgressData" style="padding: 0">
+                        <table class="layui-table tableListProgressData" id="tableListProgressData"
+                               lay-filter="tableListProgressData">
+                            <thead>
+                            <tr class="qyzj-table-tit">
+                                <th>鍗曟嵁鍙�</th>
+                                <th>鎵胯繍浜�</th>
+                                <th>杞︾墝鍙�</th>
+                                <th>鐘舵��</th>
+                                <th>閫夋嫨杞﹁締</th>
+                            </tr>
+                            </thead>
+                            <tbody>
+                            </tbody>
+                        </table>
+                    </div>
+                </div>
+                <div class="kccz-left-box2 mt-10 radius-6" style="height: 210px;padding: 5px;">
+                    <div class="kccz-r-item radius-6">
+                        <div class="kccz-r-box">
+                            <div class="rkbk-tit">
+                                <i></i>
+                                <h3>杩囩▼瑙嗛1</h3>
+                            </div>
+                            <div class="kccz-r-con">
+                                <div class="kccz-r-vedio" id="kccz-r-video1">
+                                </div>
+                            </div>
+                        </div>
+                    </div>
+                    <!--kccz-r-item end-->
+
+                    <div class="kccz-r-item radius-6">
+                        <div class="kccz-r-box">
+                            <div class="rkbk-tit">
+                                <i></i>
+                                <h3>杩囩▼瑙嗛2</h3>
+                            </div>
+                            <div class="kccz-r-con">
+                                <div class="kccz-r-vedio" id="kccz-r-video2">
+
+                                </div>
+                            </div>
+                        </div>
+                    </div>
+                    <!--kccz-r-item end-->
+
+                    <div class="kccz-r-item radius-6">
+                        <div class="kccz-r-box">
+                            <div class="rkbk-tit">
+                                <i></i>
+                                <h3>杩囩▼瑙嗛3</h3>
+                            </div>
+                            <div class="kccz-r-con">
+                                <div class="kccz-r-vedio" id="kccz-r-video3">
+
+                                </div>
+                            </div>
+                        </div>
+                    </div>
+                    <!--kccz-r-item end-->
+<!--                    <div class="kccz-r-item radius-6">-->
+<!--                        <div class="kccz-r-box">-->
+<!--                            <div class="rkbk-tit">-->
+<!--                                <i style="margin: 8px 3px 0 3px"></i>-->
+<!--                                <h3>杞︾墝璇嗗埆瑙嗛</h3>-->
+<!--                            </div>-->
+<!--                            <div class="kccz-r-con">-->
+<!--                                <div class="kccz-r-vedio" id="kccz-r-video1">-->
+<!--                                </div>-->
+<!--                            </div>-->
+
+<!--                        </div>-->
+
+<!--                    </div>-->
+<!--                    &lt;!&ndash;kccz-r-item end&ndash;&gt;-->
+
+<!--                    <div class="kccz-r-item radius-6 mt-10">-->
+<!--                        <div class="kccz-r-box">-->
+<!--                            <div class="rkbk-tit">-->
+<!--                                <i style="margin: 8px 3px 0 3px"></i>-->
+<!--                                <h3>杞﹂《鎶撴媿瑙嗛</h3>-->
+<!--                            </div>-->
+<!--                            <div class="kccz-r-con">-->
+<!--                                <div class="kccz-r-vedio" id="kccz-r-video2">-->
+
+
+<!--                                </div>-->
+<!--                            </div>-->
+
+<!--                        </div>-->
+
+<!--                    </div>-->
+<!--                    &lt;!&ndash;kccz-r-item end&ndash;&gt;-->
+
+<!--                    <div class="kccz-r-item radius-6 mt-10">-->
+<!--                        <div class="kccz-r-box">-->
+<!--                            <div class="rkbk-tit">-->
+<!--                                <i style="margin: 8px 3px 0 3px"></i>-->
+<!--                                <h3>杞﹀熬鎶撴媿瑙嗛</h3>-->
+<!--                            </div>-->
+<!--                            <div class="kccz-r-con">-->
+<!--                                <div class="kccz-r-vedio" id="kccz-r-video3">-->
+
+
+<!--                                </div>-->
+<!--                            </div>-->
+
+<!--                        </div>-->
+
+<!--                    </div>-->
+                </div>
+
+                <!--kccz-r-item end-->
+
+            </div>
+        </div>
+        <!--kccz-con end-->
+
+    </div>
+    <!--rk-main end-->
+
+</div>
+<!--l-container end-->
+
+<script th:inline="javascript">
+    //娴佺▼鐜妭
+    var inoutProgress = [[${inoutProgress}]];
+    var progress = [[${progress}]];
+    var deptId = [[${deptId}]];
+    var listDepot = [[${listDepot}]];
+    var weightEditTag = [[${weightEditTag}]];
+    //userId
+    var userId = [[${loginUser.loginName}]];
+    //鍑哄叆搴撶被鍨�
+    var type = [[${type}]];
+    var companyId = [[${loginUser.companyId}]];
+
+    //鍦扮淇℃伅
+    var weightDto = [[${weightDto}]];
+
+    //杩囩▼鎽勫儚澶�
+    var snapDto1 = [[${snapDto1}]];
+    var snapDto2 = [[${snapDto2}]];
+    var snapDto3 = [[${snapDto3}]];
+    //缃戝叧淇℃伅
+    var gatewaySer = [[${gatewaySer}]];
+
+</script>
+
+<script th:src="@{/ajax/libs/layui/layui.js}"></script>
+<script th:src="@{/js/jquery.min.js}"></script>
+<script th:src="@{/common/constant.js}"></script>
+<script th:src="@{/common/igds-common.js}"></script>
+<script th:src="@{/inout/inout-common.js}"></script>
+<script th:src="@{/inout/inout-print.js}"></script>
+<script th:src="@{/inout/video-play.js}"></script>
+<script th:src="@{/inout/weight.js}"></script>
+<script th:src="@{/inout/inout-weight3.js}"></script>
+
+</body>
+
+<!-- 寮瑰嚭閫氱煡鍗� -->
+<div class="layui-tab-content" id="listNotice" style="display: none;">
+    <table class="layui-table" lay-skin="nob" id="tableNotice"
+           lay-filter="tableNotice" style="margin: 0px;"></table>
+</div>
+
+<!-- 寮瑰嚭绮浜у湴 -->
+<div class="layui-tab-content" id="listFoodLocation" style="display: none;">
+    <table class="layui-table" lay-skin="nob" id="tableFoodLoaction"
+           lay-filter="tableFoodLoaction" style="margin: 0px;"></table>
+</div>
+
+<!--&lt;!&ndash; 娴佺▼鏁版嵁淇℃伅 &ndash;&gt;-->
+<!--<div class="layui-tab-content" id="listProgressData" style="display: none;">-->
+<!--    <table class="layui-table tableListProgressData" id="tableListProgressData"-->
+<!--           lay-filter="tableListProgressData">-->
+<!--        <thead>-->
+<!--        <tr class="qyzj-table-tit">-->
+<!--            <th>鍗曟嵁鍙�</th>-->
+<!--            <th>鎵胯繍浜�</th>-->
+<!--            <th>杞︾墝鍙�</th>-->
+<!--            <th>鎿嶄綔</th>-->
+<!--        </tr>-->
+<!--        </thead>-->
+<!--        <tbody>-->
+<!--        </tbody>-->
+<!--    </table>-->
+<!--</div>-->
+
+<!-- 寮瑰嚭妗嗙殑淇℃伅 -->
+<div class="layui-tab-content" id="dialog-from-notify" style="display: none;">
+    <table class="layui-table">
+        <colgroup>
+            <col>
+        </colgroup>
+        <tbody>
+        <tr>
+            <td>杩斿洖淇℃伅</td>
+            <td id="resultMsg" style="color: red;font-weight: bold;"></td>
+        </tr>
+        <tr>
+            <td>鎵胯繍浜�</td>
+            <td id="resultUserName" style="font-weight: bold;"></td>
+        </tr>
+        <tr>
+            <td>杞︾墝鍙�</td>
+            <td id="resultPlateNum" style="font-weight: bold;"></td>
+        </tr>
+        <tr>
+            <td>涓嬩竴姝�</td>
+            <td id="resultType" style="font-weight: bold;"></td>
+        </tr>
+        </tbody>
+    </table>
+</div>
+
+<script type="text/html" id="toolbarFoodLocaton">
+    <div class="">
+        <div class="layui-col-xs6">
+            <input type="text" id="key2" placeholder="杈撳叆缂栫爜鎴栬�呭悕绉扳�︹��" class="layui-input">
+        </div>
+        <div class="layui-col-xs6" style="padding-left: 10px;">
+            <button class="layui-btn layui-btn-sm" onclick="flushFoodLocation()">鏌ヨ</button>
+        </div>
+    </div>
+</script>
+
+<script type="text/html" id="barSelectProgress">
+    <a class="layui-btn layui-btn-xs" style="width: 80px;height: 30px;line-height: 30px;border-radius: 6px;" lay-event="select">閫夋嫨</a>
+</script>
+
+</html>
\ No newline at end of file

--
Gitblit v1.9.3