Commit 0d3a596a by LJM

移动端--增加寄售相关类型查询以及数据展示

parent 3b5d5a79
......@@ -42,6 +42,10 @@
<radio value="2" style="transform:scale(0.7)" color="#1969f9" />
<text>退货入库</text>
</label>
<label>
<radio value="8" style="transform:scale(0.7)" color="#1969f9" />
<text>寄售入库</text>
</label>
</radio-group>
</view>
<view class="radio-wrap row bothSide verCenter">
......
......@@ -58,6 +58,10 @@
<radio value="2" style="transform:scale(0.7)" color="#1969f9" :checked="purchase_type_filter[2]" />
<text>退货入库</text>
</label>
<label @click="updatePurchaseTypeFilter(3,1)">
<radio value="8" style="transform:scale(0.7)" color="#1969f9" :checked="purchase_type_filter[3]" />
<text>寄售入库</text>
</label>
</radio-group>
</view>
<!-- 理货状态筛选 -->
......@@ -447,7 +451,7 @@
hasMoreData: true, //是否分页加载
image_list: [], //图片列表
maxNum: 10, //最大上传图片数量
purchase_type_filter: [false, false, false], //采购类型筛选状态标记
purchase_type_filter: [false, false, false, false], //采购类型筛选状态标记
watch_all_index: 0,
watch_all_arr: ['我的理货', '全部理货'],
searchParams: {
......
// const API_BASE_USER = 'http://user.liexindev.net'; //用户系统
// const API_BASE_PUR = 'http://pur.liexindev.net'; //采购系统
// const API_BASE = 'http://wms.liexindev.net'; //WMS系统
// const API_BASE_OSS = 'http://image.liexindev.net'; //oss系统
const API_BASE_USER = 'http://user.liexindev.net'; //用户系统
const API_BASE_PUR = 'http://pur.liexindev.net'; //采购系统
const API_BASE = 'http://wms.liexindev.net'; //WMS系统
const API_BASE_OSS = 'http://image.liexindev.net'; //oss系统
const API_BASE_USER = 'https://user.ichunt.net'; //用户系统
const API_BASE_PUR = 'https://purchase.ichunt.net'; //采购系统
const API_BASE = 'https://wms.ichunt.net'; //WMS系统
const API_BASE_OSS = 'https://image.ichunt.net'; //oss系统
// const API_BASE_USER = 'https://user.ichunt.net'; //用户系统
// const API_BASE_PUR = 'https://purchase.ichunt.net'; //采购系统
// const API_BASE = 'https://wms.ichunt.net'; //WMS系统
// const API_BASE_OSS = 'https://image.ichunt.net'; //oss系统
const API = {
......
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