|
|
@ -91,7 +91,7 @@ |
|
|
|
<el-button class="group-item" :size="$store.getters.size" type="success" @click="piliangAdd"><svg-icon |
|
|
|
<el-button class="group-item" :size="$store.getters.size" type="success" @click="piliangAdd"><svg-icon |
|
|
|
icon-class="iconiconfonticon02" /> 快速调价任务</el-button> |
|
|
|
icon-class="iconiconfonticon02" /> 快速调价任务</el-button> |
|
|
|
</el-col> |
|
|
|
</el-col> |
|
|
|
<el-col :span="24"> |
|
|
|
<el-col :span="8"> |
|
|
|
<el-button type="primary" :size="$store.getters.size" icon="el-icon-search" @click="search">查询</el-button> |
|
|
|
<el-button type="primary" :size="$store.getters.size" icon="el-icon-search" @click="search">查询</el-button> |
|
|
|
<el-button :size="$store.getters.size" icon="el-icon-refresh" type="info" @click=" |
|
|
|
<el-button :size="$store.getters.size" icon="el-icon-refresh" type="info" @click=" |
|
|
|
page.params = {} |
|
|
|
page.params = {} |
|
|
@ -158,9 +158,10 @@ |
|
|
|
<!-- 分页组件结束 --> |
|
|
|
<!-- 分页组件结束 --> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</ListLayout> |
|
|
|
</ListLayout> |
|
|
|
<!-- 历史记录弹窗 --> |
|
|
|
<!-- 历史记录抽屉 --> |
|
|
|
<el-dialog v-el-drag-dialog title="变更历史" :visible.sync="showHistory" width="55%"> |
|
|
|
<el-drawer :withHeader="false" title="变更历史" :visible.sync="showHistory" direction="ltr" size="55%"> |
|
|
|
<el-table :data="historyData" style="width: 100%"> |
|
|
|
<div style="padding: 20px;"> |
|
|
|
|
|
|
|
<el-table :data="historyData" style="width: 100%" border> |
|
|
|
<el-table-column prop="createTime" label="创建时间" /> |
|
|
|
<el-table-column prop="createTime" label="创建时间" /> |
|
|
|
|
|
|
|
|
|
|
|
<el-table-column prop="name" label="基础个人价"> |
|
|
|
<el-table-column prop="name" label="基础个人价"> |
|
|
@ -196,7 +197,9 @@ |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
</el-table-column> |
|
|
|
</el-table> |
|
|
|
</el-table> |
|
|
|
</el-dialog> |
|
|
|
</div> |
|
|
|
|
|
|
|
</el-drawer> |
|
|
|
|
|
|
|
|
|
|
|
<!-- 导出弹窗 --> |
|
|
|
<!-- 导出弹窗 --> |
|
|
|
<el-dialog v-el-drag-dialog title="导出" :visible.sync="outPutDialog" width="20%"> |
|
|
|
<el-dialog v-el-drag-dialog title="导出" :visible.sync="outPutDialog" width="20%"> |
|
|
|
<OilSiteOilsPriceOutput :page="page" :dataPage="dataPage" v-if="outPutDialog" |
|
|
|
<OilSiteOilsPriceOutput :page="page" :dataPage="dataPage" v-if="outPutDialog" |
|
|
|