From b17329ab7ec84a60bbe9befacd2f2f29a166d879 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AD=A3=E6=98=93?= Date: Fri, 14 Nov 2025 14:35:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=A0=E5=85=A5=E5=8F=82=E6=95=B0=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../backend/config/QcBackEndBaseGroup.vue | 8 ++++---- .../backend/config/QcBackEndBaseLabelAnalysis.vue | 8 ++++---- .../backend/config/QcBackEndBaseSite.vue | 8 ++++---- .../qualityManagement/gp12/config/QcGp12BaseGroup.vue | 8 ++++---- .../gp12/config/QcGp12BaseLabelAnalysis.vue | 8 ++++---- .../qualityManagement/gp12/config/QcGp12BaseSite.vue | 8 ++++---- src/views/wmsManagement/WmGoodsOutProduction.vue | 2 +- 7 files changed, 25 insertions(+), 25 deletions(-) diff --git a/src/views/qualityManagement/backend/config/QcBackEndBaseGroup.vue b/src/views/qualityManagement/backend/config/QcBackEndBaseGroup.vue index dcfc3c1..63fcc2d 100644 --- a/src/views/qualityManagement/backend/config/QcBackEndBaseGroup.vue +++ b/src/views/qualityManagement/backend/config/QcBackEndBaseGroup.vue @@ -182,13 +182,13 @@ export default { ], // 系统类别选项列表 格式 eg:{ dictLabel: '标签', dictValue: '0'} typeOptions: [ - { dictLabel: '停用', dictValue: 0 }, - { dictLabel: '启用', dictValue: 1 }, + { dictLabel: '停用', dictValue: '0' }, + { dictLabel: '启用', dictValue: '1' }, ], // 系统状态选项列表 格式 eg:{ dictLabel: '标签', dictValue: '0'} statusOptions: [ - { dictLabel: '停用', dictValue: 0 }, - { dictLabel: '启用', dictValue: 1 }, + { dictLabel: '停用', dictValue: '0' }, + { dictLabel: '启用', dictValue: '1' }, ], // 数据列表 dataList: [], diff --git a/src/views/qualityManagement/backend/config/QcBackEndBaseLabelAnalysis.vue b/src/views/qualityManagement/backend/config/QcBackEndBaseLabelAnalysis.vue index 938884c..f96a5e2 100644 --- a/src/views/qualityManagement/backend/config/QcBackEndBaseLabelAnalysis.vue +++ b/src/views/qualityManagement/backend/config/QcBackEndBaseLabelAnalysis.vue @@ -205,13 +205,13 @@ export default { ], // 系统类别选项列表 格式 eg:{ dictLabel: '标签', dictValue: '0'} typeOptions: [ - { dictLabel: '停用', dictValue: 0 }, - { dictLabel: '启用', dictValue: 1 }, + { dictLabel: '停用', dictValue: '0' }, + { dictLabel: '启用', dictValue: '1' }, ], // 系统状态选项列表 格式 eg:{ dictLabel: '标签', dictValue: '0'} statusOptions: [ - { dictLabel: '停用', dictValue: 0 }, - { dictLabel: '启用', dictValue: 1 }, + { dictLabel: '停用', dictValue: '0' }, + { dictLabel: '启用', dictValue: '1' }, ], // 数据列表 dataList: [], diff --git a/src/views/qualityManagement/backend/config/QcBackEndBaseSite.vue b/src/views/qualityManagement/backend/config/QcBackEndBaseSite.vue index 672ee9c..fb8b767 100644 --- a/src/views/qualityManagement/backend/config/QcBackEndBaseSite.vue +++ b/src/views/qualityManagement/backend/config/QcBackEndBaseSite.vue @@ -182,13 +182,13 @@ export default { ], // 系统类别选项列表 格式 eg:{ dictLabel: '标签', dictValue: '0'} typeOptions: [ - { dictLabel: '停用', dictValue: 0 }, - { dictLabel: '启用', dictValue: 1 }, + { dictLabel: '停用', dictValue: '0' }, + { dictLabel: '启用', dictValue: '1' }, ], // 系统状态选项列表 格式 eg:{ dictLabel: '标签', dictValue: '0'} statusOptions: [ - { dictLabel: '停用', dictValue: 0 }, - { dictLabel: '启用', dictValue: 1 }, + { dictLabel: '停用', dictValue: '0' }, + { dictLabel: '启用', dictValue: '1' }, ], // 数据列表 dataList: [], diff --git a/src/views/qualityManagement/gp12/config/QcGp12BaseGroup.vue b/src/views/qualityManagement/gp12/config/QcGp12BaseGroup.vue index 1b701da..44078ab 100644 --- a/src/views/qualityManagement/gp12/config/QcGp12BaseGroup.vue +++ b/src/views/qualityManagement/gp12/config/QcGp12BaseGroup.vue @@ -176,13 +176,13 @@ export default { ], // 系统类别选项列表 格式 eg:{ dictLabel: '标签', dictValue: '0'} typeOptions: [ - { dictLabel: '停用', dictValue: 0 }, - { dictLabel: '启用', dictValue: 1 }, + { dictLabel: '停用', dictValue: '0' }, + { dictLabel: '启用', dictValue: '1' }, ], // 系统状态选项列表 格式 eg:{ dictLabel: '标签', dictValue: '0'} statusOptions: [ - { dictLabel: '停用', dictValue: 0 }, - { dictLabel: '启用', dictValue: 1 }, + { dictLabel: '停用', dictValue: '0' }, + { dictLabel: '启用', dictValue: '1' }, ], // 数据列表 dataList: [], diff --git a/src/views/qualityManagement/gp12/config/QcGp12BaseLabelAnalysis.vue b/src/views/qualityManagement/gp12/config/QcGp12BaseLabelAnalysis.vue index cee9a04..cab5895 100644 --- a/src/views/qualityManagement/gp12/config/QcGp12BaseLabelAnalysis.vue +++ b/src/views/qualityManagement/gp12/config/QcGp12BaseLabelAnalysis.vue @@ -214,13 +214,13 @@ export default { ], // 系统类别选项列表 格式 eg:{ dictLabel: '标签', dictValue: '0'} typeOptions: [ - { dictLabel: '停用', dictValue: 0 }, - { dictLabel: '启用', dictValue: 1 }, + { dictLabel: '停用', dictValue: '0' }, + { dictLabel: '启用', dictValue: '1' }, ], // 系统状态选项列表 格式 eg:{ dictLabel: '标签', dictValue: '0'} statusOptions: [ - { dictLabel: '停用', dictValue: 0 }, - { dictLabel: '启用', dictValue: 1 }, + { dictLabel: '停用', dictValue: '0' }, + { dictLabel: '启用', dictValue: '1' }, ], // 数据列表 dataList: [], diff --git a/src/views/qualityManagement/gp12/config/QcGp12BaseSite.vue b/src/views/qualityManagement/gp12/config/QcGp12BaseSite.vue index a1b8b83..dc2792f 100644 --- a/src/views/qualityManagement/gp12/config/QcGp12BaseSite.vue +++ b/src/views/qualityManagement/gp12/config/QcGp12BaseSite.vue @@ -174,13 +174,13 @@ export default { ], // 系统类别选项列表 格式 eg:{ dictLabel: '标签', dictValue: '0'} typeOptions: [ - { dictLabel: '停用', dictValue: 0 }, - { dictLabel: '启用', dictValue: 1 }, + { dictLabel: '停用', dictValue: '0' }, + { dictLabel: '启用', dictValue: '1' }, ], // 系统状态选项列表 格式 eg:{ dictLabel: '标签', dictValue: '0'} statusOptions: [ - { dictLabel: '停用', dictValue: 0 }, - { dictLabel: '启用', dictValue: 1 }, + { dictLabel: '停用', dictValue: '0' }, + { dictLabel: '启用', dictValue: '1' }, ], // 数据列表 dataList: [], diff --git a/src/views/wmsManagement/WmGoodsOutProduction.vue b/src/views/wmsManagement/WmGoodsOutProduction.vue index 94fd750..75ef855 100644 --- a/src/views/wmsManagement/WmGoodsOutProduction.vue +++ b/src/views/wmsManagement/WmGoodsOutProduction.vue @@ -378,7 +378,7 @@ }, /** 提交按钮 */ submitForm: function () { - console.log(JSON.stringify(this.form)) + //console.log(JSON.stringify(this.form)) this.$refs['form'].validate((valid) => { if (valid) { if (this.form.id != undefined && this.opertype === 2) {