|
@@ -30,27 +30,21 @@
|
|
|
</el-dropdown>
|
|
</el-dropdown>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
<el-form-item>
|
|
<el-form-item>
|
|
|
- <router-link :to="'/oilsupplier/oilcatalogsub/add/incomeedit'">
|
|
|
|
|
- <el-button type="primary" size="mini" style="margin-left:10px; margin-top: -4px;">添加申请</el-button>
|
|
|
|
|
|
|
+ <router-link :to="'/oilsupplier/oilcatalogsub/add/incomeedit?type=7'">
|
|
|
|
|
+ <el-button type="primary" size="mini" style="margin-left:10px; margin-top: -4px;">添加收入业务申请</el-button>
|
|
|
|
|
+ </router-link>
|
|
|
|
|
+ <router-link :to="'/oilsupplier/oilcatalogsub/add/incomeedit?type=6'">
|
|
|
|
|
+ <el-button type="primary" size="mini" style="margin-left:10px; margin-top: -4px;">添加外部市场申请</el-button>
|
|
|
</router-link>
|
|
</router-link>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-form>
|
|
</el-form>
|
|
|
</div>
|
|
</div>
|
|
|
<el-table :data="entityList" border height="calc(100vh - 243px)" style="width: 100%" size="mini" @sort-change="orderby" v-loading="tableLoading">
|
|
<el-table :data="entityList" border height="calc(100vh - 243px)" style="width: 100%" size="mini" @sort-change="orderby" v-loading="tableLoading">
|
|
|
- <el-table-column label="操作" align="center" fixed="right">
|
|
|
|
|
|
|
+ <el-table-column label="操作" align="center" fixed="right" width="150">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
- <router-link :to="'/oilsupplier/oilcatalogsub/' + scope.row.Id + '/incomeedit'">
|
|
|
|
|
|
|
+ <router-link :to="'/oilsupplier/oilcatalogsub/' + scope.row.Id + '/incomeedit?type=' + scope.row.Type">
|
|
|
<el-button type="primary" plain title="打开" size="mini">打开</el-button>
|
|
<el-button type="primary" plain title="打开" size="mini">打开</el-button>
|
|
|
</router-link>
|
|
</router-link>
|
|
|
- <!--<el-popover placement="top" title="提示">-->
|
|
|
|
|
- <!--<el-alert title="" description="确认要删除吗?" type="warning" :closable="false">-->
|
|
|
|
|
- <!--</el-alert>-->
|
|
|
|
|
- <!--<br/>-->
|
|
|
|
|
- <!--<div style="text-align: right; margin: 0">-->
|
|
|
|
|
- <!--<el-button type="danger" size="mini" @click="deleteEntityanditems(scope.row)">删除</el-button>-->
|
|
|
|
|
- <!--</div>-->
|
|
|
|
|
- <!---->
|
|
|
|
|
- <!--</el-popover>-->
|
|
|
|
|
<el-button slot="reference" type="danger" plain title="删除" style="margin-left:10px" size="mini"
|
|
<el-button slot="reference" type="danger" plain title="删除" style="margin-left:10px" size="mini"
|
|
|
:disabled="scope.row.Status > 0" @click="deleteEntityanditems(scope.row)">删除</el-button>
|
|
:disabled="scope.row.Status > 0" @click="deleteEntityanditems(scope.row)">删除</el-button>
|
|
|
</template>
|
|
</template>
|