更新
This commit is contained in:
@@ -127,7 +127,7 @@
|
||||
<div id="son21" :class="[isActive ? color[5] : 'weikaishi']" class="module" style="position: relative;left: -1225px;top:235px; width: 80px;height: 48px;">
|
||||
<el-tooltip :open-delay="600" placement="top">
|
||||
<div slot="content">采购计划完成率:{{ `${data2[0].车间采购}%` }}</div>
|
||||
<el-button :disabled="disabled" :class="[isActive ? color[5] : 'weikaishi']" type="text" @click.stop="searchDiv17">车间采购<br>{{ `${data2[0].车间采购}%` }}</el-button>
|
||||
<el-button :disabled="disabled" :class="[isActive ? color[5] : 'weikaishi']" type="text" @click.stop="searchDiv17">制造部采购<br>{{ `${data2[0].车间采购}%` }}</el-button>
|
||||
</el-tooltip>
|
||||
</div>
|
||||
<div id="son22" :class="[isActive ? color[4] : 'weikaishi']" class="module" style="position: relative;left: -465px;top:278px; width: 80px;height: 48px;">
|
||||
@@ -911,7 +911,7 @@
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<div class="grid-content bg-purple" style="width: 99%; height: 340px; border: 1px solid #DCDFE6;text-align: center">
|
||||
<h3>车间采购</h3>
|
||||
<h3>制造部采购</h3>
|
||||
<el-table
|
||||
id="div3"
|
||||
ref="div3"
|
||||
@@ -943,7 +943,7 @@
|
||||
{{ scope.row.总零件数量 ? scope.row.总零件数量 : '0' }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column align="center" label="车间采购到货" width="60px">
|
||||
<el-table-column align="center" label="采购到货" width="60px">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.到货数量 ? scope.row.到货数量 : 0 }}
|
||||
</template>
|
||||
@@ -1511,10 +1511,10 @@
|
||||
</el-row>
|
||||
</el-card>
|
||||
</div>
|
||||
<!--车间采购-->
|
||||
<!--制造部采购-->
|
||||
<div v-show="showDiv17">
|
||||
<el-card class="showDiv">
|
||||
<h3 style="align-content: center">{{ Machine }} : 车间采购</h3>
|
||||
<h3 style="align-content: center">{{ Machine }} : 制造部采购</h3>
|
||||
<el-row style="margin-top: 10px">
|
||||
<el-col :span="12">
|
||||
<div class="grid-content bg-purple" style="width: 99%; height: 340px; border: 1px solid #DCDFE6;text-align: center">
|
||||
|
||||
Reference in New Issue
Block a user