Commit 0ac2e085 by liangjianmin

feat(tallyReceive): 提升图片最大上传数量限制

- 将图片最大上传数量从10提高到100
- 支持更多图片同时上传,提升用户使用体验
parent 79176d63
Showing with 1 additions and 1 deletions
...@@ -458,7 +458,7 @@ ...@@ -458,7 +458,7 @@
detail: {}, //详情的数据 detail: {}, //详情的数据
hasMoreData: true, //是否分页加载 hasMoreData: true, //是否分页加载
image_list: [], //图片列表 image_list: [], //图片列表
maxNum: 10, //最大上传图片数量 maxNum: 100, //最大上传图片数量
purchase_type_filter: [false, false, false, false], //采购类型筛选状态标记 purchase_type_filter: [false, false, false, false], //采购类型筛选状态标记
watch_all_index: 0, watch_all_index: 0,
watch_all_arr: ['我的理货', '全部理货'], watch_all_arr: ['我的理货', '全部理货'],
......
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