liudl
8 天以前 3b4ab19a4b05e098e971746c692a0d012fde7445
Web/src/views/device/deviceStartStop/index.vue
@@ -5,10 +5,10 @@
                <el-collapse-item title="仓库一层" name="1">
                    <el-card class="box-card" shadow="hover">
                        <el-text style="margin-right: 15px;">托盘输送</el-text>
                        <el-button @click="write('OnePalletStart','1')">启动</el-button>
                        <el-button @click="write('OnePalletStop','1')">停止</el-button>
                        <el-button @mousedown="writeDown('OnePalletStart','1')"  @mouseup="writeUp('OnePalletStart','1')">启动</el-button>
                        <el-button @mousedown="writeDown('OnePalletStop','1')"  @mouseup="writeUp('OnePalletStop','1')">停止</el-button>
                    </el-card>
                    <el-card class="box-card" shadow="hover" style="margin-top: 3px;">
                    <!-- <el-card class="box-card" shadow="hover" style="margin-top: 3px;">
                        <el-text style="margin-right: 15px;">拆跺机器人1</el-text>
                        <el-button @click="write('OneChaiStart','1')">启动</el-button>
                        <el-button @click="write('OneChaiStop','1')">停止</el-button>
@@ -18,11 +18,11 @@
                        <el-text style="margin-right: 15px;">拆跺机器人2</el-text>
                        <el-button @click="write('OneChaiTwoStart','1')">启动</el-button>
                        <el-button @click="write('OneChaiTwoStop','1')">停止</el-button>
                    </el-card>
                    </el-card>  -->
                    <el-card class="box-card" shadow="hover" style="margin-top: 3px;">
                        <el-text style="margin-right: 15px;">件箱输送</el-text>
                        <el-button @click="write('OneBoxStart','1')">启动</el-button>
                        <el-button @click="write('OneBoxStop','1')">停止</el-button>
                        <el-button @mousedown="writeDown('OneBoxStart','1')"  @mouseup="writeUp('OneBoxStart','1')">启动</el-button>
                        <el-button @mousedown="writeDown('OneBoxStop','1')"  @mouseup="writeUp('OneBoxStop','1')">停止</el-button>
                    </el-card> 
                </el-collapse-item>
            </el-collapse> 
@@ -61,8 +61,8 @@
                <el-collapse-item title="仓库三层" name="3">
                    <el-card class="box-card" shadow="hover" style="margin-top: 3px;">
                        <el-text style="margin-right: 15px;">托盘输送</el-text>
                        <el-button @click="write('ThreePalletStart','3')">启动</el-button>
                        <el-button @click="write('ThreePalletStop','3')">停止</el-button>
                        <el-button  @mousedown="writeDown('ThreePalletStart','3')"  @mouseup="writeUp('ThreePalletStart','3')">启动</el-button>
                        <el-button  @mousedown="writeDown('ThreePalletStop','3')"  @mouseup="writeUp('ThreePalletStop','3')">停止</el-button>
                    </el-card>
                </el-collapse-item>
            </el-collapse>