优化
This commit is contained in:
@@ -179,7 +179,7 @@
|
||||
<el-table-column prop="product_weight" label="需求重量" :formatter="crud.formatNum3"/>
|
||||
<el-table-column prop="fact_weight" label="生产重量" :formatter="crud.formatNum3" width="150" align="center">
|
||||
<template scope="scope">
|
||||
<el-input-number size="mini" v-model="scope.row.fact_weight" :precision="3" :controls="false" :min="1" style="width: 120px" />
|
||||
<el-input-number size="mini" v-model="scope.row.fact_weight" :precision="3" :controls="false" :min="1" style="width: 120px" :disabled="scope.row.is_proc > 0" />
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="weight_unit_name" label="单位"/>
|
||||
|
||||
Reference in New Issue
Block a user