|
@@ -17,17 +17,17 @@
|
|
|
@resetColumn="resetColumnTwo('crud','option','optionList',141)"
|
|
|
@saveColumn="saveColumnTwo('crud','option','optionList',241)"
|
|
|
:page.sync="page">
|
|
|
- <template slot="purchaseCompanyIdSearch">
|
|
|
+ <!-- <template slot="purchaseCompanyIdSearch">
|
|
|
<crop-select v-model="search.purchaseCompanyId" corpType="GS"/>
|
|
|
</template>
|
|
|
<template slot="purchaseCompanyId" slot-scope="{row}">
|
|
|
{{ row.purchaseCompanyName }}
|
|
|
- </template>
|
|
|
- <!-- <template slot-scope="{type,size,row,$index}" slot="menu">
|
|
|
- <el-button icon="el-icon-view" :size="size" :type="type" @click="$refs.crud.rowUpdate(row,$index)">编辑</el-button>
|
|
|
+ </template> -->
|
|
|
+ <template slot-scope="{type,size,row,$index}" slot="menu">
|
|
|
+ <!-- <el-button icon="el-icon-view" :size="size" :type="type" @click="$refs.crud.rowUpdate(row,$index)">编辑</el-button> -->
|
|
|
<el-button icon="el-icon-delete" :size="size" v-if="row.status == 0" :type="type" @click="$refs.crud.rowDel(row,$index)">删除
|
|
|
</el-button>
|
|
|
- </template> -->
|
|
|
+ </template>
|
|
|
</avue-crud>
|
|
|
</basic-container>
|
|
|
<detailsPage v-if="detailsOpen" :onLoad="form" :detailData="detailData" @backToList="backToList"></detailsPage>
|
|
@@ -112,7 +112,12 @@ export default {
|
|
|
// label: "dictValue",
|
|
|
// value: "dictKey"
|
|
|
// }
|
|
|
- }]
|
|
|
+ },{
|
|
|
+ label: '合同号',
|
|
|
+ prop: 'contractNo',
|
|
|
+ width: 300,
|
|
|
+ search: true,
|
|
|
+ },]
|
|
|
}
|
|
|
}
|
|
|
},
|