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
cf42a904
Commit
cf42a904
authored
Jan 06, 2024
by
我在何方
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
清关费未报价异常处理优化
parent
c0f06559
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
5 deletions
+11
-5
detail.vue
src/views/bpm/processInstance/detail.vue
+6
-0
pending.vue
src/views/ecw/order/pending.vue
+5
-5
No files found.
src/views/bpm/processInstance/detail.vue
View file @
cf42a904
...
...
@@ -466,6 +466,12 @@ export default {
id
:
this
.
processInstance
.
businessKey
,
path
:
this
.
processInstance
.
processDefinition
?.
formCustomViewPath
},
// 线路重量超限
line_weight_exception
:{
component
:
()
=>
import
(
'
@/views/ecw/order/exception/components/overweightException
'
),
id
:
this
.
processInstance
.
businessKey
,
path
:
this
.
processInstance
.
processDefinition
?.
formCustomViewPath
},
}
console
.
log
(
'
formCustomViewPath
'
,
this
.
processInstance
.
processDefinition
.
formCustomViewPath
.
trim
())
return
map
[
this
.
processInstance
.
processDefinition
.
formCustomViewPath
.
trim
()]
...
...
src/views/ecw/order/pending.vue
View file @
cf42a904
...
...
@@ -288,10 +288,10 @@ export default {
if
(
row
.
orderItemId
){
var
productData
=
this
.
orderData
.
orderItemVOList
.
find
(
item
=>
item
.
orderItemId
==
row
.
orderItemId
)
if
(
productData
){
if
(
row
.
orderExceptionType
==
'
customs_fee_not_quote_exception
'
&&
productData
.
prodId
){
this
.
$router
.
push
(
'
/product/product-list?prodId=
'
+
productData
.
prodId
)
return
}
else
{
//
if(row.orderExceptionType=='customs_fee_not_quote_exception'&&productData.prodId){
//
this.$router.push('/product/product-list?prodId=' + productData.prodId)
//
return
//
}else{
getProduct
(
productData
.
prodId
).
then
(
res
=>
{
let
params
=
{
product_id
:
productData
.
prodId
,
...
...
@@ -334,7 +334,7 @@ export default {
+'&exportCity='+this.orderData.logisticsInfoDto.startCityId+'&importCity='+this.orderData.logisticsInfoDto.destCityId */
})
}
//
}
}
}
else
{
return
this
.
$confirm
(
this
.
$t
(
'
数据缺少orderItemId参数,确定要跳转设置路线价格么?
'
)).
then
(
res
=>
{
...
...
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