|
@@ -2,8 +2,8 @@
|
|
<div class="page">
|
|
<div class="page">
|
|
<el-form size="small" :inline="true" class="query-form" ref="searchForm" :model="searchForm" @keyup.enter.native="refreshList()" @submit.native.prevent>
|
|
<el-form size="small" :inline="true" class="query-form" ref="searchForm" :model="searchForm" @keyup.enter.native="refreshList()" @submit.native.prevent>
|
|
<!-- 搜索框-->
|
|
<!-- 搜索框-->
|
|
- <el-form-item label="采购简述" prop="purchaseSketch">
|
|
|
|
- <el-input size="small" v-model="searchForm.purchaseSketch" placeholder="请输入采购简述" clearable></el-input>
|
|
|
|
|
|
+ <el-form-item label="采购名称" prop="purchaseSketch">
|
|
|
|
+ <el-input size="small" v-model="searchForm.purchaseSketch" placeholder="请输入采购名称" clearable></el-input>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
<!-- <el-form-item label="经办人" prop="handledBy">-->
|
|
<!-- <el-form-item label="经办人" prop="handledBy">-->
|
|
<!-- <el-input size="small" v-model="searchForm.handledBy" placeholder="请输入经办人" clearable></el-input>-->
|
|
<!-- <el-input size="small" v-model="searchForm.handledBy" placeholder="请输入经办人" clearable></el-input>-->
|
|
@@ -117,7 +117,7 @@
|
|
:checkbox-config="{}">
|
|
:checkbox-config="{}">
|
|
<vxe-column type="seq" width="60" title="序号"></vxe-column>
|
|
<vxe-column type="seq" width="60" title="序号"></vxe-column>
|
|
<vxe-column min-width="160" align="center" title="采购编号" field="purchaseNo"></vxe-column>
|
|
<vxe-column min-width="160" align="center" title="采购编号" field="purchaseNo"></vxe-column>
|
|
- <vxe-column min-width="160" align="center" title="采购简述" field="purchaseSketch">
|
|
|
|
|
|
+ <vxe-column min-width="160" align="center" title="采购名称" field="purchaseSketch">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<el-link type="primary" :underline="false" v-if="hasPermission('material:list')" @click="view(scope.row.id)">{{scope.row.purchaseSketch}}</el-link>
|
|
<el-link type="primary" :underline="false" v-if="hasPermission('material:list')" @click="view(scope.row.id)">{{scope.row.purchaseSketch}}</el-link>
|
|
<el-link type="primary" :underline="false" v-else-if="hasPermission('material:list')" @click="view(scope.row.id,)">{{scope.row.purchaseSketch}}</el-link>
|
|
<el-link type="primary" :underline="false" v-else-if="hasPermission('material:list')" @click="view(scope.row.id,)">{{scope.row.purchaseSketch}}</el-link>
|