Browse Source

生产查询

master
常熟吴彦祖 4 months ago
parent
commit
70e8abe231
  1. 8
      src/views/modules/yieldReport/com_produce_report_normal.vue

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

@ -519,7 +519,7 @@
<legend class="customer-legend">其他操作</legend>
<el-form style="text-align: center;">
<el-form-item style="margin-top: 10px ; margin-left: 5px">
<el-form-item style="margin-top: 0px ; margin-left: 5px">
<el-popover
placement="right"
width="150"
@ -547,12 +547,12 @@
</el-button>
</div>
<el-button type="primary" class="controller-bun" :disabled="buttonTags.finishScheduleFlag"
style=" width: 80px; margin-bottom: 5px; " @click="popoverFlag=true"
style=" width: 80px; margin-bottom: 5px; "
slot="reference">其他操作
</el-button>
</el-popover>
</el-form-item>
<el-form-item style="margin-top: 10px ; margin-left: 5px">
<el-form-item style="margin-top: 5px ; margin-left: 5px">
<el-popover
placement="right"
width="150"
@ -571,7 +571,7 @@
</el-button>
</div>
<el-button type="primary" class="controller-bun" :disabled="buttonTags.materialMalformedFlag"
style=" width: 80px; margin-bottom: 5px; " @click="popoverFlag2=true"
style=" width: 80px; margin-bottom: 5px; "
slot="reference">材料异常处理
</el-button>
</el-popover>

Loading…
Cancel
Save