From 059083082a6d284821b70eb7bb6805763014c402 Mon Sep 17 00:00:00 2001 From: wujian <14790700720@163.com> Date: 星期六, 16 三月 2024 10:54:46 +0800 Subject: [PATCH] add PLC连接通信 add 扫码数据推送到前端 --- jcdm-ui/src/views/main/da/passingStationCollection/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jcdm-ui/src/views/main/da/passingStationCollection/index.vue b/jcdm-ui/src/views/main/da/passingStationCollection/index.vue index 0b6aa0f..9918df7 100644 --- a/jcdm-ui/src/views/main/da/passingStationCollection/index.vue +++ b/jcdm-ui/src/views/main/da/passingStationCollection/index.vue @@ -142,8 +142,8 @@ /> <!-- 娣诲姞鎴栦慨鏀逛骇鍝佽繃绔欓噰闆嗗璇濇 --> - <el-dialog v-dialogpop-up :title="title" :visible.sync="open" width="500px" append-to-body> - <el-form ref="form" :model="form" :rules="rules" label-width="120px"> + <el-dialog v-dialogpop-up :title="title" :visible.sync="open" width="1000px" append-to-body> + <el-form ref="form" inline :model="form" :rules="rules" label-width="120px"> <el-form-item label="宸ュ崟缂栧彿" prop="workOrderNo"> <el-input v-model="form.workOrderNo" type="textarea" placeholder="璇疯緭鍏ュ唴瀹�" /> </el-form-item> -- Gitblit v1.9.3