出库单修改2
This commit is contained in:
@@ -45,7 +45,7 @@
|
|||||||
<el-table-column prop="outOrder" label="计划顺序" align="center" :show-overflow-tooltip="true" />
|
<el-table-column prop="outOrder" label="计划顺序" align="center" :show-overflow-tooltip="true" />
|
||||||
</el-table>
|
</el-table>
|
||||||
</el-tab-pane>
|
</el-tab-pane>
|
||||||
<el-tab-pane label="全部出库详情" name="3">
|
<el-tab-pane label="全部出库详情(包含计划外)" name="3">
|
||||||
<!-- 数据区域 -->
|
<!-- 数据区域 -->
|
||||||
<vxe-table border keep-source resizable ref="xTable" :loading="loading" max-height="800" :row-config="{isHover: true}" :tree-config="{
|
<vxe-table border keep-source resizable ref="xTable" :loading="loading" max-height="800" :row-config="{isHover: true}" :tree-config="{
|
||||||
transform: true,
|
transform: true,
|
||||||
@@ -65,7 +65,7 @@
|
|||||||
<vxe-column field="outTime" title="出库时间" min-width="120"></vxe-column>
|
<vxe-column field="outTime" title="出库时间" min-width="120"></vxe-column>
|
||||||
<vxe-column field="remark" title="备注"></vxe-column>
|
<vxe-column field="remark" title="备注"></vxe-column>
|
||||||
</vxe-table>
|
</vxe-table>
|
||||||
<pagination background :total="total" :page.sync="queryParams.pageNum" :limit.sync="queryParams.pageSize" @pagination="getAllList" />
|
<!-- <pagination background :total="total" :page.sync="queryParams.pageNum" :limit.sync="queryParams.pageSize" @pagination="getAllList" /> -->
|
||||||
</el-tab-pane>
|
</el-tab-pane>
|
||||||
</el-tabs>
|
</el-tabs>
|
||||||
</div>
|
</div>
|
||||||
@@ -90,7 +90,7 @@
|
|||||||
// 查询参数
|
// 查询参数
|
||||||
queryParams: {
|
queryParams: {
|
||||||
pageNum: 1,
|
pageNum: 1,
|
||||||
pageSize: 20,
|
pageSize: 100,
|
||||||
},
|
},
|
||||||
activeName: '1',
|
activeName: '1',
|
||||||
// 弹出层标题
|
// 弹出层标题
|
||||||
|
|||||||
Reference in New Issue
Block a user