Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
wmsApp
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
0d3a596a
authored
Feb 08, 2025
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
移动端--增加寄售相关类型查询以及数据展示
parent
3b5d5a79
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
9 deletions
pages/putaway/record.vue
pages/tallyReceive/record.vue
util/api.js
pages/putaway/record.vue
View file @
0d3a596a
...
...
@@ -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"
>
...
...
pages/tallyReceive/record.vue
View file @
0d3a596a
...
...
@@ -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
:
{
...
...
util/api.js
View file @
0d3a596a
//
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
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment