|
|
@@ -16,7 +16,7 @@
|
|
|
@update:selection="handleSelectionChange"
|
|
|
>
|
|
|
<template v-slot:toolbar>
|
|
|
- <el-button type="primary" size="mini" @click="handByProd">自建回收单</el-button>
|
|
|
+ <el-button type="primary" size="mini" @click="handByProd">新建回收单</el-button>
|
|
|
</template>
|
|
|
|
|
|
<template v-slot:formedNum="{ row }">
|
|
|
@@ -63,10 +63,20 @@
|
|
|
computed: {
|
|
|
columns() {
|
|
|
return [
|
|
|
+ {
|
|
|
+ columnKey: 'index',
|
|
|
+ label: '序号',
|
|
|
+ type: 'index',
|
|
|
+ width: 55,
|
|
|
+ align: 'center',
|
|
|
+ showOverflowTooltip: true,
|
|
|
+ fixed: 'left'
|
|
|
+ },
|
|
|
{
|
|
|
prop: 'code',
|
|
|
label: '回收单号',
|
|
|
- align: 'left'
|
|
|
+ align: 'left',
|
|
|
+ width: '300'
|
|
|
},
|
|
|
|
|
|
{
|