|
|
@ -55,6 +55,7 @@ |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column prop="applicationDate" label="发起日期" align="center" width="100"/> |
|
|
|
<el-table-column prop="applicationCode" label="入库申请编号" align="center" width="165"/> |
|
|
|
<el-table-column label="采购申请编号" align="center" width="170"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span class="bluezi" @click="hangleLook(scope.row)">{{ scope.row.pcApplicationCode }}</span> |
|
|
|