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
edf69054
authored
Apr 08, 2025
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
三方送检
parent
26d0aa0e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
23 additions
and
4 deletions
assets/css/preCheck/list.scss
assets/css/preCheck/thirdPartyInspectionStatus.scss
pages.json
pages/index/index.vue
pages/preCheck/thirdPartyInspectionStatus.vue
util/api.js
assets/css/preCheck/list.scss
View file @
edf69054
...
...
@@ -231,14 +231,14 @@
}
}
.btn2
{
width
:
300
rpx
;
width
:
248
rpx
;
height
:
75rpx
;
background
:
#
02a7f0
;
background
:
#
ffffff
;
font-size
:
23rpx
;
color
:
#ff
ffff
;
color
:
#ff
3700
;
}
.btn3
{
width
:
calc
(
100%
-
42
8rpx
);
width
:
calc
(
100%
-
24
8rpx
);
height
:
75rpx
;
background
:
#1969f9
;
font-size
:
23rpx
;
...
...
assets/css/preCheck/thirdPartyInspectionStatus.scss
0 → 100644
View file @
edf69054
This diff is collapsed.
Click to expand it.
pages.json
View file @
edf69054
...
...
@@ -450,6 +450,11 @@
"style"
:
{
"navigationBarTitleText"
:
"出库发货"
}
},
{
"path"
:
"pages/preCheck/thirdPartyInspectionStatus"
,
"style"
:
{
"navigationBarTitleText"
:
"三方送检"
}
}],
"globalStyle"
:
{
"navigationBarTextStyle"
:
"black"
,
...
...
pages/index/index.vue
View file @
edf69054
...
...
@@ -104,6 +104,12 @@
</view>
<text
class=
"text"
>
预检单
</text>
</navigator>
<navigator
class=
"box-li column rowCenter verCenter"
url=
"/pages/preCheck/thirdPartyInspectionStatus"
hover-class=
"none"
>
<view
class=
"box row rowCenter verCenter"
>
<image
src=
"/static/home/@2x(5).png"
></image>
</view>
<text
class=
"text"
>
三方送检
</text>
</navigator>
</view>
</view>
</
template
>
...
...
pages/preCheck/thirdPartyInspectionStatus.vue
0 → 100644
View file @
edf69054
This diff is collapsed.
Click to expand it.
util/api.js
View file @
edf69054
...
...
@@ -368,6 +368,14 @@ const API = {
* */
getStockPreCheckList
:
API_BASE
+
'/api/stockIn/stockPreCheck/getStockPreCheckList'
,
/**
* 三方质检列表
* */
inspectionOrderList
:
API_BASE
+
'/api/inspectionOrder/inspectionOrderList'
,
/**
* 取消收货
* */
canelShipping
:
API_BASE
+
'/api/inspectionOrder/canelShipping'
,
/**
* 获取分货登记列表
* */
separateStockInRegisterList
:
API_BASE
+
'/api/stockIn/stockInRegister/separateStockInRegisterList'
,
...
...
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