diff --git a/src/views/modules/yieldReport/com_finish_roll.vue b/src/views/modules/yieldReport/com_finish_roll.vue index 839ac6e..36d34ed 100644 --- a/src/views/modules/yieldReport/com_finish_roll.vue +++ b/src/views/modules/yieldReport/com_finish_roll.vue @@ -7,7 +7,7 @@ - + - - - 列表 - 刷新 @@ -31,45 +27,46 @@ 关闭 + 对语言设置
- 卷数量统计 + {{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: -143px; 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()//刷新按钮 } }