Commit f34f8fe8 by LJM

PDD端按容器上架后未更新列表

parent 836a004d
......@@ -179,7 +179,7 @@ export default {
return {
input_flag: false,
page: 1,
limit: 30,
limit: 50,
index: 0,
array: ['物流单号', '入库单号', '入仓号'],
list: [],
......
......@@ -109,11 +109,11 @@
<text class="tt">标准品牌:</text>
<text class="yy">{{ item.brand_name }}</text>
</view>
<view class="bar row verCenter" style="flex: 0 0 30%;">
<view class="bar row verCenter" style="flex: 0 0 20%;">
<text class="tt">数量:</text>
<text class="yy">{{ item.expect_qty }}</text>
</view>
<view class="bar row verCenter" style="flex: 0 0 30%;">
<view class="bar row verCenter" style="flex: 0 0 40%;">
<text class="tt">入仓号:</text>
<text class="yy">{{ item.inhouse }}</text>
</view>
......@@ -148,7 +148,7 @@ export default {
input_flag: false,
all_flag: false, //全选标记
page: 1,
limit: 30,
limit: 50,
index: 0,
array: ['物流单号', '入库单号', '入仓号'],
list: [],
......
......@@ -96,7 +96,7 @@ export default {
input_flag: false,
all_flag: false, //全选标记
page: 1,
limit: 30,
limit: 50,
hasMoreData: true, //是否分页加载
list: [],
filter_list: [], //筛选已选中的列表
......
......@@ -163,7 +163,7 @@ export default {
input_contaion: false,
all_flag: false, //全选标记
page: 1,
limit: 30,
limit: 50,
index: 0,
indexContainer: -1,
array: ['物流单号', '入库单号', '入仓号'],
......
......@@ -228,7 +228,7 @@ export default {
data() {
return {
page: 1,
limit: 30,
limit: 50,
input_flag: false,
index: 0,
array: ['物流单号', '入库单号', '入仓号'],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment