fix:光子大屏两个数的文案更改,半成品库中去掉有效期,入库检验按操作时间排序
This commit is contained in:
parent
8335607623
commit
ebb2a830ff
|
|
@ -48,21 +48,13 @@
|
||||||
<div class="totalNumContnier">
|
<div class="totalNumContnier">
|
||||||
<div class="totalNumWrap totalNumWrap_green">
|
<div class="totalNumWrap totalNumWrap_green">
|
||||||
<img src="img/number_bg_green.png" />
|
<img src="img/number_bg_green.png" />
|
||||||
<span class="totalNumText"
|
<span class="totalNumText">本周预制棒合格数</span>
|
||||||
>预制棒合格数</span
|
<div class="totalNumber">{{ countOk_dept7 }}</div>
|
||||||
>
|
|
||||||
<div class="totalNumber">
|
|
||||||
{{ countOk_dept7 }}
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="totalNumWrap totalNum_blue">
|
<div class="totalNumWrap totalNum_blue">
|
||||||
<img src="img/number_bg_blue.png" />
|
<img src="img/number_bg_blue.png" />
|
||||||
<span class="totalNumText"
|
<span class="totalNumText">本周预制管合格数</span>
|
||||||
>预制管合格数</span
|
<div class="totalNumber">{{ countOk_dept10 }}</div>
|
||||||
>
|
|
||||||
<div class="totalNumber">
|
|
||||||
{{ countOk_dept10 }}
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -573,7 +565,7 @@ export default {
|
||||||
this.getPlanRate();
|
this.getPlanRate();
|
||||||
this.getMaterialList();
|
this.getMaterialList();
|
||||||
},
|
},
|
||||||
//本周6车间交付数----棒管交付数
|
//本周棒管交付数
|
||||||
getsaleOut() {
|
getsaleOut() {
|
||||||
let that = this;
|
let that = this;
|
||||||
let obj = {
|
let obj = {
|
||||||
|
|
@ -2160,7 +2152,7 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
.totalNumWrap > img {
|
.totalNumWrap > img {
|
||||||
width: 10vw;
|
width: 12vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
.totalNumWrap_green > .totalNumber {
|
.totalNumWrap_green > .totalNumber {
|
||||||
|
|
@ -2176,7 +2168,7 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
.totalNumber {
|
.totalNumber {
|
||||||
font-size: 25px;
|
font-size: 2vw;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
|
|
|
||||||
|
|
@ -66,8 +66,8 @@
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="物料存量" prop="count">
|
<el-table-column label="物料存量" prop="count">
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="有效期" prop="expiration_date">
|
<!-- <el-table-column label="有效期" prop="expiration_date">
|
||||||
</el-table-column>
|
</el-table-column> -->
|
||||||
<el-table-column label="更新时间" prop="update_time">
|
<el-table-column label="更新时间" prop="update_time">
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column width="90">
|
<el-table-column width="90">
|
||||||
|
|
|
||||||
|
|
@ -89,8 +89,9 @@ export default {
|
||||||
apiObj: this.$API.inm.mioitem.list,
|
apiObj: this.$API.inm.mioitem.list,
|
||||||
query: {
|
query: {
|
||||||
test_date: '',
|
test_date: '',
|
||||||
|
ordering: '-test_date'
|
||||||
},
|
},
|
||||||
params: { type: 20, mio__type: 'pur_in' },
|
params: { type: 20, mio__type: 'pur_in',ordering: '-test_date'},
|
||||||
selection: [],
|
selection: [],
|
||||||
state_: {
|
state_: {
|
||||||
10: '',
|
10: '',
|
||||||
|
|
|
||||||
|
|
@ -120,7 +120,7 @@
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="型号" prop="型号">
|
<el-table-column label="型号" prop="型号">
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="数量" prop="count">
|
<el-table-column label="数量" prop="数量">
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
</el-table>
|
</el-table>
|
||||||
</el-card>
|
</el-card>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue