Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lanbaoming
jiedao-app-operator-master
Commits
ddcebbe6
Commit
ddcebbe6
authored
Feb 17, 2023
by
我在何方
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
重货异常字段修改
parent
c1764c03
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
.env.development
.env.development
+2
-2
orderHandle.js
src/api/ecw/orderHandle.js
+1
-1
splitApply.vue
src/views/ecw/order/splitApply.vue
+1
-1
weightDeal.vue
src/views/ecw/order/weightDeal.vue
+3
-3
No files found.
.env.development
View file @
ddcebbe6
...
...
@@ -6,9 +6,9 @@ VUE_APP_TITLE = 捷道管理系统
# 捷道管理系统/开发环境
#VUE_APP_BASE_API = 'https://jd.admtest.jdshangmen.com'
#
VUE_APP_BASE_API = 'https://api.jd.jdshangmen.com'
VUE_APP_BASE_API = 'https://api.jd.jdshangmen.com'
#VUE_APP_BASE_API = 'http://localhost:48080'
VUE_APP_BASE_API = 'https://api2.groupage.cn'
#
VUE_APP_BASE_API = 'https://api2.groupage.cn'
# VUE_APP_BASE_API = '/api'
...
...
src/api/ecw/orderHandle.js
View file @
ddcebbe6
...
...
@@ -97,7 +97,7 @@ export function exportSplitExcel(query) {
//通过订单号获取拆单列表和拆单项明细
export
function
getSplitList
(
query
)
{
return
request
({
url
:
'
/
order/split
/list-by-order-id
'
,
url
:
'
/
ecw/box-approval
/list-by-order-id
'
,
method
:
'
get
'
,
params
:
query
})
...
...
src/views/ecw/order/splitApply.vue
View file @
ddcebbe6
...
...
@@ -182,7 +182,7 @@
<div
slot=
"footer"
class=
"card footer_btn"
v-if=
"orderData.abnormalState==0"
>
<el-button
v-if=
"orderData.inWarehouseState!=207"
type=
"primary"
@
click=
"submitForm"
>
{{$t('提交申请')}}
</el-button>
<el-button
v-if=
"orderData.inWarehouseState!=207"
plain
type=
"primary"
@
click=
"$store.dispatch('tagsView/delCurrentView')"
>
{{$t('取消')}}
</el-button>
<el-button
v-if=
"orderData.inWarehouseState==207"
type=
"primary"
@
click=
"$router.push(`/bpm/process-instance/detail?id=`+orderApprovalBackVO.
f
ormId)"
>
{{$t('审核中')}}
</el-button>
<el-button
v-if=
"orderData.inWarehouseState==207"
type=
"primary"
@
click=
"$router.push(`/bpm/process-instance/detail?id=`+orderApprovalBackVO.
applyingF
ormId)"
>
{{$t('审核中')}}
</el-button>
<el-button
v-if=
"orderData.inWarehouseState==207"
plain
type=
"primary"
@
click=
"dialogVisible = true"
>
{{$t('取消审核')}}
</el-button>
<el-button
v-if=
"orderData.inWarehouseState==207"
plain
type=
"primary"
@
click=
"$store.dispatch('tagsView/delCurrentView')"
>
{{$t('返回')}}
</el-button>
</div>
...
...
src/views/ecw/order/weightDeal.vue
View file @
ddcebbe6
...
...
@@ -84,17 +84,17 @@
</el-table-column>
<el-table-column
:label=
"$t('重货方数')"
v-if=
"type=='order_heavy_cargo_exception'"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
w
v
olume
||
0
}}
CBM
</span>
<span>
{{
scope
.
row
.
w
eV
olume
||
0
}}
CBM
</span>
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('泡货方数')"
v-if=
"type!='order_heavy_cargo_exception'"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
w
v
olume
||
0
}}
CBM
</span>
<span>
{{
scope
.
row
.
w
eV
olume
||
0
}}
CBM
</span>
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('重货重量')"
v-if=
"type=='order_heavy_cargo_exception'"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
v
w
eight
||
0
}}
KG
</span>
<span>
{{
scope
.
row
.
v
oW
eight
||
0
}}
KG
</span>
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('泡货重量')"
v-if=
"type!='order_heavy_cargo_exception'"
>
...
...
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