Browse Source

2026-03-25

机台工作台优化
master
fengyuan_yang 3 weeks ago
parent
commit
35e9768765
  1. 8
      src/views/modules/yieldReport/com_switch_roll.vue

8
src/views/modules/yieldReport/com_switch_roll.vue

@ -4,11 +4,11 @@
width="380px" class="switch-roll-dialog">
<div class="switch-roll-content">
<el-form label-position="top" @submit.native.prevent label-width="100px">
<!-- 半成品卷卷号 -->
<!-- 在制品卷卷号 -->
<el-row>
<el-col :span="24">
<el-form-item :label="labels.sfdcRoll" class="form-item-enhanced">
<el-input ref="newRollNo" v-model="pageData.newRollNo" placeholder="请输入半成品卷卷号" size="large" clearable style="width: 100%;"></el-input>
<el-input ref="newRollNo" v-model="pageData.newRollNo" placeholder="请输入在制品卷卷号" size="large" clearable style="width: 100%;"></el-input>
</el-form-item>
</el-col>
</el-row>
@ -124,7 +124,7 @@ export default {
},
labels: {
componentTitle: '切换卷',
sfdcRoll: '半成品卷卷号:',
sfdcRoll: '在制品卷卷号:',
pleaseSwitchOperator: '请先切换人员!',
pleaseEnterSfdcRoll: '请输入半成品卷号!',
confirmLabel: '确认',
@ -139,7 +139,7 @@ export default {
tableId: '*'
}, {
functionId: functionId,
languageValue: '半成品卷卷号:',
languageValue: '在制品卷卷号:',
objectId: 'sfdcRoll',
objectType: 'label',
tableId: '*'

Loading…
Cancel
Save