From 1e494f5811c1c9d50b43c1d1ba9620b827a0de40 Mon Sep 17 00:00:00 2001 From: DOUDOU <877258667@qq.com> Date: Tue, 11 Oct 2022 11:29:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E8=AF=AD=E8=A8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../yieldReport/com_finish_part_roll.vue | 450 ++++++++++++++++-- .../modules/yieldReport/com_finish_roll.vue | 12 +- 2 files changed, 405 insertions(+), 57 deletions(-) diff --git a/src/views/modules/yieldReport/com_finish_part_roll.vue b/src/views/modules/yieldReport/com_finish_part_roll.vue index 6ff4c56..814313d 100644 --- a/src/views/modules/yieldReport/com_finish_part_roll.vue +++ b/src/views/modules/yieldReport/com_finish_part_roll.vue @@ -7,7 +7,7 @@ - + - - - 列表 - - 刷新 + {{buttons.refreshButton}} - 保存 + {{buttons.saveButton}} - 关闭 + {{buttons.closeButton}} + 对语言设置
- 卷数量统计 + {{labels.rollQtySum}} 是否报告产量 + v-model="pageData.reportedFlag">{{labels.whetherReport}} - + - + - + - +
- 人员排程班次信息 - + {{labels.operatorScheduleInfo}} + - + - + - + -
- 卷生产时间统计 +
+ {{labels.rollTimeSum}} - + - + - + - + @@ -100,13 +97,13 @@ - + - + - + @@ -114,13 +111,13 @@ - + - + - + @@ -128,25 +125,25 @@
+ style="margin-left: 325px; margin-top: -144px; width: 575px;"> - 产量报告 + {{ labels.produceReport }} - + - + - + - + - + @@ -154,19 +151,19 @@ - + - + - + - + - + @@ -174,10 +171,10 @@ - + - + @@ -187,7 +184,7 @@
- 主材料 + {{labels.primaryMaterial}} { + if (JSON.stringify(data.data) != '{}') { + this.buttons = data.data + } else { + // saveButtonList(this.buttonList).then(({data}) => { + // }) + } + }); + //其次查询当前标签的多语言 + searchFunctionButtonList(this.queryLabel).then(({data}) => { + if (JSON.stringify(data.data) != '{}') { + this.labels = data.data + } else { + // saveButtonList(this.buttonList).then(({data}) => { + // }) + } + }); + }, + }, created() { // this.factoryList() // this.getLanguageList() + this.getMultiLanguageList();//刷新多语言的信息 } } diff --git a/src/views/modules/yieldReport/com_finish_roll.vue b/src/views/modules/yieldReport/com_finish_roll.vue index 36d34ed..a358b98 100644 --- a/src/views/modules/yieldReport/com_finish_roll.vue +++ b/src/views/modules/yieldReport/com_finish_roll.vue @@ -17,15 +17,15 @@ - 刷新 + {{buttons.refreshButton}} - 结束卷 + {{buttons.finishRoll}} - 关闭 + {{buttons.closeButton}} 对语言设置 @@ -819,12 +819,6 @@ export default { }, { functionId: functionId, languageValue: '备注', - objectId: 'seqNoName', - objectType: 'label', - tableId: '*' - }, { - functionId: functionId, - languageValue: '当前时间', objectId: 'remark', objectType: 'label', tableId: '*'