发货记录保存

This commit is contained in:
zhangdingyu
2019-12-10 17:26:41 +08:00
parent d572a2045d
commit e74d9398eb
3 changed files with 9 additions and 9 deletions

View File

@@ -68,7 +68,7 @@ export default {
},
grid: {
left: '3%',
right: '4%',
right: '8%',
bottom: '3%',
containLabel: true
},

View File

@@ -101,10 +101,10 @@
</el-table-column>
<el-table-column align="center" label="数量" width="100">
<template slot-scope="scope">
<template v-if="disabledPick === false">
<el-input-number v-model="scope.row.数量" :min="1" label="描述文字" size="mini" controls-position="right" style="width:100px" @change="handleChange"/>
</template>
<template v-else>
<!--<template v-if="disabledPick === false">-->
<!--<el-input-number v-model="scope.row.数量" :min="1" label="描述文字" size="mini" controls-position="right" style="width:100px" @change="handleChange"/>-->
<!--</template>-->
<template slot-scope="scope">
{{ scope.row.数量 }}
</template>
</template>