Commit f34f8fe8 by LJM

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

parent 836a004d
...@@ -179,7 +179,7 @@ export default { ...@@ -179,7 +179,7 @@ export default {
return { return {
input_flag: false, input_flag: false,
page: 1, page: 1,
limit: 30, limit: 50,
index: 0, index: 0,
array: ['物流单号', '入库单号', '入仓号'], array: ['物流单号', '入库单号', '入仓号'],
list: [], list: [],
......
...@@ -109,11 +109,11 @@ ...@@ -109,11 +109,11 @@
<text class="tt">标准品牌:</text> <text class="tt">标准品牌:</text>
<text class="yy">{{ item.brand_name }}</text> <text class="yy">{{ item.brand_name }}</text>
</view> </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="tt">数量:</text>
<text class="yy">{{ item.expect_qty }}</text> <text class="yy">{{ item.expect_qty }}</text>
</view> </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="tt">入仓号:</text>
<text class="yy">{{ item.inhouse }}</text> <text class="yy">{{ item.inhouse }}</text>
</view> </view>
...@@ -148,7 +148,7 @@ export default { ...@@ -148,7 +148,7 @@ export default {
input_flag: false, input_flag: false,
all_flag: false, //全选标记 all_flag: false, //全选标记
page: 1, page: 1,
limit: 30, limit: 50,
index: 0, index: 0,
array: ['物流单号', '入库单号', '入仓号'], array: ['物流单号', '入库单号', '入仓号'],
list: [], list: [],
......
...@@ -96,7 +96,7 @@ export default { ...@@ -96,7 +96,7 @@ export default {
input_flag: false, input_flag: false,
all_flag: false, //全选标记 all_flag: false, //全选标记
page: 1, page: 1,
limit: 30, limit: 50,
hasMoreData: true, //是否分页加载 hasMoreData: true, //是否分页加载
list: [], list: [],
filter_list: [], //筛选已选中的列表 filter_list: [], //筛选已选中的列表
......
...@@ -163,7 +163,7 @@ export default { ...@@ -163,7 +163,7 @@ export default {
input_contaion: false, input_contaion: false,
all_flag: false, //全选标记 all_flag: false, //全选标记
page: 1, page: 1,
limit: 30, limit: 50,
index: 0, index: 0,
indexContainer: -1, indexContainer: -1,
array: ['物流单号', '入库单号', '入仓号'], array: ['物流单号', '入库单号', '入仓号'],
......
...@@ -228,7 +228,7 @@ export default { ...@@ -228,7 +228,7 @@ export default {
data() { data() {
return { return {
page: 1, page: 1,
limit: 30, limit: 50,
input_flag: false, input_flag: false,
index: 0, index: 0,
array: ['物流单号', '入库单号', '入仓号'], 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