28日文档
This commit is contained in:
@@ -235,18 +235,21 @@
|
||||
<!--</template>-->
|
||||
<!--</el-table-column>-->
|
||||
</el-table>
|
||||
<div class="block" style="display: inline-block;">
|
||||
<el-pagination
|
||||
:current-page="pageCurrent11"
|
||||
:page-sizes="[10, 50, 100, 150]"
|
||||
:page-size="pageSize11"
|
||||
:total="total11"
|
||||
style="display:inline-block;width:50px"
|
||||
layout="total, sizes, prev, pager, next, jumper"
|
||||
@size-change="handleSizeChange11"
|
||||
@current-change="handleCurrentChange11"/>
|
||||
<div class="block" style="display: inline-block;width:1150px;float: right;">
|
||||
<div style="display: inline-block;float: right;">
|
||||
<el-pagination
|
||||
:current-page="pageCurrent11"
|
||||
:page-sizes="[10, 50, 100, 150]"
|
||||
:page-size="pageSize11"
|
||||
:total="total11"
|
||||
mini
|
||||
style="display:inline-block;margin-right: 0px"
|
||||
layout="total, sizes, prev, pager, next, jumper"
|
||||
@size-change="handleSizeChange11"
|
||||
@current-change="handleCurrentChange11"/>
|
||||
</div>
|
||||
</div>
|
||||
<div style="display: inline-block; float: left">
|
||||
<div style="display: inline-block;float: left">
|
||||
<el-tooltip :open-delay="1000" effect="dark" content="为选择的询价单添加物料" placement="top">
|
||||
<el-button
|
||||
type="primary"
|
||||
@@ -417,16 +420,19 @@
|
||||
<!--</el-table-column>-->
|
||||
</el-table>
|
||||
</el-row>
|
||||
<div class="block" style="display: inline-block;">
|
||||
<el-pagination
|
||||
:current-page="pageCurrent12"
|
||||
:page-sizes="[10, 50, 100, 150]"
|
||||
:page-size="pageSize12"
|
||||
:total="total12"
|
||||
style="display:inline-block;width:50px"
|
||||
layout="total, sizes, prev, pager, next, jumper"
|
||||
@size-change="handleSizeChange12"
|
||||
@current-change="handleCurrentChange12"/>
|
||||
<div class="block" style="display: inline-block;width:1150px;float: right;">
|
||||
<div style="display: inline-block;float: right;">
|
||||
<el-pagination
|
||||
:current-page="pageCurrent12"
|
||||
:page-sizes="[10, 50, 100, 150]"
|
||||
:page-size="pageSize12"
|
||||
:total="total12"
|
||||
mini
|
||||
style="display:inline-block;margin-right: 0px"
|
||||
layout="total, sizes, prev, pager, next, jumper"
|
||||
@size-change="handleSizeChange12"
|
||||
@current-change="handleCurrentChange12"/>
|
||||
</div>
|
||||
</div>
|
||||
<div style="display: inline-block; float: left">
|
||||
<el-tooltip :open-delay="1000" effect="dark" content="为选择的询价单添加物料" placement="top">
|
||||
@@ -2572,4 +2578,7 @@ export default {
|
||||
line-height: 46px;
|
||||
}
|
||||
}
|
||||
el-pagination__sizes {
|
||||
width: 10px;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -144,16 +144,30 @@
|
||||
<el-tooltip :open-delay="100" effect="dark" content="将勾选的物料库中物料选入到选中的离线合同" placement="top">
|
||||
<el-button type="primary" size="small" icon="el-icon-bottom" plain style="margin: 0px 40px 0px 0px; display: inline-block" @click="addMateriel">选入物料</el-button>
|
||||
</el-tooltip>
|
||||
<div class="block" style="margin: 10px 0 0 0;display: inline-block">
|
||||
<el-pagination
|
||||
:current-page="pageCurrent11"
|
||||
:page-sizes="[10, 20, 30, 40, 100]"
|
||||
:page-size="pageSize11"
|
||||
:total="total11"
|
||||
style="display:inline-block;width:800px"
|
||||
layout="total, sizes, prev, pager, next, jumper"
|
||||
@size-change="handleSizeChange11"
|
||||
@current-change="handleCurrentChange11"/>
|
||||
<!--<div class="block" style="margin: 10px 0 0 0;display: inline-block">-->
|
||||
<!--<el-pagination-->
|
||||
<!--:current-page="pageCurrent11"-->
|
||||
<!--:page-sizes="[10, 20, 30, 40, 100]"-->
|
||||
<!--:page-size="pageSize11"-->
|
||||
<!--:total="total11"-->
|
||||
<!--style="display:inline-block;width:800px"-->
|
||||
<!--layout="total, sizes, prev, pager, next, jumper"-->
|
||||
<!--@size-change="handleSizeChange11"-->
|
||||
<!--@current-change="handleCurrentChange11"/>-->
|
||||
<!--</div>-->
|
||||
<div class="block" style="display: inline-block;width:1150px;float: right;">
|
||||
<div style="display: inline-block;float: right;">
|
||||
<el-pagination
|
||||
:current-page="pageCurrent11"
|
||||
:page-sizes="[10, 20, 30, 40, 100]"
|
||||
:page-size="pageSize11"
|
||||
:total="total11"
|
||||
mini
|
||||
style="display:inline-block;margin-right: 0px"
|
||||
layout="total, sizes, prev, pager, next, jumper"
|
||||
@size-change="handleSizeChange11"
|
||||
@current-change="handleCurrentChange11"/>
|
||||
</div>
|
||||
</div>
|
||||
<!--:row-class-name="tableRowClassName2"-->
|
||||
</el-tab-pane>
|
||||
@@ -197,16 +211,30 @@
|
||||
<el-tooltip :open-delay="100" effect="dark" content="将勾选的物料库中物料选入到选中的离线合同" placement="top">
|
||||
<el-button type="primary" size="small" icon="el-icon-bottom" plain style="margin: 5px 40px 0px 0px; display: inline-block" @click="addMateriel">选入物料</el-button>
|
||||
</el-tooltip>
|
||||
<div class="block" style="display: inline-block">
|
||||
<el-pagination
|
||||
:current-page="pageCurrent22"
|
||||
:page-sizes="[20, 50, 100, 150]"
|
||||
:page-size="pageSize22"
|
||||
:total="total22"
|
||||
style="display:inline-block;width:50%"
|
||||
layout="total, sizes, prev, pager, next, jumper"
|
||||
@size-change="handleSizeChange22"
|
||||
@current-change="handleCurrentChange22"/>
|
||||
<!--<div class="block" style="display: inline-block">-->
|
||||
<!--<el-pagination-->
|
||||
<!--:current-page="pageCurrent22"-->
|
||||
<!--:page-sizes="[20, 50, 100, 150]"-->
|
||||
<!--:page-size="pageSize22"-->
|
||||
<!--:total="total22"-->
|
||||
<!--style="display:inline-block;width:50%"-->
|
||||
<!--layout="total, sizes, prev, pager, next, jumper"-->
|
||||
<!--@size-change="handleSizeChange22"-->
|
||||
<!--@current-change="handleCurrentChange22"/>-->
|
||||
<!--</div>-->
|
||||
<div class="block" style="display: inline-block;width:1150px;float: right;">
|
||||
<div style="display: inline-block;float: right;">
|
||||
<el-pagination
|
||||
:current-page="pageCurrent22"
|
||||
:page-sizes="[20, 50, 100, 150]"
|
||||
:page-size="pageSize22"
|
||||
:total="total22"
|
||||
mini
|
||||
style="display:inline-block;margin-right: 0px"
|
||||
layout="total, sizes, prev, pager, next, jumper"
|
||||
@size-change="handleSizeChange22"
|
||||
@current-change="handleCurrentChange22"/>
|
||||
</div>
|
||||
</div>
|
||||
</el-tab-pane>
|
||||
</el-tabs>
|
||||
|
||||
Reference in New Issue
Block a user