From c32b5055bf1c71faab49325d513a927cba2cbc59 Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期二, 14 五月 2024 20:13:51 +0800 Subject: [PATCH] # 动态库位类型 --- src/main/webapp/static/js/agvLocMast/locMast.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/static/js/agvLocMast/locMast.js b/src/main/webapp/static/js/agvLocMast/locMast.js index bd50d63..b23e676 100644 --- a/src/main/webapp/static/js/agvLocMast/locMast.js +++ b/src/main/webapp/static/js/agvLocMast/locMast.js @@ -464,7 +464,7 @@ lev1: $('#lev1').val(), floor: $('#floor').val(), fullPlt: $('#fullPlt').val(), - locType: $('#locType').val(), + locType1: $('#locType1').val(), outEnable: $('#outEnable').val(), ioTime: top.strToDate($('#ioTime\\$').val()), firstTime: top.strToDate($('#firstTime\\$').val()), -- Gitblit v1.9.1