页面展示优化
This commit is contained in:
parent
836d175705
commit
3a57022d7b
@ -500,6 +500,7 @@
|
|||||||
<el-table-column
|
<el-table-column
|
||||||
label="出库数量"
|
label="出库数量"
|
||||||
prop="outboundQuantity"
|
prop="outboundQuantity"
|
||||||
|
align="center"
|
||||||
width="150"
|
width="150"
|
||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
@ -515,6 +516,7 @@
|
|||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
|
v-if="form.status < 2"
|
||||||
label="库存数量"
|
label="库存数量"
|
||||||
align="center"
|
align="center"
|
||||||
prop="stockQuantity"
|
prop="stockQuantity"
|
||||||
|
@ -408,6 +408,7 @@
|
|||||||
<el-table-column
|
<el-table-column
|
||||||
label="出库数量"
|
label="出库数量"
|
||||||
prop="outboundQuantity"
|
prop="outboundQuantity"
|
||||||
|
align="center"
|
||||||
width="150"
|
width="150"
|
||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
@ -415,6 +416,7 @@
|
|||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
|
v-if="form.status < 2"
|
||||||
label="库存数量"
|
label="库存数量"
|
||||||
align="center"
|
align="center"
|
||||||
prop="stockQuantity"
|
prop="stockQuantity"
|
||||||
|
Loading…
Reference in New Issue
Block a user