From db7b82cb5a3992e8a4bd5530ff8eb6c8b96d3131 Mon Sep 17 00:00:00 2001 From: yewj Date: Tue, 8 Apr 2025 23:08:38 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E8=B5=8B=E7=A0=81=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/basic/collectPoint/timerSetting.vue | 187 +++++++++++------- 1 file changed, 115 insertions(+), 72 deletions(-) diff --git a/src/views/basic/collectPoint/timerSetting.vue b/src/views/basic/collectPoint/timerSetting.vue index eb1d5087..a7ca7e76 100644 --- a/src/views/basic/collectPoint/timerSetting.vue +++ b/src/views/basic/collectPoint/timerSetting.vue @@ -38,25 +38,25 @@ - - - - - - - - - + + + + + + + + + - + @@ -88,7 +88,7 @@ - + @@ -96,7 +96,7 @@ - + @@ -104,25 +104,25 @@ - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + - + - + + + @@ -373,8 +409,7 @@ export default { return { num: 1, ShelfDisplayFlag: false, - busTypeOptions: [ - ], + busTypeOptions: [], shelfData: [ { row: 1, @@ -455,9 +490,14 @@ export default { ipcMaxCount: null, autoDecode: 1, outputMode: 1, - autoDownloadKey:[], - autoFinishOrderKey:[], - autoUploadOrderKey:[] + autoDownloadKey: [], + autoFinishOrderKey: [], + autoUploadOrderKey: [], + delayTageCode: null, + conflictScan: null, + conflictReturn: null, + noCodeScan: null, + }, systemParam: null, socket: null, @@ -469,10 +509,10 @@ export default { }, methods: { getWorkBindBusTypes() { - getWorkBindBusTypes({page:1,limit:500}).then(res => { + getWorkBindBusTypes({page: 1, limit: 500}).then(res => { if (res.code == 20000) { - this.busTypeOptions = res.data.list || [] - } + this.busTypeOptions = res.data.list || [] + } }) }, handleInput() { @@ -521,7 +561,7 @@ export default { .then((response) => { if (response.code != 20000) { this.$message.error(response.message); - } else{ + } else { this.selectSysParam() this.$message.success("操作成功"); } @@ -630,5 +670,8 @@ export default { padding-bottom: 17px; padding-top: 17px; } +.el-col{ + +}