Commit 52db1a89 authored by 李苏's avatar 李苏 💬

调整

parent e8191716
......@@ -6,8 +6,15 @@
showExcel:false,
showPrint:false,
showField:true
}" ref="basePage" :power='power' class="min_full" style="height: 100%;" :config="config"> ref="basePage"
:power='power' class="min_full" :config="config">
}" ref="basePage" :power='power' class="min_full" style="height: 100%;" :config="config">
<template slot="tabCustom2">
<el-table-column label="拣货数量" width="120" header-align="center" fixed="right">
<template slot-scope="scope">
<el-input type='number' v-model="scope.row['sl']" ></el-input>
</template>
</el-table-column>
</template>
<template #dialog="ctx">
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
......@@ -100,12 +107,12 @@
width: 120,
fieldType: 'float'
},
{
title: "拣货数量",
field: "sl",
width: 120,
fieldType: 'float'
},
// {
// title: "拣货数量",
// field: "sl",
// width: 120,
// type:'inputNumber'
// },
{
title: "计量单位",
field: "jldwName",
......@@ -127,7 +134,7 @@
field: "zlh",
width: 180,
},
{
title: "货主",
field: "hzName",
......@@ -235,5 +242,8 @@
}
</script>
<style scoped>
<style scoped lang="scss">
::v-deep .el-input__inner:focus{
border-color: #eee;
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment