From fe87eb25a80054e54d3a58307a135edaa8289e8d Mon Sep 17 00:00:00 2001
From: 野心家 <1051256694@qq.com>
Date: 星期四, 10 八月 2023 13:19:11 +0800
Subject: [PATCH] 每次盘点只出一托
---
src/main/webapp/views/pipeline.html | 16 ++++++++++++++--
1 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/views/pipeline.html b/src/main/webapp/views/pipeline.html
index 11507ba..a00cbae 100644
--- a/src/main/webapp/views/pipeline.html
+++ b/src/main/webapp/views/pipeline.html
@@ -59,8 +59,20 @@
<fieldset>
<legend>鍏ュ嚭搴撴ā寮忥紙IO-Mode锛�</legend>
<div class="io-mode-box">
- <label>2F</label>
+ <label>F1</label>
+ <button id="io-mode-1" class="ioModeBtn" onclick="ioModeSwitch(this.id)"> - </button>
+ </div>
+ <div class="io-mode-box">
+ <label>F2</label>
<button id="io-mode-2" class="ioModeBtn" onclick="ioModeSwitch(this.id)"> - </button>
+ </div>
+ <div class="io-mode-box">
+ <label>F3</label>
+ <button id="io-mode-3" class="ioModeBtn" onclick="ioModeSwitch(this.id)"> - </button>
+ </div>
+ <div class="io-mode-box">
+ <label>F4</label>
+ <button id="io-mode-4" class="ioModeBtn" onclick="ioModeSwitch(this.id)"> - </button>
</div>
</fieldset>
</div>
@@ -225,7 +237,7 @@
if (e.modeVal === 3 || e.modeVal === 4) {
layer.confirm('纭畾鍒囨崲涓哄叆搴撴ā寮忓悧锛�',function () {
$.ajax({
- url: baseUrl+ "/site/io/mode/action/site",
+ url: baseUrl+ "/site/io/mode/info/site",
headers: {'token': localStorage.getItem('token')},
data: {floor: e.floor},
method: 'POST',
--
Gitblit v1.9.1