|
|
|
@ -440,7 +440,7 @@ |
|
|
|
<!--其他操作--> |
|
|
|
<fieldset class="customer-fieldset" |
|
|
|
style="margin-left: 680px; margin-bottom: 10px; width: 200px; height: 105px;"> |
|
|
|
<legend class="customer-legend">其他操作</legend> |
|
|
|
<legend class="customer-legend">其它操作</legend> |
|
|
|
<el-form style="text-align: center;"> |
|
|
|
|
|
|
|
<el-form-item style="margin-top: 20px ; margin-left: 10px"> |
|
|
|
@ -449,8 +449,8 @@ |
|
|
|
width="150" |
|
|
|
content |
|
|
|
v-model="popoverFlag" |
|
|
|
trigger="click"> |
|
|
|
<div style="text-align: right; margin: 0;width: 120px;"> |
|
|
|
trigger="click" :disabled="true"> |
|
|
|
<div style="text-align: right; margin: 0;width: 120px;" v-show="false"> |
|
|
|
<el-button type="primary" @click="finishPartRollModal" |
|
|
|
style=" width: 120px; margin-bottom: 5px; margin-left: 3PX"> |
|
|
|
产量报告 |
|
|
|
@ -465,9 +465,9 @@ |
|
|
|
未生产下机拆卷 |
|
|
|
</el-button> |
|
|
|
</div> |
|
|
|
<el-button type="primary" class="controller-bun" :disabled="buttonTags.finishScheduleFlag" |
|
|
|
style=" width: 80px; margin-bottom: 5px; " @click="popoverFlag=true" |
|
|
|
slot="reference">其它操作 |
|
|
|
<el-button type="primary" class="controller-bun" :disabled="buttonTags.otherFlag" |
|
|
|
style="width: 80px; margin-bottom: 5px; " @click="popoverFlag=false" |
|
|
|
slot="reference">其她操作 |
|
|
|
</el-button> |
|
|
|
</el-popover> |
|
|
|
</el-form-item> |
|
|
|
@ -2784,6 +2784,7 @@ export default { |
|
|
|
downTimeFlag: false, |
|
|
|
finishScheduleFlag: false, |
|
|
|
otherBunFlag: false, |
|
|
|
otherFlag: true, |
|
|
|
}, |
|
|
|
dataListLoading: false, |
|
|
|
} |
|
|
|
@ -3180,7 +3181,7 @@ export default { |
|
|
|
this.operatorData = JSON.parse(JSON.stringify(operatorData)); |
|
|
|
//切换当前账户的信息 |
|
|
|
//设置弹窗的标题 |
|
|
|
this.titleCon = '机台工作台' + ' - ' + this.scheduleData.workCenterDesc + ' ' |
|
|
|
this.titleCon = '机台工作台' + ' - ' + this.scheduleData.workCenterDesc + '' |
|
|
|
+ this.scheduleData.resourceDesc + ' (' + this.operatorData.operatorName + ')'; |
|
|
|
//刷新菜单 |
|
|
|
}, |
|
|
|
|