|
@@ -32,6 +32,13 @@
|
|
row.billNo
|
|
row.billNo
|
|
}}</span>
|
|
}}</span>
|
|
</template>
|
|
</template>
|
|
|
|
+ <template slot="corpShortNameSearch" slot-scope="{ row,index}">
|
|
|
|
+ <crop-select
|
|
|
|
+ v-model="row.corpId"
|
|
|
|
+ :corpType="'KH'"
|
|
|
|
+ :label="'shortName'"
|
|
|
|
+ ></crop-select>
|
|
|
|
+ </template>
|
|
<template slot="corpName" slot-scope="{row,index}">
|
|
<template slot="corpName" slot-scope="{row,index}">
|
|
<span class="el-button--text" style="cursor: pointer"
|
|
<span class="el-button--text" style="cursor: pointer"
|
|
@click.stop="celJump(row,index)">{{ row.corpName }}</span>
|
|
@click.stop="celJump(row,index)">{{ row.corpName }}</span>
|